com.ibm.ccd.ui.portlets.massupdate
Interface IMassUpdate


public interface IMassUpdate

This interface holds constants for MassUpdatePortlet


Field Summary
static java.lang.String BUSINESS_ACTION_CONFIG
          Indicates the bsuiness action config
static java.lang.String BUSINESS_ACTION_EDIT
          Indicates the bsuiness action config
static java.lang.String BUSINESS_ACTION_VIEW
          Indicates the bsuiness action config
static java.lang.String BUSINESS_FUNCTION_MASS_UPDATE
          Indicates the business function file upload
static java.lang.String CANCEL
          indicates cancel for Mass Update screen.
static java.lang.String CONFIG_FORM_ACTION_UPDATE
          Indicates the form action URI for edit mode
static java.lang.String CONFIG_JSP_PATH
          Indicates the path for edit jsp of MassUpdate Portlet
static java.lang.String DELETE
          indicates DELETE MODE for mass update screen.
static java.lang.String EDIT_FORM_ACTION_UPDATE
          Indicates the form action URI for edit mode
static java.lang.String EDIT_JSP_PATH
          Indicates the path for edit jsp of MassUpdate Portlet
static java.lang.String HELP_JSP_PATH
          Indicates the path for help jsp of MassUpdate Portlet
static java.lang.String KEY_ITEMSLIST
          indicates the key while extracting items ids from the GenericPortletMessage
static java.lang.String KEY_MASS_EDIT
          indicates ICatalogItem that setProperties is invoked from Bulk Edit or Mass edit
static java.lang.String KEY_MASS_UDATE_BEAN
          indicates the key for storing MassUpdateBean
static java.lang.String KEY_MAX_ATTRIBUTES
          indicates the key for PortletSetting parameter MAX_ATTRIBUTES
static java.lang.String KEY_MAX_ROWS
          ndicates the key for storing maxx allowed rows for mass update
static java.lang.String KEY_MSG_ITEMIDS
          indicates the key while extracting items ids from the GenericPortletMessage
static java.lang.String MSG_INVALID_NUMBER_VALUE
          Indicates the message code
static java.lang.String MSG_MAX_ALLOWED_ATTRIBUTES
          indicates the message code for edit mode message
static java.lang.String MSG_MAX_ATTRIBUTES_AND_ROWS
          Indicates the message key for max number of attributes
static java.lang.String MSG_UPDATE_SUCCESS
          Indicates message code for data updation success
static java.lang.String REQ_PARAM_KEY_CAT_WORKFLOW
          indicates request parameter for Mass Update screen.
static java.lang.String UPDATE
          indicates UPDATE MODE for mass update screen.
static java.lang.String VIEW
          indicates VIEW MODE for mass update screen.
static java.lang.String VIEW_FORM_ACTION_URI
          Indicates the form action URI for view mode
static java.lang.String VIEW_FORM_DELETE_ACTION_URI
          Indicates the form action URI for view mode
static java.lang.String VIEW_FORM_SAVE_ACTION_URI
          Indicates the form action URI for view mode
static java.lang.String VIEW_JSP_PATH
          Indicates the path for view jsp of MassUpdate Portlet
 

Field Detail

VIEW_JSP_PATH

static final java.lang.String VIEW_JSP_PATH
Indicates the path for view jsp of MassUpdate Portlet

See Also:
Constant Field Values

EDIT_JSP_PATH

static final java.lang.String EDIT_JSP_PATH
Indicates the path for edit jsp of MassUpdate Portlet

See Also:
Constant Field Values

CONFIG_JSP_PATH

static final java.lang.String CONFIG_JSP_PATH
Indicates the path for edit jsp of MassUpdate Portlet

See Also:
Constant Field Values

HELP_JSP_PATH

static final java.lang.String HELP_JSP_PATH
Indicates the path for help jsp of MassUpdate Portlet

See Also:
Constant Field Values

KEY_MASS_UDATE_BEAN

static final java.lang.String KEY_MASS_UDATE_BEAN
indicates the key for storing MassUpdateBean

See Also:
Constant Field Values

VIEW_FORM_ACTION_URI

static final java.lang.String VIEW_FORM_ACTION_URI
Indicates the form action URI for view mode

See Also:
Constant Field Values

VIEW_FORM_SAVE_ACTION_URI

static final java.lang.String VIEW_FORM_SAVE_ACTION_URI
Indicates the form action URI for view mode

See Also:
Constant Field Values

VIEW_FORM_DELETE_ACTION_URI

static final java.lang.String VIEW_FORM_DELETE_ACTION_URI
Indicates the form action URI for view mode

See Also:
Constant Field Values

EDIT_FORM_ACTION_UPDATE

static final java.lang.String EDIT_FORM_ACTION_UPDATE
Indicates the form action URI for edit mode

See Also:
Constant Field Values

CONFIG_FORM_ACTION_UPDATE

static final java.lang.String CONFIG_FORM_ACTION_UPDATE
Indicates the form action URI for edit mode

See Also:
Constant Field Values

BUSINESS_FUNCTION_MASS_UPDATE

static final java.lang.String BUSINESS_FUNCTION_MASS_UPDATE
Indicates the business function file upload

See Also:
Constant Field Values

BUSINESS_ACTION_CONFIG

static final java.lang.String BUSINESS_ACTION_CONFIG
Indicates the bsuiness action config

See Also:
Constant Field Values

BUSINESS_ACTION_VIEW

static final java.lang.String BUSINESS_ACTION_VIEW
Indicates the bsuiness action config

See Also:
Constant Field Values

BUSINESS_ACTION_EDIT

static final java.lang.String BUSINESS_ACTION_EDIT
Indicates the bsuiness action config

See Also:
Constant Field Values

KEY_MAX_ATTRIBUTES

static final java.lang.String KEY_MAX_ATTRIBUTES
indicates the key for PortletSetting parameter MAX_ATTRIBUTES

See Also:
Constant Field Values

KEY_MAX_ROWS

static final java.lang.String KEY_MAX_ROWS
ndicates the key for storing maxx allowed rows for mass update

See Also:
Constant Field Values

MSG_INVALID_NUMBER_VALUE

static final java.lang.String MSG_INVALID_NUMBER_VALUE
Indicates the message code

See Also:
Constant Field Values

MSG_UPDATE_SUCCESS

static final java.lang.String MSG_UPDATE_SUCCESS
Indicates message code for data updation success

See Also:
Constant Field Values

MSG_MAX_ATTRIBUTES_AND_ROWS

static final java.lang.String MSG_MAX_ATTRIBUTES_AND_ROWS
Indicates the message key for max number of attributes

See Also:
Constant Field Values

MSG_MAX_ALLOWED_ATTRIBUTES

static final java.lang.String MSG_MAX_ALLOWED_ATTRIBUTES
indicates the message code for edit mode message

See Also:
Constant Field Values

KEY_ITEMSLIST

static final java.lang.String KEY_ITEMSLIST
indicates the key while extracting items ids from the GenericPortletMessage

See Also:
Constant Field Values

KEY_MSG_ITEMIDS

static final java.lang.String KEY_MSG_ITEMIDS
indicates the key while extracting items ids from the GenericPortletMessage

See Also:
Constant Field Values

KEY_MASS_EDIT

static final java.lang.String KEY_MASS_EDIT
indicates ICatalogItem that setProperties is invoked from Bulk Edit or Mass edit

See Also:
Constant Field Values

VIEW

static final java.lang.String VIEW
indicates VIEW MODE for mass update screen.

See Also:
Constant Field Values

UPDATE

static final java.lang.String UPDATE
indicates UPDATE MODE for mass update screen.

See Also:
Constant Field Values

DELETE

static final java.lang.String DELETE
indicates DELETE MODE for mass update screen.

See Also:
Constant Field Values

CANCEL

static final java.lang.String CANCEL
indicates cancel for Mass Update screen.

See Also:
Constant Field Values

REQ_PARAM_KEY_CAT_WORKFLOW

static final java.lang.String REQ_PARAM_KEY_CAT_WORKFLOW
indicates request parameter for Mass Update screen.

See Also:
Constant Field Values