| java.lang.Object org.kuali.workflow.attribute.OrgReviewLookupableImpl
OrgReviewLookupableImpl | public class OrgReviewLookupableImpl implements WorkflowLookupable(Code) | | This class provides a lookup for org review hierarchy routing rules.
|
Method Summary | |
public void | changeIdToName(Map fieldValues) Does nothing. | public boolean | checkForAdditionalFields(Map fieldValues, HttpServletRequest request) Does nothing and returns false. | public List | getColumns() Returns unodified instance variable initialized in setColumns(), called from the constructor. | public List | getDefaultReturnType() Returns an empty List. | public String | getHtmlMenuBar() Returns the empty String. | public String | getLookupInstructions() | public String | getNoReturnParams(Map fieldConversions) Returns the empty String. | public String | getReturnLocation() Since this is a lookup, we return Lookup.do. | public List | getRows() Returns unmodified instance variable initialized in setRows(), called from the constructor. | public List | getSearchResults(Map fieldValues, Map fieldConversions) This method uses edu.iu.uis.eden.routetemplate.RuleService#search(java.lang.String docTypeName, java.lang.Long ruleId,
java.lang.Long ruleTemplateId, java.lang.String ruleDescription, java.lang.Long workgroupId, java.lang.String workflowId,
java.lang.String roleName, java.lang.Boolean delegateRule, java.lang.Boolean activeInd, java.util.Map extensionValues) to
retrieve a List of rules based on the search criteria specified, then converts the result set into OrgReviewLookupableResults
and returns those. | public String | getTitle() |
OrgReviewLookupableImpl | public OrgReviewLookupableImpl()(Code) | | Constructs a OrgReviewLookupableImpl.java. Retrives the KualiOrgReviewTemplate from Spring, and initializes instance
variables based on it.
|
getSearchResults | public List getSearchResults(Map fieldValues, Map fieldConversions) throws Exception(Code) | | This method uses edu.iu.uis.eden.routetemplate.RuleService#search(java.lang.String docTypeName, java.lang.Long ruleId,
java.lang.Long ruleTemplateId, java.lang.String ruleDescription, java.lang.Long workgroupId, java.lang.String workflowId,
java.lang.String roleName, java.lang.Boolean delegateRule, java.lang.Boolean activeInd, java.util.Map extensionValues) to
retrieve a List of rules based on the search criteria specified, then converts the result set into OrgReviewLookupableResults
and returns those.
See Also: edu.iu.uis.eden.plugin.attributes.WorkflowLookupable.getSearchResults(java.util.Mapjava.util.Map) |
|
|