|
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.locale.SupportedLocaleAction
public final class SupportedLocaleAction
Edit the Locales supported by this application.
Editing these items is expected to be an uncommon operation. Such edits would usually occur only during development.
| Field Summary | |
|---|---|
static RequestParameter |
DESCRIPTION
|
static SqlId |
LOCALE_ADD
|
static SqlId |
LOCALE_CHANGE
|
static SqlId |
LOCALE_DELETE
|
static SqlId |
LOCALE_FETCH
|
static SqlId |
LOCALE_LIST
|
static RequestParameter |
SHORT_FORM
|
static RequestParameter |
SUPPORTED_LOCALE_ID
|
| Fields inherited from class ActionTemplateListAndEdit |
|---|
SupportedOperation |
| Fields inherited from class ActionImpl |
|---|
ERRORS, ITEM_FOR_EDIT, ITEMS_FOR_LISTING, MESSAGES, USER_ID |
| Constructor Summary | |
|---|---|
SupportedLocaleAction(RequestParser aRequestParser)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
attemptAdd()
Add a new SupportedLocale. |
protected void |
attemptChange()
Update an exisiting SupportedLocale. |
protected void |
attemptDelete()
Delete an existing SupportedLocale. |
protected void |
attemptFetchForChange()
Fetch an existing SupportedLocale. |
protected void |
doList()
List all SupportedLocales. |
protected void |
validateUserInput()
Ensure user input can build a SupportedLocale. |
| 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 LOCALE_LIST
public static final SqlId LOCALE_FETCH
public static final SqlId LOCALE_ADD
public static final SqlId LOCALE_CHANGE
public static final SqlId LOCALE_DELETE
public static final RequestParameter SUPPORTED_LOCALE_ID
public static final RequestParameter SHORT_FORM
public static final RequestParameter DESCRIPTION
| Constructor Detail |
|---|
public SupportedLocaleAction(RequestParser aRequestParser)
| Method Detail |
|---|
protected void doList()
throws DAOException
SupportedLocales.
doList in class ActionTemplateListAndEditDAOExceptionprotected void validateUserInput()
SupportedLocale.
validateUserInput in class ActionTemplateListAndEdit
protected void attemptAdd()
throws DAOException
SupportedLocale.
attemptAdd in class ActionTemplateListAndEditDAOException
protected void attemptFetchForChange()
throws DAOException
SupportedLocale.
attemptFetchForChange in class ActionTemplateListAndEditDAOException
protected void attemptChange()
throws DAOException
SupportedLocale.
attemptChange in class ActionTemplateListAndEditDAOException
protected void attemptDelete()
throws DAOException
SupportedLocale.
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 | ||||||||