public interface AwardService
| Modifier and Type | Method and Description |
|---|---|
AwardDocument |
createNewAwardVersion(AwardDocument awardDocument)
Create new version of the award document
|
List<Award> |
findAwardsForAwardNumber(String awardNumber)
This method finds all Awards for the specified awardNumber
|
Award |
getActiveOrNewestAward(String awardNumber)
Returns the active award or if none exist, the newest non-cancelled award.
|
Award |
getAward(Long awardId)
Get the Award based upon its unique id number.
|
Award |
getAward(String awardId)
Deprecated.
The identifier for Award is a Long, but this method expects a String
|
void |
synchNewCustomAttributes(Award newAward,
Award oldAward)
This method is to synch custom attributes.
|
void |
updateAwardSequenceStatus(Award award,
VersionStatus status)
Update the award to use the new VersionStatus.
|
Award getAward(String awardId)
awardId - the Award's unique id numberAward getAward(Long awardId)
awardId - List<Award> findAwardsForAwardNumber(String awardNumber)
awardId - AwardDocument createNewAwardVersion(AwardDocument awardDocument) throws VersionException, org.kuali.rice.kew.api.exception.WorkflowException
awardDocument - VersionExceptionorg.kuali.rice.kew.api.exception.WorkflowExceptionvoid updateAwardSequenceStatus(Award award, VersionStatus status)
award - status - Award getActiveOrNewestAward(String awardNumber)
awardNumber - void synchNewCustomAttributes(Award newAward, Award oldAward)
newAward - oldAward - Copyright © 2013 The Kuali Foundation. All Rights Reserved.