public interface SubAwardService
| Modifier and Type | Method and Description |
|---|---|
SubAwardDocument |
createNewSubAwardVersion(SubAwardDocument subAwardDocument)
.
|
SubAward |
getActiveSubAward(Long subAwardCode) |
SubAward |
getAmountInfo(SubAward subAward)
This method will add AmountInfo details to subaward.
|
Date |
getCalculatedFollowupDate(Date baseDate)
This method calculates a follow date based on
getFollowupDateDefaultLength and the passed in baseDate.
|
String |
getCalculatedFollowupDateForAjaxCall(String baseDate)
This method returns a formatted Date string based on the base date.
|
String |
getFollowupDateDefaultLength()
.
|
int |
getFollowupDateDefaultLengthInDays()
This method calls getFollowupDateDefaultLength
translates the value into days or weeks,
and then returns the value in days.
|
List<SubAward> |
getLinkedSubAwards(Award award) |
String |
getNextSubAwardCode()
This method returns an unused SubAwardCode.
|
void |
updateSubAwardSequenceStatus(SubAward subAward,
VersionStatus status)
.
|
SubAwardDocument createNewSubAwardVersion(SubAwardDocument subAwardDocument) throws VersionException, org.kuali.rice.kew.api.exception.WorkflowException
subAwardDocument - VersionExceptionorg.kuali.rice.kew.api.exception.WorkflowExceptionvoid updateSubAwardSequenceStatus(SubAward subAward, VersionStatus status)
subAward - status - String getNextSubAwardCode()
SubAward getAmountInfo(SubAward subAward)
subAward - String getFollowupDateDefaultLength()
Date getCalculatedFollowupDate(Date baseDate)
baseDate - String getCalculatedFollowupDateForAjaxCall(String baseDate)
baseDate - int getFollowupDateDefaultLengthInDays()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.