public interface MedusaService
| Modifier and Type | Method and Description |
|---|---|
List<MedusaNode> |
getMedusaByAward(String moduleName,
Long moduleIdentifier)
Returns a list of MedusaNode objects that describe the top level of
the tree-like structure of the Medusa object passed in using the Awards(if available)
as the top level nodes.
|
List<MedusaNode> |
getMedusaByProposal(String moduleName,
Long moduleIdentifier)
Returns a list of MedusaNode objects that describe the top level of
the tree-like structure of the Medusa object passed in using the Institutional Proposals(if available)
as the top level nodes.
|
MedusaNode |
getMedusaNode(String moduleName,
Long moduleIdentifier)
Returns a single MedusaNode that can be used to render the lazy-loaded summary for the
BO contained in that node
|
List<MedusaNode> getMedusaByAward(String moduleName, Long moduleIdentifier)
moduleName - name of the module to be looked up (ie. award, IP, DP)moduleIdentifier - the primary key of the object to be looked up in the specified moduleList<MedusaNode> getMedusaByProposal(String moduleName, Long moduleIdentifier)
moduleName - name of the module to be looked up (ie. award, IP, DP)moduleIdentifier - the primary key of the object to be looked up in the specified moduleMedusaNode getMedusaNode(String moduleName, Long moduleIdentifier)
moduleName - name of the module to be looked up (ie. award, IP, DP)moduleIdentifier - the primary key of the object to be looked up in the specified moduleCopyright © 2013 The Kuali Foundation. All Rights Reserved.