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, writeBytesToOutputStream
public ActionForward userList(ActionMapping mapping, DynActionForm form, HttpServletRequest request, HttpServletResponse response, java.sql.Connection con) throws BGException
BGException
public ActionForward getUsers(ActionMapping mapping, DynActionForm form, HttpServletRequest request, HttpServletResponse response, java.sql.Connection con) throws BGException
BGException
public ActionForward getUserByTextParam(ActionMapping mapping, DynActionForm form, HttpServletRequest request, HttpServletResponse response, java.sql.Connection con) throws BGException
BGException
public ActionForward updateUserTitle(ActionMapping mapping, DynActionForm form, HttpServletRequest request, HttpServletResponse response, java.sql.Connection con) throws BGException
BGException
public ActionForward getUserByLogin(ActionMapping mapping, DynActionForm form, HttpServletRequest request, HttpServletResponse response, java.sql.Connection con) throws BGException
BGException
public ActionForward groupList(ActionMapping mapping, DynActionForm form, HttpServletRequest request, HttpServletResponse response, java.sql.Connection con) throws BGException
BGException