public interface ECToolsConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Standard short IBM copyright.
|
static java.lang.String |
EC_LINE_SEPARATOR
Constant of the line separator.
|
static java.lang.String |
EC_TOOLS_FULFILLMENT_CENTER_ID
Constant identifying the fulfillment center ID.
|
static java.lang.String |
EC_TOOLS_MERCHANT_CENTER_URL
Constant identifying the Merchant Center UI console URL string.
|
static java.lang.String |
EC_TOOLS_STORE_LANGUAGE_URL
Constant identifying the store language selection page URL string.
|
static java.lang.String |
EC_TOOLS_STORES_ACCESS_CONTROL_REQUIRED
Constant containing the error code thrown when access control is required.
|
static java.lang.String |
EC_TOOLS_STORES_EMPTY
Constant containing the error code thrown when there are no stores.
|
static java.lang.String |
EC_TOOLS_STORES_EXCEED_LIMIT
Constant containing the error code thrown when the returning store list has exceeded a specific limit.
|
static java.lang.String |
EC_TOOLS_STORES_FINDER_EMPTY
Constant containing the error code thrown when store finder returns empty result.
|
static java.lang.String |
EC_TOOLS_STORES_NO_ACCESS
Constant containing the error code thrown when user does not have access to the store.
|
static java.lang.String |
EC_TOOLS_STORES_NOT_ADMINISTRATOR
Constant containing the error code thrown when the user is not an administrator.
|
static java.lang.String |
EC_TOOLS_UNEXPECTED_SESSION_CHANGE
Constant containing the error code thrown when session changes unexpectedly.
|
static java.lang.String |
EC_UD_FORM
Constant of the attribute key of the form name under request, used in Universal Dialog.
|
static java.lang.String |
EC_UD_LOCALE
Constant of the attribute key of the locale under request, used in Universal Dialog.
|
static java.lang.String |
EC_UD_NLS
Constant of the attribute key of the NLS resource bundle under request, used in Universal Dialog.
|
static java.lang.String |
EC_UD_XML
Constant of the attribute key of the XML object under request, used in Universal Dialog.
|
static java.lang.String |
EC_XML
Constant identifying the parameter to pass an XML string into the server.
|
static java.lang.String |
EC_XMLFILE
Constant identifying the parameter to pass XML file names into the server.
|
static java.lang.String |
EC_XMLFILEOBJECT
Constant identifying the processed (now a hashtable) XML file parameter name.
|
static java.lang.String |
EC_XMLOBJECT
Constant identifying the processed (now a hashtable) XML string parameter.
|
static java.lang.String |
EC_XMLSTRING
Constant identifying the parameter to pass an XML string into the server.
|
static java.lang.String |
WB_ACCELERATOR
Constant of Accelerator web module name
|
static java.lang.String |
WB_ADMIN
Constant of Admin Console web module name
|
static java.lang.String |
WB_ORGADMIN
Constant of Organization Admin Console web module name
|
static java.lang.String |
WCS_ACCELERATOR
Constant of static web path of Accelerator WAR, to be defined in XML files and replaced at runtime
|
static java.lang.String |
WCS_ADMIN
Constant of static web path of Admin Console WAR, to be defined in XML files and replaced at runtime
|
static java.lang.String |
WCS_ORGADMIN
Constant of static web path of Organization Admin Console WAR, to be defined in XML files and replaced at runtime
|
static java.lang.String |
WEBAPP_ACCELERATOR
Constant of dynamic web application path of Accelerator WAR, to be defined in XML files and replaced at runtime
|
static java.lang.String |
WEBAPP_ADMIN
Constant of dynamic web application path of Admin Console WAR, to be defined in XML files and replaced at runtime
|
static java.lang.String |
WEBAPP_ORGADMIN
Constant of dynamic web application path of Organization Admin Console WAR, to be defined in XML files and replaced at runtime
|
static final java.lang.String COPYRIGHT
static final java.lang.String EC_XMLFILE
static final java.lang.String EC_XMLFILEOBJECT
static final java.lang.String EC_XML
static final java.lang.String EC_XMLSTRING
static final java.lang.String EC_XMLOBJECT
static final java.lang.String EC_TOOLS_MERCHANT_CENTER_URL
static final java.lang.String EC_TOOLS_STORE_LANGUAGE_URL
static final java.lang.String EC_TOOLS_STORES_EMPTY
static final java.lang.String EC_TOOLS_STORES_NOT_ADMINISTRATOR
static final java.lang.String EC_TOOLS_STORES_NO_ACCESS
static final java.lang.String EC_TOOLS_STORES_ACCESS_CONTROL_REQUIRED
static final java.lang.String EC_TOOLS_STORES_FINDER_EMPTY
static final java.lang.String EC_TOOLS_STORES_EXCEED_LIMIT
static final java.lang.String EC_TOOLS_UNEXPECTED_SESSION_CHANGE
static final java.lang.String EC_TOOLS_FULFILLMENT_CENTER_ID
static final java.lang.String EC_LINE_SEPARATOR
static final java.lang.String EC_UD_XML
static final java.lang.String EC_UD_NLS
static final java.lang.String EC_UD_LOCALE
static final java.lang.String EC_UD_FORM
static final java.lang.String WCS_ACCELERATOR
static final java.lang.String WCS_ADMIN
static final java.lang.String WCS_ORGADMIN
static final java.lang.String WEBAPP_ACCELERATOR
static final java.lang.String WEBAPP_ADMIN
static final java.lang.String WEBAPP_ORGADMIN
static final java.lang.String WB_ACCELERATOR
static final java.lang.String WB_ADMIN
static final java.lang.String WB_ORGADMIN