| Package | Description |
|---|---|
| org.kuali.kra.award | |
| org.kuali.kra.award.home | |
| org.kuali.kra.award.web.struts.action |
| Modifier and Type | Method and Description |
|---|---|
AwardSponsorTerm |
AwardSponsorTermRuleEvent.getAwardSponsorTermForValidation()
This method returns the sponsor term for validation
|
protected AwardSponsorTerm |
AwardTemplateSyncServiceImpl.getOrCreateNewListElementObject(AwardTemplateTerm sponsorTerm,
Class syncClass,
Award award,
AwardTemplate awardTemplate,
boolean createNew) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AwardTermsAuditRule.isSponsorTermTypeInAwardSponsorTerms(String key,
List<AwardSponsorTerm> awardSponsorTerms)
This method tests if there is an Award Sponsor Term with Sponsor Term Type Code that is equal to the parameter "key".
|
| Constructor and Description |
|---|
AwardSponsorTermRuleEvent(String errorPathPrefix,
AwardDocument awardDocument,
AwardSponsorTerm awardSponsorTerm,
String sponsorTermCode,
int sponsorTermTypeCode)
Constructs a AwardSponsorTermRuleEvent.
|
| Modifier and Type | Method and Description |
|---|---|
AwardSponsorTerm |
Award.getAwardSponsorTermByTemplateTerm(AwardTemplateTerm templateTerm,
boolean createNew) |
| Modifier and Type | Method and Description |
|---|---|
List<AwardSponsorTerm> |
Award.getAwardSponsorTerms()
Gets the awardSponsorTerms attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Award.add(AwardSponsorTerm awardSponsorTerm)
This method...
|
| Modifier and Type | Method and Description |
|---|---|
void |
Award.setAwardSponsorTerms(List<AwardSponsorTerm> awardSponsorTerms)
Sets the awardSponsorTerms attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
AwardSponsorTerm |
SponsorTermActionHelper.addSponsorTerm(SponsorTermFormHelper formHelper,
javax.servlet.http.HttpServletRequest request)
This method is called when adding a new AwardSponsorTerm.
|
protected AwardSponsorTerm |
SponsorTermActionHelper.addSponsorTermFromDatabase(SponsorTermFormHelper formHelper,
javax.servlet.http.HttpServletRequest request)
This method adds sponsorTerm from a hardcoded sponsorCode in UI.
|
AwardSponsorTerm |
SponsorTermActionHelper.addSponsorTermFromMutiValueLookup(SponsorTermFormHelper formHelper,
SponsorTerm sponsorTerm,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SponsorTermActionHelper.addAwardSponsorTerm(AwardSponsorTerm newAwardSponsorTerm,
SponsorTermFormHelper formHelper,
javax.servlet.http.HttpServletRequest request)
Helper method to add sponsorTerm to Award.
|
protected void |
SponsorTermActionHelper.addAwardSponsorTermFromMultiValueLookup(AwardSponsorTerm newAwardSponsorTerm,
SponsorTermFormHelper formHelper,
javax.servlet.http.HttpServletRequest request)
Helper method to add sponsorTerm to Award.
|
protected boolean |
SponsorTermActionHelper.applyRulesToAwardSponsorTerm(AwardSponsorTerm newAwardSponsorTerm,
SponsorTermFormHelper formHelper,
javax.servlet.http.HttpServletRequest request)
This method applies the rules to the award before adding.
|
protected boolean |
SponsorTermActionHelper.applyRulesToAwardSponsorTermFromMultiValueLookup(AwardSponsorTerm newAwardSponsorTerm,
SponsorTermFormHelper formHelper,
javax.servlet.http.HttpServletRequest request,
SponsorTerm sponsorTerm)
This method applies the rules to the Award Sponsor Term before adding.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.