public interface AwardSyncSelectorService
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAwardActive(Award award)
Returns true is an award status matches a value found in the
Active Award Status Codes parameter
|
boolean |
isAwardInvolvedInSync(Award award,
List<AwardSyncChange> changes)
Returns true is at least one change is applicable to this award.
|
boolean |
isChangeApplicableToAward(Award award,
AwardSyncChange change)
Using the award sync selector service decide if the change is applicable to the award
matching active status and fabricated and cost sharing account selectors.
|
boolean |
isCostShareAccount(Award award)
Returns true if the award is a cost sharing account
|
boolean |
isFabricatedAccount(Award award)
Returns true if the award is a fabricated account award
|
boolean isAwardInvolvedInSync(Award award, List<AwardSyncChange> changes)
award - changes - boolean isChangeApplicableToAward(Award award, AwardSyncChange change)
award - change - boolean isAwardActive(Award award)
award - boolean isFabricatedAccount(Award award)
award - boolean isCostShareAccount(Award award)
award - Copyright © 2013 The Kuali Foundation. All Rights Reserved.