@Retention(value=RUNTIME) public @interface AwardSyncableList
| Modifier and Type | Required Element and Description |
|---|---|
Class |
syncClass
Set this property to the Class within a list.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
impactSourceScopeEmpty |
String |
parentPropertyName
Set this property to the variable name representing its parent.
|
boolean |
removeMissingListElementsFromTarget |
AwardTemplateSyncScope[] |
scopes
The scope(s) where the sync should take place.
|
String |
syncMethodName
If the sync functionality to be overwritten in the service, set the name of the method here and implement the same in service.
|
Class |
syncSourceClass
Set this property to the Class within the source list.
|
public abstract Class syncClass
public abstract Class syncSourceClass
public abstract String parentPropertyName
public abstract String syncMethodName
public abstract AwardTemplateSyncScope[] scopes
public abstract boolean removeMissingListElementsFromTarget
public abstract boolean impactSourceScopeEmpty
Copyright © 2013 The Kuali Foundation. All Rights Reserved.