|
Fish & Chips Club 4.10.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object ActionImpl ActionTemplateListAndEdit hirondelle.fish.access.user.UserAction
public final class UserAction
Edit User
objects.
Field Summary | |
---|---|
static SqlId |
USER_ADD
|
static SqlId |
USER_DELETE
|
static SqlId |
USER_LIST
|
static RequestParameter |
USER_NAME
|
Fields inherited from class ActionTemplateListAndEdit |
---|
SupportedOperation |
Fields inherited from class ActionImpl |
---|
DATA, ERRORS, ITEM_FOR_EDIT, ITEMS_FOR_LISTING, MESSAGES, USER_ID |
Constructor Summary | |
---|---|
UserAction(RequestParser aRequestParser)
Constructor. |
Method Summary | |
---|---|
protected void |
attemptAdd()
Add a new User . |
protected void |
attemptChange()
Not supported. |
protected void |
attemptDelete()
Delete a User . |
protected void |
attemptFetchForChange()
Not supported. |
protected void |
doList()
List all users. |
protected void |
validateUserInput()
Create a User from user input. |
Methods inherited from class ActionTemplateListAndEdit |
---|
addDynamicParameterToRedirectPage, execute |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final SqlId USER_LIST
public static final SqlId USER_ADD
public static final SqlId USER_DELETE
public static final RequestParameter USER_NAME
Constructor Detail |
---|
public UserAction(RequestParser aRequestParser)
Method Detail |
---|
protected void doList() throws DAOException
doList
in class ActionTemplateListAndEdit
DAOException
protected void validateUserInput()
User
from user input.
validateUserInput
in class ActionTemplateListAndEdit
protected void attemptAdd() throws DAOException
User
.
attemptAdd
in class ActionTemplateListAndEdit
DAOException
protected void attemptFetchForChange() throws DAOException
attemptFetchForChange
in class ActionTemplateListAndEdit
DAOException
protected void attemptChange() throws DAOException
attemptChange
in class ActionTemplateListAndEdit
DAOException
protected void attemptDelete() throws DAOException
User
.
attemptDelete
in class ActionTemplateListAndEdit
DAOException
|
Fish & Chips Club 4.10.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |