| |
|
| java.lang.Object edu.iu.uis.eden.user.UserLookupableImpl
UserLookupableImpl | public class UserLookupableImpl implements WorkflowLookupable(Code) | | The default Lookupable implementation for WorkflowUsers.
author: ewestfal |
Constructor Summary | |
public | UserLookupableImpl() UserLookupableImpl - constructor that sets up the values of what the form on the jsp will look like. |
UserLookupableImpl | public UserLookupableImpl()(Code) | | UserLookupableImpl - constructor that sets up the values of what the form on the jsp will look like.
|
changeIdToName | public void changeIdToName(Map fieldValues)(Code) | | |
getColumns | public List getColumns()(Code) | | Returns the columns. |
getDefaultReturnType | public List getDefaultReturnType()(Code) | | |
getLookupInstructions | public String getLookupInstructions()(Code) | | Returns the instructions. |
getNoReturnParams | public String getNoReturnParams(Map fieldConversions)(Code) | | |
getReturnLocation | public String getReturnLocation()(Code) | | Returns the returnLocation. |
getSearchResults | public List getSearchResults(Map fieldValues, Map fieldConversions) throws Exception(Code) | | getSearchResults - searches for a fiscal organization information based on the criteria passed in by the map.
Returns a list of FiscalOrganization objects that match the result. |
|
|
|