Package ru.bgcrm.struts.action.admin
Class UserAction
- 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.UserAction
-
public class UserAction extends BaseAction
-
-
Field Summary
-
Fields inherited from class ru.bgcrm.struts.action.BaseAction
FORWARD_DEFAULT, l, log, mapper, setup
-
-
Constructor Summary
Constructors Constructor Description UserAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addGroup(DynActionForm form, java.sql.Connection con, java.util.Date fromDate, java.util.Date toDate, int groupId, int userId)
void
closeGroup(DynActionForm form, java.sql.Connection con, int userId, int groupId, java.util.Date date, java.util.Date dateFrom, java.util.Date dateTo)
org.apache.struts.action.ActionForward
groupDelete(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
groupGet(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
groupInsertMark(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
groupList(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
groupUpdate(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
permsetDelete(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
permsetGet(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
permsetList(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
permsetReplacePermissions(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
permsetUpdate(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
userAddGroup(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
userClosePeriodGroup(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
userDelete(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
userGet(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
userGroupList(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
userList(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
userRemoveGroup(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
org.apache.struts.action.ActionForward
userUpdate(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con)
-
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
-
permsetList
public org.apache.struts.action.ActionForward permsetList(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws BGException
- Throws:
BGException
-
permsetGet
public org.apache.struts.action.ActionForward permsetGet(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws BGException
- Throws:
BGException
-
permsetUpdate
public org.apache.struts.action.ActionForward permsetUpdate(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws BGException
- Throws:
BGException
-
permsetDelete
public org.apache.struts.action.ActionForward permsetDelete(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws BGException
- Throws:
BGException
-
permsetReplacePermissions
public org.apache.struts.action.ActionForward permsetReplacePermissions(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws BGException
- Throws:
BGException
-
groupList
public org.apache.struts.action.ActionForward groupList(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws BGException
- Throws:
BGException
-
groupGet
public org.apache.struts.action.ActionForward groupGet(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws BGException
- Throws:
BGException
-
groupUpdate
public org.apache.struts.action.ActionForward groupUpdate(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws BGException
- Throws:
BGException
-
groupDelete
public org.apache.struts.action.ActionForward groupDelete(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws BGException
- Throws:
BGException
-
groupInsertMark
public org.apache.struts.action.ActionForward groupInsertMark(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws java.lang.Exception
- Throws:
java.lang.Exception
-
userList
public org.apache.struts.action.ActionForward userList(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws BGException
- Throws:
BGException
-
userGet
public org.apache.struts.action.ActionForward userGet(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws java.lang.Exception
- Throws:
java.lang.Exception
-
userUpdate
public org.apache.struts.action.ActionForward userUpdate(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws java.lang.Exception
- Throws:
java.lang.Exception
-
userDelete
public org.apache.struts.action.ActionForward userDelete(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws java.lang.Exception
- Throws:
java.lang.Exception
-
userGroupList
public org.apache.struts.action.ActionForward userGroupList(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws java.lang.Exception
- Throws:
java.lang.Exception
-
userAddGroup
public org.apache.struts.action.ActionForward userAddGroup(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws java.lang.Exception
- Throws:
java.lang.Exception
-
addGroup
public void addGroup(DynActionForm form, java.sql.Connection con, java.util.Date fromDate, java.util.Date toDate, int groupId, int userId) throws BGException
- Throws:
BGException
-
userRemoveGroup
public org.apache.struts.action.ActionForward userRemoveGroup(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws java.lang.Exception
- Throws:
java.lang.Exception
-
userClosePeriodGroup
public org.apache.struts.action.ActionForward userClosePeriodGroup(org.apache.struts.action.ActionMapping mapping, DynActionForm form, java.sql.Connection con) throws java.lang.Exception
- Throws:
java.lang.Exception
-
closeGroup
public void closeGroup(DynActionForm form, java.sql.Connection con, int userId, int groupId, java.util.Date date, java.util.Date dateFrom, java.util.Date dateTo) throws BGException
- Throws:
BGException
-
-