public interface AwardHierarchyUIService
| Modifier and Type | Method and Description |
|---|---|
String |
getAwardRecord(Award award)
This method retrieves the award details in a string form for a single award.
|
AwardHierarchyNode |
getRootAwardNode(Award award)
This method returns the root award node of the award
|
String |
getRootAwardNode(String awardNumber,
String currentAwardNumber,
String currentSequenceNumber)
This service is used to populate the root node of the award hierarchy UI.
|
String |
getSubAwardHierarchiesForTreeView(String awardNumber,
String currentAwardNumber,
String currentSequenceNumber)
This service is used to populate the all the non-root nodes of award hierarchy UI.
|
String |
getSubAwardHierarchiesForTreeViewTandM(String awardNumber,
String currentAwardNumber,
String currentSequenceNumber)
This service is used to populate the all the non-root nodes of award hierarchy UI.
|
String getRootAwardNode(String awardNumber, String currentAwardNumber, String currentSequenceNumber) throws ParseException
awardNumber - ParseExceptionString getSubAwardHierarchiesForTreeView(String awardNumber, String currentAwardNumber, String currentSequenceNumber) throws ParseException
researchAreaCode - ParseExceptionString getSubAwardHierarchiesForTreeViewTandM(String awardNumber, String currentAwardNumber, String currentSequenceNumber) throws ParseException
researchAreaCode - ParseExceptionString getAwardRecord(Award award) throws ParseException
award - ParseExceptionAwardHierarchyNode getRootAwardNode(Award award) throws ParseException
award - ParseExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.