public interface TimeAndMoneyHistoryService
| Modifier and Type | Method and Description |
|---|---|
void |
buildTimeAndMoneyHistoryObjects(String awardNumber,
List<AwardVersionHistory> awardVersionHistoryCollection) |
List<TimeAndMoneyDocument> |
buildTimeAndMoneyListForAwardDisplay(Award award) |
List<TimeAndMoneyDocumentHistory> |
getDocHistoryAndValidInfosAssociatedWithAwardVersion(List<TimeAndMoneyDocument> docs,
List<AwardAmountInfo> awardAmountInfos,
Award award) |
void |
getTimeAndMoneyHistory(String awardNumber,
Map<Object,Object> timeAndMoneyHistory,
List<Integer> columnSpan) |
void getTimeAndMoneyHistory(String awardNumber, Map<Object,Object> timeAndMoneyHistory, List<Integer> columnSpan) throws org.kuali.rice.kew.api.exception.WorkflowException
org.kuali.rice.kew.api.exception.WorkflowExceptionvoid buildTimeAndMoneyHistoryObjects(String awardNumber, List<AwardVersionHistory> awardVersionHistoryCollection) throws org.kuali.rice.kew.api.exception.WorkflowException
org.kuali.rice.kew.api.exception.WorkflowExceptionList<TimeAndMoneyDocumentHistory> getDocHistoryAndValidInfosAssociatedWithAwardVersion(List<TimeAndMoneyDocument> docs, List<AwardAmountInfo> awardAmountInfos, Award award) throws org.kuali.rice.kew.api.exception.WorkflowException
org.kuali.rice.kew.api.exception.WorkflowExceptionList<TimeAndMoneyDocument> buildTimeAndMoneyListForAwardDisplay(Award award) throws org.kuali.rice.kew.api.exception.WorkflowException
org.kuali.rice.kew.api.exception.WorkflowExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.