| Package | Description |
|---|---|
| org.kuali.kra.award | |
| org.kuali.kra.award.home |
| Modifier and Type | Method and Description |
|---|---|
protected AwardSponsorTerm |
AwardTemplateSyncServiceImpl.getOrCreateNewListElementObject(AwardTemplateTerm sponsorTerm,
Class syncClass,
Award award,
AwardTemplate awardTemplate,
boolean createNew) |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardTemplateSyncServiceImpl.syncAwardSponsorTerms(Award awardObject,
List<AwardTemplateTerm> awardTemplateTerms,
Stack<AwardTemplateSyncScope[]> scopeStack)
This is an overloaded method for syncing only AwardSponsorTerms.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwardTemplateTerm> |
AwardTemplate.getAwardSponsorTerms() |
List<AwardTemplateTerm> |
AwardTemplate.getTemplateTerms()
Gets the templateTerms attribute.
|
| Modifier and Type | Method and Description |
|---|---|
AwardSponsorTerm |
Award.getAwardSponsorTermByTemplateTerm(AwardTemplateTerm templateTerm,
boolean createNew) |
| Modifier and Type | Method and Description |
|---|---|
void |
Award.addTemplateTerms(List<AwardTemplateTerm> awardTemplateTerms)
This method adds template sponsor terms to award when sync to template is being applied.
|
void |
AwardTemplate.setTemplateTerms(List<AwardTemplateTerm> templateTerms)
Sets the templateTerms attribute value.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.