public interface AwardTemplateSyncService
| Modifier and Type | Field and Description |
|---|---|
static String |
SYNC_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
syncAwardToTemplate(AwardDocument awardDocument,
AwardTemplateSyncScope[] scopes)
This method is to sync a particular syncable list from award template
|
boolean |
syncWillAlterData(AwardDocument awardDocument,
AwardTemplateSyncScope scope)
Method checks if a scope sync will alter existing data within the award when called with a specific scope.
|
boolean |
templateContainsScopedData(AwardDocument awardDocument,
AwardTemplateSyncScope scope)
Method returns true if the award's award template contains data that would
be synchronized in the provided scope.
|
static final String SYNC_PROPERTY
boolean syncAwardToTemplate(AwardDocument awardDocument, AwardTemplateSyncScope[] scopes)
award - syncPropertyName - is the name of member variable to represent syncable listboolean syncWillAlterData(AwardDocument awardDocument, AwardTemplateSyncScope scope)
awardDocument - The award document to check.scope - The scope to check.boolean templateContainsScopedData(AwardDocument awardDocument, AwardTemplateSyncScope scope)
awardDocument - The award document to check.scope - The scope to check.Copyright © 2013 The Kuali Foundation. All Rights Reserved.