public class WizardAction
extends ru.bgcrm.struts.action.BaseAction
Constructor and Description |
---|
WizardAction() |
Modifier and Type | Method and Description |
---|---|
org.apache.struts.action.ActionForward |
deleteLink(org.apache.struts.action.ActionMapping mapping,
ru.bgcrm.struts.form.DynActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.sql.Connection con) |
org.apache.struts.action.ActionForward |
deleteNode(org.apache.struts.action.ActionMapping mapping,
ru.bgcrm.struts.form.DynActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.sql.Connection con) |
org.apache.struts.action.ActionForward |
getLink(org.apache.struts.action.ActionMapping mapping,
ru.bgcrm.struts.form.DynActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.sql.Connection con) |
org.apache.struts.action.ActionForward |
getLinkList(org.apache.struts.action.ActionMapping mapping,
ru.bgcrm.struts.form.DynActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.sql.Connection con) |
org.apache.struts.action.ActionForward |
getNode(org.apache.struts.action.ActionMapping mapping,
ru.bgcrm.struts.form.DynActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.sql.Connection con) |
org.apache.struts.action.ActionForward |
getNodeList(org.apache.struts.action.ActionMapping mapping,
ru.bgcrm.struts.form.DynActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.sql.Connection con) |
org.apache.struts.action.ActionForward |
getWizard(org.apache.struts.action.ActionMapping mapping,
ru.bgcrm.struts.form.DynActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.sql.Connection con) |
org.apache.struts.action.ActionForward |
unspecified(org.apache.struts.action.ActionMapping mapping,
ru.bgcrm.struts.form.DynActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.sql.Connection con) |
org.apache.struts.action.ActionForward |
updateLink(org.apache.struts.action.ActionMapping mapping,
ru.bgcrm.struts.form.DynActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.sql.Connection con) |
org.apache.struts.action.ActionForward |
updateNode(org.apache.struts.action.ActionMapping mapping,
ru.bgcrm.struts.form.DynActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.sql.Connection con) |
org.apache.struts.action.ActionForward |
updateWizard(org.apache.struts.action.ActionMapping mapping,
ru.bgcrm.struts.form.DynActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.sql.Connection con) |
checkModifyed, dispatchMethod, getAccess, getDateParameter, processJsonForward, processJsonForward, processUserTypedForward, processUserTypedForward, setError, unspecified, unspecified, updateObjectLog
cancelled, execute, getMethod, getMethodName, getParameter
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
public org.apache.struts.action.ActionForward updateWizard(org.apache.struts.action.ActionMapping mapping, ru.bgcrm.struts.form.DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.sql.Connection con) throws BGException
BGException
public org.apache.struts.action.ActionForward getWizard(org.apache.struts.action.ActionMapping mapping, ru.bgcrm.struts.form.DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.sql.Connection con) throws BGException
BGException
public org.apache.struts.action.ActionForward unspecified(org.apache.struts.action.ActionMapping mapping, ru.bgcrm.struts.form.DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.sql.Connection con) throws BGException
unspecified
in class ru.bgcrm.struts.action.BaseAction
BGException
public org.apache.struts.action.ActionForward getNodeList(org.apache.struts.action.ActionMapping mapping, ru.bgcrm.struts.form.DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.sql.Connection con) throws BGException
BGException
public org.apache.struts.action.ActionForward getNode(org.apache.struts.action.ActionMapping mapping, ru.bgcrm.struts.form.DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.sql.Connection con) throws BGException
BGException
public org.apache.struts.action.ActionForward deleteNode(org.apache.struts.action.ActionMapping mapping, ru.bgcrm.struts.form.DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.sql.Connection con) throws BGException
BGException
public org.apache.struts.action.ActionForward updateNode(org.apache.struts.action.ActionMapping mapping, ru.bgcrm.struts.form.DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.sql.Connection con) throws BGException
BGException
public org.apache.struts.action.ActionForward getLinkList(org.apache.struts.action.ActionMapping mapping, ru.bgcrm.struts.form.DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.sql.Connection con) throws BGException
BGException
public org.apache.struts.action.ActionForward updateLink(org.apache.struts.action.ActionMapping mapping, ru.bgcrm.struts.form.DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.sql.Connection con) throws BGException
BGException
public org.apache.struts.action.ActionForward deleteLink(org.apache.struts.action.ActionMapping mapping, ru.bgcrm.struts.form.DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.sql.Connection con) throws BGException
BGException
public org.apache.struts.action.ActionForward getLink(org.apache.struts.action.ActionMapping mapping, ru.bgcrm.struts.form.DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.sql.Connection con) throws BGException
BGException