public class UserAction extends BaseAction
FORWARD_DEFAULT, log, mapper, setup| Constructor and Description |
|---|
UserAction() |
| Modifier and Type | Method and Description |
|---|---|
ActionForward |
getUserByLogin(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con) |
ActionForward |
getUserByTextParam(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con) |
ActionForward |
getUsers(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con) |
ActionForward |
groupList(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con) |
ActionForward |
updateUserTitle(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con) |
ActionForward |
userList(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, unspecified, writeBytesToOutputStreampublic ActionForward userList(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con)
throws BGException
BGExceptionpublic ActionForward getUsers(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con)
throws BGException
BGExceptionpublic ActionForward getUserByTextParam(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con)
throws BGException
BGExceptionpublic ActionForward updateUserTitle(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con)
throws BGException
BGExceptionpublic ActionForward getUserByLogin(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con)
throws BGException
BGExceptionpublic ActionForward groupList(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con)
throws BGException
BGException