| Package | Description |
|---|---|
| org.kuali.kra.award | |
| org.kuali.kra.award.home | |
| org.kuali.kra.award.lookup | |
| org.kuali.kra.subaward.bo |
| Modifier and Type | Method and Description |
|---|---|
protected AwardTemplate |
AwardTemplateSyncServiceImpl.fetchAwardTemplate(Award award)
This method is to fetch the award template by using template code from Award object.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AwardTemplateSyncServiceImpl.checkSourceField(Object awardTemplateObject,
Object awardObject,
Field field,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate) |
protected boolean |
AwardTemplateSyncServiceImpl.checkSourceList(Object awardTemplateObject,
Object awardObject,
Field field,
AwardTemplateSyncScope[] scopes,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate) |
protected boolean |
AwardTemplateSyncServiceImpl.checkTargetField(Object awardTemplateObject,
Object awardObject,
Field field,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
This checks to see if a target field is null or otherwise empty.
|
protected boolean |
AwardTemplateSyncServiceImpl.checkTargetList(Object awardTemplateObject,
Object awardObject,
Field field,
AwardTemplateSyncScope[] scopes,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
Check the target list, returns true if there is an element in the collection that is in scope.
|
protected AwardComment |
AwardTemplateSyncServiceImpl.clearListElement(AwardComment comment,
Class syncClass,
Award award,
AwardTemplate awardTemplate) |
protected void |
AwardTemplateSyncServiceImpl.copyField(Object awardTemplateObject,
Object awardObject,
Field field,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
This copies value from Award Template object to Award object
|
protected void |
AwardTemplateSyncServiceImpl.extractListFromParentAndSync(Object awardTemplateObject,
Object awardObject,
Field field,
AwardTemplateSyncScope[] scopes,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
This method is for extracting the appropriate list from award by using property name and sync the list
|
protected AwardTemplateComment |
AwardTemplateSyncServiceImpl.findSourceListElementFromTarget(AwardComment comment,
Map<Object,Object> sourceToTargetMap,
Award award,
AwardTemplate awardTemplate) |
protected AwardComment |
AwardTemplateSyncServiceImpl.getOrCreateNewListElementObject(AwardTemplateComment sourceComment,
Class syncClass,
Award award,
AwardTemplate awardTemplate,
boolean createNew) |
protected AwardReportTermRecipient |
AwardTemplateSyncServiceImpl.getOrCreateNewListElementObject(AwardTemplateReportTermRecipient recipient,
Class syncClass,
Award award,
AwardTemplate awardTemplate,
boolean createNew) |
protected AwardSponsorTerm |
AwardTemplateSyncServiceImpl.getOrCreateNewListElementObject(AwardTemplateTerm sponsorTerm,
Class syncClass,
Award award,
AwardTemplate awardTemplate,
boolean createNew) |
protected Object |
AwardTemplateSyncServiceImpl.getOrCreateNewListElementObject(Object sourceObject,
Class syncClass,
Award award,
AwardTemplate awardTemplate,
boolean createNew) |
protected void |
AwardTemplateSyncServiceImpl.invokeMethodToSync(Award awardObject,
List awardTemplateObjectList,
String syncMethodName,
AwardTemplateSyncScope[] scopes,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
This method is to invoke individual method if there is a method mentioned in the AwardSyncableList annotation
|
protected void |
AwardTemplateSyncServiceImpl.sync(Object awardTemplateObject,
Object awardObject,
AwardTemplateSyncScope[] scopes,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
This method is used to sync member properties of an award template object to an award object
|
protected void |
AwardTemplateSyncServiceImpl.syncListObjects(Object awardObject,
List<Object> listObject,
Field field,
AwardTemplateSyncScope[] scopes,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
This is the default method use to sync objects.
|
protected boolean |
AwardTemplateSyncServiceImpl.syncSourceCheck(Object awardTemplateObject,
Object awardObject,
AwardTemplateSyncScope[] scopes,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
This method
|
protected boolean |
AwardTemplateSyncServiceImpl.syncTargetCheck(Object awardTemplateObject,
Object awardObject,
AwardTemplateSyncScope[] scopes,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
This method
|
| Modifier and Type | Method and Description |
|---|---|
AwardTemplate |
AwardTemplateTerm.getAwardTemplate() |
AwardTemplate |
AwardTemplateReportTerm.getAwardTemplate()
Gets the awardTemplate attribute.
|
AwardTemplate |
AwardTemplateContact.getAwardTemplate() |
AwardTemplate |
Award.getAwardTemplate()
Gets the awardTemplate attribute.
|
AwardTemplate |
AwardTemplateComment.getTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardTemplateTerm.setAwardTemplate(AwardTemplate awardTemplate) |
void |
AwardTemplateReportTerm.setAwardTemplate(AwardTemplate awardTemplate)
Sets the awardTemplate attribute value.
|
void |
AwardTemplateContact.setAwardTemplate(AwardTemplate awardTemplate) |
void |
Award.setAwardTemplate(AwardTemplate awardTemplate)
Sets the awardTemplate attribute value.
|
void |
AwardTemplateComment.setTemplate(AwardTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
protected org.kuali.rice.kns.lookup.HtmlData.AnchorHtmlData |
AwardTemplateLookupableHelperServiceImpl.getPrintLink(AwardTemplate document) |
| Modifier and Type | Method and Description |
|---|---|
AwardTemplate |
TemplateSubAwardTerms.getAwardTemplate()
.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateSubAwardTerms.setAwardTemplate(AwardTemplate awardTemplate)
.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.