Class SearchAction

java.lang.Object
org.apache.struts.action.Action
org.apache.struts.actions.BaseAction
org.apache.struts.actions.DispatchAction
ru.bgcrm.struts.action.BaseAction
ru.bgcrm.struts.action.SearchAction

public class SearchAction extends BaseAction
  • Constructor Details

    • SearchAction

      public SearchAction()
  • Method Details

    • customerSearch

      public org.apache.struts.action.ActionForward customerSearch(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) throws Exception
      Throws:
      Exception
    • customerSearchByLink

      public org.apache.struts.action.ActionForward customerSearchByLink(org.apache.struts.action.ActionMapping mapping, DynActionForm form, ConnectionSet conSet)
    • customerSearchByTextParamValue

      public org.apache.struts.action.ActionForward customerSearchByTextParamValue(org.apache.struts.action.ActionMapping mapping, DynActionForm form, Connection con) throws BGException
      Поиск контрагентов по их текстовому параметру (параметры: paramId, paramValue)
      Parameters:
      mapping -
      form -
      con -
      Returns:
      Throws:
      BGException
    • processSearch

      public org.apache.struts.action.ActionForward processSearch(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) throws Exception
      Throws:
      Exception
    • unspecified

      protected org.apache.struts.action.ActionForward unspecified(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) throws Exception
      Overrides:
      unspecified in class BaseAction
      Throws:
      Exception