|
Fish & Chips Club 4.7.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectActionImpl
ActionTemplateListAndEdit
hirondelle.fish.translate.translation.TranslationEdit
public final class TranslationEdit
Edit all Translations.
| Field Summary | |
|---|---|
static SqlId |
ADD
|
static RequestParameter |
BASE_TEXT_ID
|
static SqlId |
CHANGE
|
static SqlId |
DELETE
|
static SqlId |
FETCH
|
static SqlId |
LIST
|
static RequestParameter |
LOCALE_ID
|
static RequestParameter |
TRANSLATION
|
| Fields inherited from class ActionTemplateListAndEdit |
|---|
SupportedOperation |
| Fields inherited from class ActionImpl |
|---|
ERRORS, ITEM_FOR_EDIT, ITEMS_FOR_LISTING, MESSAGES, USER_ID |
| Constructor Summary | |
|---|---|
TranslationEdit(RequestParser aRequestParser)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
attemptAdd()
Add a new Translation. |
protected void |
attemptChange()
Update an existing Translation. |
protected void |
attemptDelete()
Delete an existing Translation. |
protected void |
attemptFetchForChange()
Fetch a Translation in preparation for editing it. |
protected void |
doList()
Display a listing of all Translations. |
protected void |
validateUserInput()
Ensure user input can create a Translation. |
| 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 LIST
public static final SqlId FETCH
public static final SqlId ADD
public static final SqlId CHANGE
public static final SqlId DELETE
public static final RequestParameter LOCALE_ID
public static final RequestParameter TRANSLATION
public static final RequestParameter BASE_TEXT_ID
| Constructor Detail |
|---|
public TranslationEdit(RequestParser aRequestParser)
| Method Detail |
|---|
protected void doList()
throws DAOException
Translations.
doList in class ActionTemplateListAndEditDAOExceptionprotected void validateUserInput()
Translation.
validateUserInput in class ActionTemplateListAndEdit
protected void attemptAdd()
throws DAOException
Translation.
attemptAdd in class ActionTemplateListAndEditDAOException
protected void attemptFetchForChange()
throws DAOException
Translation in preparation for editing it.
attemptFetchForChange in class ActionTemplateListAndEditDAOException
protected void attemptChange()
throws DAOException
Translation.
attemptChange in class ActionTemplateListAndEditDAOException
protected void attemptDelete()
throws DAOException
Translation.
attemptDelete in class ActionTemplateListAndEditDAOException
|
Fish & Chips Club 4.7.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||