public class SearchAction extends BaseAction
FORWARD_DEFAULT, log, mapper, setup| Constructor and Description |
|---|
SearchAction() |
| Modifier and Type | Method and Description |
|---|---|
ActionForward |
customerSearch(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con) |
ActionForward |
customerSearchByLink(ActionMapping mapping,
DynActionForm form,
ConnectionSet conSet) |
ActionForward |
customerSearchByTextParamValue(ActionMapping mapping,
DynActionForm form,
java.sql.Connection con)
Поиск контрагентов по их текстовому параметру (параметры: paramId, paramValue)
|
ActionForward |
processSearch(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con) |
protected ActionForward |
unspecified(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con) |
checkModifyed, dispatchMethod, getAccess, getDefaultMapper, processJsonForward, processJsonForward, processJsonForward, processJsonForward, processJsonForward, processJsonForward, processUserTypedForward, processUserTypedForward, processUserTypedForward, processUserTypedForward, unspecified, unspecified, unspecified, unspecified, writeBytesToOutputStreampublic ActionForward customerSearch(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con)
throws java.lang.Exception
java.lang.Exceptionpublic ActionForward customerSearchByLink(ActionMapping mapping,
DynActionForm form,
ConnectionSet conSet)
public ActionForward customerSearchByTextParamValue(ActionMapping mapping,
DynActionForm form,
java.sql.Connection con)
throws BGException
mapping - form - con - BGExceptionpublic ActionForward processSearch(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con)
throws java.lang.Exception
java.lang.Exceptionprotected ActionForward unspecified(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con)
throws java.lang.Exception
unspecified in class BaseActionjava.lang.Exception