org.scrashmeow.ojb.console
Interface Globals

All Superinterfaces:
java.io.Serializable

public interface Globals
extends java.io.Serializable

The Global interface containing constants for keys, parameters, and configuration vars used by the web application

Author:
Alexander Bibighaus

Field Summary
static java.lang.String APPLICATION_SERVICE_KEY
          The application context key to find the application service
static java.lang.String BREADCRUMBS_KEY
          The request or tile key for the breadcrumbs bean
static java.lang.String CANCEL_COLLECTION_FW
          Standard forward for a user's cancel when operating on a collection
static java.lang.String CANCEL_FW
          Standard forward for a user's cancel
static java.lang.String CANCEL_REFERENCE_FW
          Standard forward for a user's cancel when operating on a reference
static java.lang.String CHANGE_COLLECTION_FW
          Standard forward for when a user is changing a collection
static java.lang.String CHANGE_REFERENCE_FW
          Standard forward for when a user is changing a reference
static java.lang.String CLASS_ID_PARAM
          The parameter that is used to pass the fully qualified name of an ojb class
static java.lang.String COLLECTION_NAME_PARAM
          The key that identifies which collection the action is operating on
static java.lang.String COMMIT_SUCCESS_COLLECTION_FW
          Standard forward for when commit from an Action operating on a collection is successful
static java.lang.String COMMIT_SUCCESS_FW
          Standard forward for when commit is successful
static java.lang.String COMMIT_SUCCESS_REFERENCE_FW
          Standard forward for when commit from an Action operating on a reference is successful
static java.lang.String CONFIG_FILE_PROP
          Initialization property key to the console's configuration file path
static java.lang.String CONTENT_PARAM
          The parameter for the object editor form's content
static java.lang.String CREATE_FW
          Standard forward for dispatching to a create action
static java.lang.String CRITERIA_KEY_PARAM
          The key to check for exisiting search critieria
static java.lang.String CRITERIA_PARAM
          The parameter to pass search critieria
static java.lang.String CURRENT_WINDOW_PARAM
          The parameter to use when changing the current page/window the user is viewing in a search result
static java.lang.String DATA_GRID_PARAM
          The standard parameter to use when a form has one data grid
static java.lang.String DEFAULT_PERSISTENT_FIELD
           
static java.lang.Integer DEFAULT_USER_WINDOW_SIZE
          Default user's window size
static java.lang.String DISPLAY_FW
          Standard forward for the default behavior of an action.
static java.lang.String EDIT_FW
          Standard forward for dispatching to an edit action
static java.lang.String ERROR_KEY
          The key to find the error object
static java.lang.String EXCEPTION_KEY
          The error jsp request key for holding the exception
static java.lang.String FAILURE_FW
          Standard failure forward
static java.lang.String FIELD_ID_PARAM
          The parameter that is used identify a field
static java.lang.String FINISH_FW
          Standard forward for when a user is finished
static java.lang.String LOCALE_KEY
          The session context key to find the user's locale
static java.lang.String MENUBAR_KEY
          The request or tile key for the menubar bean
static java.lang.String MESSAGES_KEY
          The key to find the messages object
static java.lang.String METHOD_PARAM
          The parameter for all the dispatch actions in the application
static java.lang.String MODE_EDIT
          Indicates something is in edit mode
static java.lang.String MODE_INSERT
          Indicates something is in insert mode
static java.lang.String MODE_PARAM
          The parameter to use when an additional mode is needed
static java.lang.String NESTED_CLASS_ID_PARAM
          The parameter that is used to pass the fully qualified name of the nested ojb class
static java.lang.String NESTED_FINISH_FW
          Standard forward for when a user is finished with a nested action
static java.lang.String NULL_STR
          The string to use for NULL
static java.lang.String OBJECT_KEY_PARAM
          The key to find the object on which the user is operating
static java.lang.String OJB_CONSOLE_CONFIG_FILE
          The name of this application's ui's internal configuration file
static java.lang.String OJB_PROPERTIES_FILE
          The name of the OJB properties file
static java.lang.String OJBC_PROPERTIES_FILE
          The name of this application's properties file
static java.lang.String PARENT_OBJECT_KEY_PARAM
          The key to find the parent object of the object on which the user is operatin
static java.lang.String PK_SEPARATOR
          The string used to separate the values of a composite primary key
static java.lang.String REFERENCE_NAME_PARAM
          The key that identifies which reference the action is operating on
static java.lang.String REMOVE_FW
           
static java.lang.String REPO_FILE
          The name of this application's ui metadata configuration file
static java.lang.String REPO_FILE_PROP
          Initialization property key to the repository configuration file path
static java.lang.String REPOSITORY_FAILURE_FW
           
static java.lang.String SEARCH_CONTROLS_PARAM
          The parameter for the search control widgets
static java.lang.String SEARCH_FW
          Standard forward for dispatching to a search action
static java.lang.String SELECTED_UID_PARAM
          The parameter for passing a set of selected unique ids of an object
static java.lang.String SORT_ASCENDING_PARAM
          The parameter for keeping track of whether the current sort is ascending or descending
static java.lang.String SORT_COLUMN_PARAM
          The parameter to use when passing in what column the user wants to sort
static java.lang.String SUCCESS_FW
          Standard success forward
static java.lang.String TABS_KEY
          The request or tile key for the tab bean
static java.lang.String TILE_FAILURE_FW
          Standard tile failure forward
static java.lang.String TOOLBAR_KEY
          The request or tile key for the toolbar bean
static java.lang.String UID_PARAM
          The parameter for passing the unique id of an object
static java.lang.String USER_CONTAINER_KEY
          The session context key to find the user container
static java.lang.String VALIDATE_PARAM
          The parameter forms that need to determine when to validate.
static java.lang.String VALUES_PARAM
          The parameter to pass search critieria values
static java.lang.String WIDGET_ID_PARAM
          The key that a widget uses to identify itself
static java.lang.String WIDGETS_PARAM
          The parameter for the object editor form's widgets
static java.lang.String WINDOW_SIZE_PARAM
          The parameter to use when changing the size of the page/window in a search result
 

Field Detail

APPLICATION_SERVICE_KEY

public static final java.lang.String APPLICATION_SERVICE_KEY
The application context key to find the application service

See Also:
Constant Field Values

USER_CONTAINER_KEY

public static final java.lang.String USER_CONTAINER_KEY
The session context key to find the user container

See Also:
Constant Field Values

LOCALE_KEY

public static final java.lang.String LOCALE_KEY
The session context key to find the user's locale

See Also:
Constant Field Values

MESSAGES_KEY

public static final java.lang.String MESSAGES_KEY
The key to find the messages object

See Also:
Constant Field Values

ERROR_KEY

public static final java.lang.String ERROR_KEY
The key to find the error object

See Also:
Constant Field Values

EXCEPTION_KEY

public static final java.lang.String EXCEPTION_KEY
The error jsp request key for holding the exception

See Also:
Constant Field Values

MENUBAR_KEY

public static final java.lang.String MENUBAR_KEY
The request or tile key for the menubar bean

See Also:
Constant Field Values

TABS_KEY

public static final java.lang.String TABS_KEY
The request or tile key for the tab bean

See Also:
Constant Field Values

TOOLBAR_KEY

public static final java.lang.String TOOLBAR_KEY
The request or tile key for the toolbar bean

See Also:
Constant Field Values

BREADCRUMBS_KEY

public static final java.lang.String BREADCRUMBS_KEY
The request or tile key for the breadcrumbs bean

See Also:
Constant Field Values

CLASS_ID_PARAM

public static final java.lang.String CLASS_ID_PARAM
The parameter that is used to pass the fully qualified name of an ojb class

See Also:
Constant Field Values

NESTED_CLASS_ID_PARAM

public static final java.lang.String NESTED_CLASS_ID_PARAM
The parameter that is used to pass the fully qualified name of the nested ojb class

See Also:
Constant Field Values

FIELD_ID_PARAM

public static final java.lang.String FIELD_ID_PARAM
The parameter that is used identify a field

See Also:
Constant Field Values

METHOD_PARAM

public static final java.lang.String METHOD_PARAM
The parameter for all the dispatch actions in the application

See Also:
Constant Field Values

VALIDATE_PARAM

public static final java.lang.String VALIDATE_PARAM
The parameter forms that need to determine when to validate. This is common with dispatch actions.

See Also:
Constant Field Values

UID_PARAM

public static final java.lang.String UID_PARAM
The parameter for passing the unique id of an object

See Also:
Constant Field Values

SELECTED_UID_PARAM

public static final java.lang.String SELECTED_UID_PARAM
The parameter for passing a set of selected unique ids of an object

See Also:
Constant Field Values

CONTENT_PARAM

public static final java.lang.String CONTENT_PARAM
The parameter for the object editor form's content

See Also:
Constant Field Values

WIDGETS_PARAM

public static final java.lang.String WIDGETS_PARAM
The parameter for the object editor form's widgets

See Also:
Constant Field Values

CURRENT_WINDOW_PARAM

public static final java.lang.String CURRENT_WINDOW_PARAM
The parameter to use when changing the current page/window the user is viewing in a search result

See Also:
Constant Field Values

WINDOW_SIZE_PARAM

public static final java.lang.String WINDOW_SIZE_PARAM
The parameter to use when changing the size of the page/window in a search result

See Also:
Constant Field Values

SORT_COLUMN_PARAM

public static final java.lang.String SORT_COLUMN_PARAM
The parameter to use when passing in what column the user wants to sort

See Also:
Constant Field Values

SORT_ASCENDING_PARAM

public static final java.lang.String SORT_ASCENDING_PARAM
The parameter for keeping track of whether the current sort is ascending or descending

See Also:
Constant Field Values

CRITERIA_PARAM

public static final java.lang.String CRITERIA_PARAM
The parameter to pass search critieria

See Also:
Constant Field Values

VALUES_PARAM

public static final java.lang.String VALUES_PARAM
The parameter to pass search critieria values

See Also:
Constant Field Values

DATA_GRID_PARAM

public static final java.lang.String DATA_GRID_PARAM
The standard parameter to use when a form has one data grid

See Also:
Constant Field Values

SEARCH_CONTROLS_PARAM

public static final java.lang.String SEARCH_CONTROLS_PARAM
The parameter for the search control widgets

See Also:
Constant Field Values

MODE_PARAM

public static final java.lang.String MODE_PARAM
The parameter to use when an additional mode is needed

See Also:
Constant Field Values

CRITERIA_KEY_PARAM

public static final java.lang.String CRITERIA_KEY_PARAM
The key to check for exisiting search critieria

See Also:
Constant Field Values

COLLECTION_NAME_PARAM

public static final java.lang.String COLLECTION_NAME_PARAM
The key that identifies which collection the action is operating on

See Also:
Constant Field Values

OBJECT_KEY_PARAM

public static final java.lang.String OBJECT_KEY_PARAM
The key to find the object on which the user is operating

See Also:
Constant Field Values

PARENT_OBJECT_KEY_PARAM

public static final java.lang.String PARENT_OBJECT_KEY_PARAM
The key to find the parent object of the object on which the user is operatin

See Also:
Constant Field Values

WIDGET_ID_PARAM

public static final java.lang.String WIDGET_ID_PARAM
The key that a widget uses to identify itself

See Also:
Constant Field Values

REFERENCE_NAME_PARAM

public static final java.lang.String REFERENCE_NAME_PARAM
The key that identifies which reference the action is operating on

See Also:
Constant Field Values

SUCCESS_FW

public static final java.lang.String SUCCESS_FW
Standard success forward

See Also:
Constant Field Values

FAILURE_FW

public static final java.lang.String FAILURE_FW
Standard failure forward

See Also:
Constant Field Values

TILE_FAILURE_FW

public static final java.lang.String TILE_FAILURE_FW
Standard tile failure forward

See Also:
Constant Field Values

REPOSITORY_FAILURE_FW

public static final java.lang.String REPOSITORY_FAILURE_FW
See Also:
Constant Field Values

COMMIT_SUCCESS_FW

public static final java.lang.String COMMIT_SUCCESS_FW
Standard forward for when commit is successful

See Also:
Constant Field Values

COMMIT_SUCCESS_REFERENCE_FW

public static final java.lang.String COMMIT_SUCCESS_REFERENCE_FW
Standard forward for when commit from an Action operating on a reference is successful

See Also:
Constant Field Values

COMMIT_SUCCESS_COLLECTION_FW

public static final java.lang.String COMMIT_SUCCESS_COLLECTION_FW
Standard forward for when commit from an Action operating on a collection is successful

See Also:
Constant Field Values

CREATE_FW

public static final java.lang.String CREATE_FW
Standard forward for dispatching to a create action

See Also:
Constant Field Values

EDIT_FW

public static final java.lang.String EDIT_FW
Standard forward for dispatching to an edit action

See Also:
Constant Field Values

SEARCH_FW

public static final java.lang.String SEARCH_FW
Standard forward for dispatching to a search action

See Also:
Constant Field Values

CANCEL_FW

public static final java.lang.String CANCEL_FW
Standard forward for a user's cancel

See Also:
Constant Field Values

REMOVE_FW

public static final java.lang.String REMOVE_FW
See Also:
Constant Field Values

CANCEL_COLLECTION_FW

public static final java.lang.String CANCEL_COLLECTION_FW
Standard forward for a user's cancel when operating on a collection

See Also:
Constant Field Values

CANCEL_REFERENCE_FW

public static final java.lang.String CANCEL_REFERENCE_FW
Standard forward for a user's cancel when operating on a reference

See Also:
Constant Field Values

FINISH_FW

public static final java.lang.String FINISH_FW
Standard forward for when a user is finished

See Also:
Constant Field Values

NESTED_FINISH_FW

public static final java.lang.String NESTED_FINISH_FW
Standard forward for when a user is finished with a nested action

See Also:
Constant Field Values

DISPLAY_FW

public static final java.lang.String DISPLAY_FW
Standard forward for the default behavior of an action.

See Also:
Constant Field Values

CHANGE_COLLECTION_FW

public static final java.lang.String CHANGE_COLLECTION_FW
Standard forward for when a user is changing a collection

See Also:
Constant Field Values

CHANGE_REFERENCE_FW

public static final java.lang.String CHANGE_REFERENCE_FW
Standard forward for when a user is changing a reference

See Also:
Constant Field Values

REPO_FILE_PROP

public static final java.lang.String REPO_FILE_PROP
Initialization property key to the repository configuration file path

See Also:
Constant Field Values

CONFIG_FILE_PROP

public static final java.lang.String CONFIG_FILE_PROP
Initialization property key to the console's configuration file path

See Also:
Constant Field Values

OJB_PROPERTIES_FILE

public static final java.lang.String OJB_PROPERTIES_FILE
The name of the OJB properties file

See Also:
Constant Field Values

OJBC_PROPERTIES_FILE

public static final java.lang.String OJBC_PROPERTIES_FILE
The name of this application's properties file

See Also:
Constant Field Values

OJB_CONSOLE_CONFIG_FILE

public static final java.lang.String OJB_CONSOLE_CONFIG_FILE
The name of this application's ui's internal configuration file

See Also:
Constant Field Values

REPO_FILE

public static final java.lang.String REPO_FILE
The name of this application's ui metadata configuration file

See Also:
Constant Field Values

MODE_EDIT

public static final java.lang.String MODE_EDIT
Indicates something is in edit mode

See Also:
Constant Field Values

MODE_INSERT

public static final java.lang.String MODE_INSERT
Indicates something is in insert mode

See Also:
Constant Field Values

DEFAULT_USER_WINDOW_SIZE

public static final java.lang.Integer DEFAULT_USER_WINDOW_SIZE
Default user's window size


PK_SEPARATOR

public static final java.lang.String PK_SEPARATOR
The string used to separate the values of a composite primary key

See Also:
Constant Field Values

NULL_STR

public static final java.lang.String NULL_STR
The string to use for NULL

See Also:
Constant Field Values

DEFAULT_PERSISTENT_FIELD

public static final java.lang.String DEFAULT_PERSISTENT_FIELD
See Also:
Constant Field Values


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.