|
Predictions 4.7.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectActionImpl
ActionTemplateListAndEdit
hirondelle.predict.main.lists.PredictionListAction
public final class PredictionListAction
List and edit PredictionList objects.
| Field Summary | |
|---|---|
static RequestParameter |
ID
|
static SqlId |
PREDICTION_LIST_ADD
|
static SqlId |
PREDICTION_LIST_CHANGE
|
static SqlId |
PREDICTION_LIST_DELETE
|
static SqlId |
PREDICTION_LIST_FETCH
|
static SqlId |
PREDICTION_LIST_FETCH_PUBLIC
|
static SqlId |
PREDICTION_LIST_LIST
|
static RequestParameter |
TITLE
|
| Fields inherited from class ActionTemplateListAndEdit |
|---|
SupportedOperation |
| Fields inherited from class ActionImpl |
|---|
ERRORS, ITEM_FOR_EDIT, ITEMS_FOR_LISTING, MESSAGES, USER_ID |
| Constructor Summary | |
|---|---|
PredictionListAction(RequestParser aRequestParser)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
attemptAdd()
Try to add a new PredictionList. |
protected void |
attemptChange()
Try to change an existing PredictionList. |
protected void |
attemptDelete()
Try to delete an existing PredictionList. |
protected void |
attemptFetchForChange()
Fetch an existing PredictionList, in preparation for editing it. |
protected void |
doList()
Show all lists owned by the current user. |
protected void |
validateUserInput()
Try to build a PredictionList 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 PREDICTION_LIST_LIST
public static final SqlId PREDICTION_LIST_FETCH
public static final SqlId PREDICTION_LIST_FETCH_PUBLIC
public static final SqlId PREDICTION_LIST_ADD
public static final SqlId PREDICTION_LIST_CHANGE
public static final SqlId PREDICTION_LIST_DELETE
public static final RequestParameter ID
public static final RequestParameter TITLE
| Constructor Detail |
|---|
public PredictionListAction(RequestParser aRequestParser)
| Method Detail |
|---|
protected void doList()
throws DAOException
doList in class ActionTemplateListAndEditDAOExceptionprotected void validateUserInput()
PredictionList from user input.
validateUserInput in class ActionTemplateListAndEdit
protected void attemptAdd()
throws DAOException
PredictionList.
attemptAdd in class ActionTemplateListAndEditDAOException
protected void attemptFetchForChange()
throws DAOException
PredictionList, in preparation for editing it.
attemptFetchForChange in class ActionTemplateListAndEditDAOException
protected void attemptChange()
throws DAOException
PredictionList.
attemptChange in class ActionTemplateListAndEditDAOException
protected void attemptDelete()
throws DAOException
PredictionList.
attemptDelete in class ActionTemplateListAndEditDAOException
|
Predictions 4.7.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||