Package ru.bgcrm.struts.action.admin
Class AppAction
- 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.admin.AppAction
-
public class AppAction extends BaseAction
-
-
Field Summary
-
Fields inherited from class ru.bgcrm.struts.action.BaseAction
FORWARD_DEFAULT, l, log, mapper, PATH_JSP_ADMIN, PATH_JSP_OPEN, PATH_JSP_OPEN_PLUGIN, PATH_JSP_USER, PATH_JSP_USER_PLUGIN, setup
-
-
Constructor Summary
Constructors Constructor Description AppAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.struts.action.ActionForward
status(org.apache.struts.action.ActionMapping mapping, DynActionForm form, ConnectionSet conSet)
org.apache.struts.action.ActionForward
update(org.apache.struts.action.ActionMapping mapping, DynActionForm form, ConnectionSet conSet)
org.apache.struts.action.ActionForward
updateToChange(org.apache.struts.action.ActionMapping mapping, DynActionForm form, ConnectionSet conSet)
org.apache.struts.action.ActionForward
userLoggedList(org.apache.struts.action.ActionMapping mapping, DynActionForm form, ConnectionSet conSet)
-
Methods inherited from class ru.bgcrm.struts.action.BaseAction
checkModified, data, data, data, data, data, data, dispatchMethod, getAccess, processJsonForward, processJsonForward, processJsonForward, processJsonForward, processUserTypedForward, processUserTypedForward, processUserTypedForward, processUserTypedForward, restoreRequestParams, status, status, unspecified, unspecified, unspecified, unspecified, unspecified, updatePersonalization
-
Methods inherited from class org.apache.struts.actions.DispatchAction
cancelled, execute, getMethod, getMethodName, getParameter
-
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
-
-
-
-
Method Detail
-
status
public org.apache.struts.action.ActionForward status(org.apache.struts.action.ActionMapping mapping, DynActionForm form, ConnectionSet conSet) throws java.lang.Exception
- Throws:
java.lang.Exception
-
update
public org.apache.struts.action.ActionForward update(org.apache.struts.action.ActionMapping mapping, DynActionForm form, ConnectionSet conSet) throws java.lang.Exception
- Throws:
java.lang.Exception
-
updateToChange
public org.apache.struts.action.ActionForward updateToChange(org.apache.struts.action.ActionMapping mapping, DynActionForm form, ConnectionSet conSet) throws java.lang.Exception
- Throws:
java.lang.Exception
-
userLoggedList
public org.apache.struts.action.ActionForward userLoggedList(org.apache.struts.action.ActionMapping mapping, DynActionForm form, ConnectionSet conSet) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-