com.ibm.ccd.ui.util
Interface IReference

All Known Implementing Classes:
AlertPortlet, BaseUITag, TransactionDisplayPortlet, UIDatePickerTag, UIDropDownTag, UIFileUploadTag, UIFlagTag, UILabel, UIMessageBundle, UIMessageTag, UINumberTag, UITextAttachFileTag, UITextTag, UITreeTag, UIUploadPreviewTag

public interface IReference


Field Summary
static java.lang.String AXIS_CLIENT_TIMEOUT_MILLISECONDS
           
static java.lang.String BUNDLE_WPC_UI_JSMESSAGES
          Identifier for Resource Bundle Name js Messages.
static java.lang.String BUNDLE_WPC_UI_LABELS
          Identifier for Resource Bundle Name Label Messages.
static java.lang.String BUNDLE_WPC_UI_MESSAGES
          Identifier for Resource Bundle Name for wpcPortlet for error Messages
static java.lang.String CACHE_ENABLED
           
static boolean COND_CMPL
           
static java.lang.String ITEM_ATTACHMENTS_DIR
          indicates pdf directory name created to storing the images on file system.
static java.lang.String KEY_ATTRIBUTE_NAME
           
static java.lang.String KEY_CATALOG_NAME
           
static java.lang.String MASSUPDATE_MAP_LIST_KEY
          constant used as key to extract from HashMap.Mediator sets the items objects list fetched from WPC in HashMap with following key.
static java.lang.String MASSUPDATE_MAP_MESSAGE_KEY
          constant used as key to extract from HashMap.Mediator sets the data(unsuccessful item ids) in HashMap with following key
static java.lang.String MESSAGE_KEY
           
static java.lang.String PRIMARY_CATALOG
          Framework Configuration parameters.
static java.lang.String SESSION_ACTION
           
static java.lang.String SESSION_BUS_FUNCT
           
static java.lang.String SUPPLIER_ATTR_NAME
          indicates Supplier attribute name used to skipping this particular attribute in
static java.lang.String TRANS_LOG_FILE
          Identifier for Resource Bundle Name js Messages.
static java.lang.String TRANSACTION_PATH
          Identifier for Transaction file location
static java.lang.String WORKWITHITEM_IMAGEDIR
          indicates image directory name created to storing the images on file system.
 

Field Detail

SESSION_BUS_FUNCT

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

WORKWITHITEM_IMAGEDIR

static final java.lang.String WORKWITHITEM_IMAGEDIR
indicates image directory name created to storing the images on file system.

See Also:
Constant Field Values

ITEM_ATTACHMENTS_DIR

static final java.lang.String ITEM_ATTACHMENTS_DIR
indicates pdf directory name created to storing the images on file system.

See Also:
Constant Field Values

SUPPLIER_ATTR_NAME

static final java.lang.String SUPPLIER_ATTR_NAME
indicates Supplier attribute name used to skipping this particular attribute in

See Also:
Constant Field Values

PRIMARY_CATALOG

static final java.lang.String PRIMARY_CATALOG
Framework Configuration parameters. These values are defined in the framework_configuration.xml file.

See Also:
Constant Field Values

AXIS_CLIENT_TIMEOUT_MILLISECONDS

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

CACHE_ENABLED

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

MASSUPDATE_MAP_LIST_KEY

static final java.lang.String MASSUPDATE_MAP_LIST_KEY
constant used as key to extract from HashMap.Mediator sets the items objects list fetched from WPC in HashMap with following key.

See Also:
Constant Field Values

MASSUPDATE_MAP_MESSAGE_KEY

static final java.lang.String MASSUPDATE_MAP_MESSAGE_KEY
constant used as key to extract from HashMap.Mediator sets the data(unsuccessful item ids) in HashMap with following key

See Also:
Constant Field Values

SESSION_ACTION

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

MESSAGE_KEY

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

BUNDLE_WPC_UI_LABELS

static final java.lang.String BUNDLE_WPC_UI_LABELS
Identifier for Resource Bundle Name Label Messages.

See Also:
Constant Field Values

BUNDLE_WPC_UI_MESSAGES

static final java.lang.String BUNDLE_WPC_UI_MESSAGES
Identifier for Resource Bundle Name for wpcPortlet for error Messages

See Also:
Constant Field Values

BUNDLE_WPC_UI_JSMESSAGES

static final java.lang.String BUNDLE_WPC_UI_JSMESSAGES
Identifier for Resource Bundle Name js Messages.

See Also:
Constant Field Values

TRANSACTION_PATH

static final java.lang.String TRANSACTION_PATH
Identifier for Transaction file location

See Also:
Constant Field Values

TRANS_LOG_FILE

static final java.lang.String TRANS_LOG_FILE
Identifier for Resource Bundle Name js Messages.

See Also:
Constant Field Values

COND_CMPL

static final boolean COND_CMPL
See Also:
Constant Field Values

KEY_CATALOG_NAME

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

KEY_ATTRIBUTE_NAME

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