| Package | Description |
|---|---|
| org.kuali.kra.award | |
| org.kuali.kra.award.home |
| Modifier and Type | Method and Description |
|---|---|
protected AwardTemplateComment |
AwardTemplateSyncServiceImpl.findSourceListElementFromTarget(AwardComment comment,
Map<Object,Object> sourceToTargetMap,
Award award,
AwardTemplate awardTemplate) |
| Modifier and Type | Method and Description |
|---|---|
protected AwardComment |
AwardTemplateSyncServiceImpl.getOrCreateNewListElementObject(AwardTemplateComment sourceComment,
Class syncClass,
Award award,
AwardTemplate awardTemplate,
boolean createNew) |
boolean |
AwardTemplateSyncScope.isInScope(AwardTemplateComment comment) |
static boolean |
AwardTemplateSyncScope.isInScope(AwardTemplateComment comment,
AwardTemplateSyncScope[] scopes) |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardTemplateSyncServiceImpl.syncAwardComments(Award awardObject,
List<AwardTemplateComment> awardTemplateComments,
Stack<AwardTemplateSyncScope[]> scopeStack)
This is an overloaded method for syncing only AwardComments.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwardTemplateComment> |
AwardTemplate.getAwardComments() |
List<AwardTemplateComment> |
AwardTemplate.getTemplateComments()
Gets the templateComments attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Award.addTemplateComments(List<AwardTemplateComment> awardTemplateComments)
This method adds template comments to award when sync to template is being applied.
|
void |
AwardTemplate.setTemplateComments(List<AwardTemplateComment> templateComments)
Sets the templateComments attribute value.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.