| edu.iu.uis.eden.web.WorkflowAction edu.iu.uis.eden.lookupable.LookupAction
LookupAction | public class LookupAction extends WorkflowAction (Code) | | Struts Action for interacting with lookupables.
See Also: WorkflowLookupable author: jhopf author: bmcgough author: rkirkend author: ewestfal |
Method Summary | |
public ActionForward | clearValues(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) clearValues - clears the values of all the fields on the jsp.
Parameters: mapping - -action mapping. Parameters: form - -LookupForm Parameters: request - -request. Parameters: response - -response. | public ActionMessages | establishRequiredState(HttpServletRequest request, ActionForm form) | public ActionForward | export(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | performLookup(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) storeForm - When crossing quickFinders (moving from one lookupable to another), this method is called to store the data on the previous quickFinder in the UserSession object.
Parameters: mapping - -action mapping. Parameters: form - -LookupForm that is stored in user session and contains the values entered on the jsp form. Parameters: request - -request. Parameters: response - -response. | public ActionForward | quickFinder(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) quickFinder - sets the data on the lookupForm from the previous quickFinder to the next quickFinder.
Parameters: mapping - -action mapping. Parameters: form - -LookupForm for the next quickFinder. Parameters: request - -request. Parameters: response - -response. | public ActionForward | refresh(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) refresh - is called when one quickFinder returns to the previous one. | public ActionForward | search(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) search - sets the values of the data entered on the form on the jsp into a map and then searches for the results.
Parameters: mapping - -action mapping. Parameters: form - -LookupForm Parameters: request - -request. Parameters: response - -response. | public ActionForward | start(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | viewResults(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) viewResults - gets the results out from the search out of the session for sorting and paging on the jsp.
Parameters: mapping - -action mapping. Parameters: form - -LookupForm Parameters: request - -request. Parameters: response - -response. |
clearValues | public ActionForward clearValues(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException(Code) | | clearValues - clears the values of all the fields on the jsp.
Parameters: mapping - -action mapping. Parameters: form - -LookupForm Parameters: request - -request. Parameters: response - -response. - where to go next. throws: Exception - |
performLookup | public ActionForward performLookup(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | storeForm - When crossing quickFinders (moving from one lookupable to another), this method is called to store the data on the previous quickFinder in the UserSession object.
Parameters: mapping - -action mapping. Parameters: form - -LookupForm that is stored in user session and contains the values entered on the jsp form. Parameters: request - -request. Parameters: response - -response. - where to go next. throws: Exception - |
quickFinder | public ActionForward quickFinder(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | quickFinder - sets the data on the lookupForm from the previous quickFinder to the next quickFinder.
Parameters: mapping - -action mapping. Parameters: form - -LookupForm for the next quickFinder. Parameters: request - -request. Parameters: response - -response. - where to go next. throws: Exception - |
refresh | public ActionForward refresh(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | refresh - is called when one quickFinder returns to the previous one. Sets all the values and performs the new search.
Parameters: mapping - -action mapping. Parameters: form - -LookupForm Parameters: request - -request. Parameters: response - -response. - where to go next. throws: Exception - |
search | public ActionForward search(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | search - sets the values of the data entered on the form on the jsp into a map and then searches for the results.
Parameters: mapping - -action mapping. Parameters: form - -LookupForm Parameters: request - -request. Parameters: response - -response. - where to go next. throws: Exception - |
viewResults | public ActionForward viewResults(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException(Code) | | viewResults - gets the results out from the search out of the session for sorting and paging on the jsp.
Parameters: mapping - -action mapping. Parameters: form - -LookupForm Parameters: request - -request. Parameters: response - -response. - where to go next. throws: Exception - |
Methods inherited from edu.iu.uis.eden.web.WorkflowAction | public ActionForward cancelDocument(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionMessages establishFinalState(HttpServletRequest request, ActionForm form) throws Exception(Code)(Java Doc) abstract public ActionMessages establishRequiredState(HttpServletRequest request, ActionForm form) throws Exception(Code)(Java Doc) public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected ActionForward exportDataSet(HttpServletRequest request, ExportDataSet dataSet)(Code)(Java Doc) protected String getAdHocRouteNodeName(Long routeHeaderId) throws WorkflowException(Code)(Java Doc) public static UserSession getUserSession(HttpServletRequest request)(Code)(Java Doc) public boolean isEmpty(String propertyValue)(Code)(Java Doc) public ActionForward noOp(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward performLookup(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward refresh(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward removeAppSpecificRecipient(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward routeToAppSpecificRecipient(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) abstract public ActionForward start(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected void validateAppSpecificRoute(AppSpecificRouteRecipient recipient)(Code)(Java Doc)
|
|
|