public class CustomerAction extends BaseAction
FORWARD_DEFAULT, log, mapper, setup
Constructor and Description |
---|
CustomerAction() |
Modifier and Type | Method and Description |
---|---|
ActionForward |
customer(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
ConnectionSet conSet) |
ActionForward |
customerCreate(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
ConnectionSet conSet) |
ActionForward |
customerDelete(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
ConnectionSet conSet) |
ActionForward |
customerGet(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
ConnectionSet conSet) |
ActionForward |
customerMerge(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
ConnectionSet conSet) |
ActionForward |
customerTitleList(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
ConnectionSet conSet) |
ActionForward |
customerUpdate(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
ConnectionSet conSet) |
protected void |
formatCustomerTitle(Customer customer,
CustomerDAO customerDAO,
ParamValueDAO paramDAO,
java.sql.Connection con) |
protected ActionForward |
getCustomerDevice(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
ConnectionSet conSet) |
protected void |
setCustomerTitle(java.lang.String title,
Customer customer,
PatternDAO patternDAO,
ParamValueDAO paramDAO) |
ActionForward |
syncLinks(ActionMapping mapping,
DynActionForm form,
java.sql.Connection connection) |
protected ActionForward |
unspecified(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
ConnectionSet conSet) |
checkModifyed, dispatchMethod, getAccess, getDefaultMapper, processJsonForward, processJsonForward, processJsonForward, processJsonForward, processJsonForward, processJsonForward, processUserTypedForward, processUserTypedForward, processUserTypedForward, processUserTypedForward, unspecified, unspecified, unspecified, unspecified, writeBytesToOutputStream
protected ActionForward unspecified(ActionMapping mapping, DynActionForm form, HttpServletRequest request, HttpServletResponse response, ConnectionSet conSet) throws java.lang.Exception
unspecified
in class BaseAction
java.lang.Exception
public ActionForward customerCreate(ActionMapping mapping, DynActionForm form, HttpServletRequest request, HttpServletResponse response, ConnectionSet conSet) throws java.lang.Exception
java.lang.Exception
public ActionForward customerGet(ActionMapping mapping, DynActionForm form, HttpServletRequest request, HttpServletResponse response, ConnectionSet conSet) throws java.lang.Exception
java.lang.Exception
public ActionForward customerUpdate(ActionMapping mapping, DynActionForm form, HttpServletRequest request, HttpServletResponse response, ConnectionSet conSet) throws java.lang.Exception
java.lang.Exception
public ActionForward customerDelete(ActionMapping mapping, DynActionForm form, HttpServletRequest request, HttpServletResponse response, ConnectionSet conSet) throws java.lang.Exception
java.lang.Exception
public ActionForward customer(ActionMapping mapping, DynActionForm form, HttpServletRequest request, HttpServletResponse response, ConnectionSet conSet) throws java.lang.Exception
java.lang.Exception
public ActionForward customerTitleList(ActionMapping mapping, DynActionForm form, HttpServletRequest request, HttpServletResponse response, ConnectionSet conSet) throws java.lang.Exception
java.lang.Exception
public ActionForward customerMerge(ActionMapping mapping, DynActionForm form, HttpServletRequest request, HttpServletResponse response, ConnectionSet conSet) throws java.lang.Exception
java.lang.Exception
public ActionForward syncLinks(ActionMapping mapping, DynActionForm form, java.sql.Connection connection)
protected void formatCustomerTitle(Customer customer, CustomerDAO customerDAO, ParamValueDAO paramDAO, java.sql.Connection con) throws java.lang.Exception
java.lang.Exception
protected void setCustomerTitle(java.lang.String title, Customer customer, PatternDAO patternDAO, ParamValueDAO paramDAO) throws java.lang.Exception
java.lang.Exception
protected ActionForward getCustomerDevice(ActionMapping mapping, DynActionForm form, HttpServletRequest request, HttpServletResponse response, ConnectionSet conSet) throws java.lang.Exception
java.lang.Exception