Class SearchAction

java.lang.Object
org.apache.struts.action.Action
org.apache.struts.actions.BaseAction
org.apache.struts.actions.DispatchAction
org.bgerp.action.base.BaseAction
org.bgerp.action.SearchAction

public class SearchAction extends BaseAction
Global search actions for customers and processes
  • Constructor Details

    • SearchAction

      public SearchAction()
      Default constructor
  • Method Details

    • unspecified

      public org.apache.struts.action.ActionForward unspecified(DynActionForm form, Connection con) throws Exception
      Description copied from class: BaseAction
      Default action method if no parameter 'action' passed. Overwrite and implement.
      Overrides:
      unspecified in class BaseAction
      Parameters:
      form -
      con -
      Returns:
      Throws:
      Exception
    • customerSearch

      public org.apache.struts.action.ActionForward customerSearch(DynActionForm form, ConnectionSet conSet) throws Exception
      Searches customers by ID, title, address or parameter text
      Parameters:
      form - request form
      conSet - connection set
      Returns:
      HTML view forward
      Throws:
      Exception - on any error
    • customerSearchProcessLink

      public org.apache.struts.action.ActionForward customerSearchProcessLink(DynActionForm form, ConnectionSet conSet) throws Exception
      Searches customers for linking them to a process
      Parameters:
      form - request form
      conSet - connection set
      Returns:
      HTML view forward
      Throws:
      Exception - on any error
    • processSearch

      public org.apache.struts.action.ActionForward processSearch(DynActionForm form, ConnectionSet conSet) throws Exception
      Searches processes by executor, ID or parameter text
      Parameters:
      form - request form
      conSet - connection set
      Returns:
      HTML view forward
      Throws:
      Exception - on any error