| java.lang.Object edu.iu.uis.eden.workgroup.WorkGroupLookupableImpl
WorkGroupLookupableImpl | public class WorkGroupLookupableImpl implements WorkflowLookupable,Exportable(Code) | | Default implementation of the Workgroup Lookupable.
author: ewestfal |
Constructor Summary | |
public | WorkGroupLookupableImpl() WorkGroupLookupableImpl - constructor that sets up the values of what the form on the jsp will look like. |
WorkGroupLookupableImpl | public WorkGroupLookupableImpl()(Code) | | WorkGroupLookupableImpl - 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 work group information based on the criteria passed in by the map.
Returns a list of Workgroup objects that match the result. |
getSupportedExportFormats | public List getSupportedExportFormats()(Code) | | |
handleAttributeSearchFields | protected Map handleAttributeSearchFields(MyColumns myColumns, Map fieldValues, String workgroupTypeName)(Code) | | |
|
|