com.ibm.commerce.tools.common
Interface ECToolsConstants
-
- All Known Implementing Classes:
- AdjustReceiptCmdImpl, CampaignInitiativeSaveControllerCmdImpl, ECouponPromotionSaveCmdImpl, ECouponPromotionUpdateCmdImpl, EmailActivityConfigurationSaveCmdImpl, EmailActivityDeleteCmdImpl, EmailActivitySaveCmdImpl, EmailEventCmdImpl, ExpectedInventoryRecordCloseCmdImpl, ExpectedInventoryRecordCreateCmdImpl, ExpectedInventoryRecordDeleteCmdImpl, ExpectedInventoryRecordUpdateCmdImpl, ExperimentSaveControllerCmdImpl, FulfillmentCenterCreateCmdImpl, FulfillmentCenterDeleteCmdImpl, FulfillmentCenterUpdateCmdImpl, InventoryAdjustCmdImpl, MemberGroupMemberUpdateCmdImpl, PaymentConfigurationDeleteCtrlCmdImpl, PaymentConfigurationUpdateCtrlCmdImpl, PickBatchGenerateCmdImpl, PPCAdhocCreditCmdImpl, PPCCreditEditCmdImpl, PPCMerchantConfigurationEditCtrlCmdImpl, PPCMerchantConfigurationInfoEditCtrlCmdImpl, PPCMerchantEditCtrlCmdImpl, PPCPayInstExtendedEditCmdImpl, PPCPaymentechBatchCtrlCmdImpl, PPCPaymentechBatchGetCtrlCmdImpl, PPCPaymentEditCmdImpl, PPCStoreMerchantAssociateCtrlCmdImpl, ProductPricingCmdImpl, ProductPricingControllerCmdImpl, ReceiptCreateCmdImpl, ReleaseManifestCmdImpl, ReleaseShipConfirmCmdImpl, ReleaseShipDeleteCmdImpl, ReleaseShipUpdateCmdImpl, ReturnReasonCodeCreateCmdImpl, ReturnReasonCodeDeleteCmdImpl, ReturnReasonCodeUpdateCmdImpl, RLPromotionDeleteControllerCmdImpl, RLPromotionDuplicateControllerCmdImpl, RLPromotionPublishControllerCmdImpl, RLPromotionSaveControllerCmdImpl, SegmentSaveControllerCmdImpl, StorePaymentConfigurationAddCtrlCmdImpl, StorePaymentConfigurationDeleteCtrlCmdImpl, UpdateReleaseManifestStatusCmdImpl, UpdateRLPromotionCmdImpl, VendorCreateCmdImpl, VendorDeleteCmdImpl, VendorUpdateCmdImpl
public interface ECToolsConstants
Contains constants which are used as common parameters and values in JSPs and Java files.
-
-
Field Summary
Fields 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 namestatic java.lang.String
WB_ADMIN
Constant of Admin Console web module namestatic java.lang.String
WB_ORGADMIN
Constant of Organization Admin Console web module namestatic java.lang.String
WCS_ACCELERATOR
Constant of static web path of Accelerator WAR, to be defined in XML files and replaced at runtimestatic java.lang.String
WCS_ADMIN
Constant of static web path of Admin Console WAR, to be defined in XML files and replaced at runtimestatic java.lang.String
WCS_ORGADMIN
Constant of static web path of Organization Admin Console WAR, to be defined in XML files and replaced at runtimestatic java.lang.String
WEBAPP_ACCELERATOR
Constant of dynamic web application path of Accelerator WAR, to be defined in XML files and replaced at runtimestatic java.lang.String
WEBAPP_ADMIN
Constant of dynamic web application path of Admin Console WAR, to be defined in XML files and replaced at runtimestatic 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
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
Standard short IBM copyright.- See Also:
- Constant Field Values
-
EC_XMLFILE
static final java.lang.String EC_XMLFILE
Constant identifying the parameter to pass XML file names into the server.- See Also:
- Constant Field Values
-
EC_XMLFILEOBJECT
static final java.lang.String EC_XMLFILEOBJECT
Constant identifying the processed (now a hashtable) XML file parameter name.- See Also:
- Constant Field Values
-
EC_XML
static final java.lang.String EC_XML
Constant identifying the parameter to pass an XML string into the server.- See Also:
- Constant Field Values
-
EC_XMLSTRING
static final java.lang.String EC_XMLSTRING
Constant identifying the parameter to pass an XML string into the server.- See Also:
- Constant Field Values
-
EC_XMLOBJECT
static final java.lang.String EC_XMLOBJECT
Constant identifying the processed (now a hashtable) XML string parameter.- See Also:
- Constant Field Values
-
EC_TOOLS_MERCHANT_CENTER_URL
static final java.lang.String EC_TOOLS_MERCHANT_CENTER_URL
Constant identifying the Merchant Center UI console URL string.- See Also:
- Constant Field Values
-
EC_TOOLS_STORE_LANGUAGE_URL
static final java.lang.String EC_TOOLS_STORE_LANGUAGE_URL
Constant identifying the store language selection page URL string.- See Also:
- Constant Field Values
-
EC_TOOLS_STORES_EMPTY
static final java.lang.String EC_TOOLS_STORES_EMPTY
Constant containing the error code thrown when there are no stores.- See Also:
- Constant Field Values
-
EC_TOOLS_STORES_NOT_ADMINISTRATOR
static final java.lang.String EC_TOOLS_STORES_NOT_ADMINISTRATOR
Constant containing the error code thrown when the user is not an administrator.- See Also:
- Constant Field Values
-
EC_TOOLS_STORES_NO_ACCESS
static final java.lang.String EC_TOOLS_STORES_NO_ACCESS
Constant containing the error code thrown when user does not have access to the store.- See Also:
- Constant Field Values
-
EC_TOOLS_STORES_ACCESS_CONTROL_REQUIRED
static final java.lang.String EC_TOOLS_STORES_ACCESS_CONTROL_REQUIRED
Constant containing the error code thrown when access control is required.- See Also:
- Constant Field Values
-
EC_TOOLS_STORES_FINDER_EMPTY
static final java.lang.String EC_TOOLS_STORES_FINDER_EMPTY
Constant containing the error code thrown when store finder returns empty result.- See Also:
- Constant Field Values
-
EC_TOOLS_STORES_EXCEED_LIMIT
static final java.lang.String EC_TOOLS_STORES_EXCEED_LIMIT
Constant containing the error code thrown when the returning store list has exceeded a specific limit.- See Also:
- Constant Field Values
-
EC_TOOLS_UNEXPECTED_SESSION_CHANGE
static final java.lang.String EC_TOOLS_UNEXPECTED_SESSION_CHANGE
Constant containing the error code thrown when session changes unexpectedly.- See Also:
- Constant Field Values
-
EC_TOOLS_FULFILLMENT_CENTER_ID
static final java.lang.String EC_TOOLS_FULFILLMENT_CENTER_ID
Constant identifying the fulfillment center ID.- See Also:
- Constant Field Values
-
EC_LINE_SEPARATOR
static final java.lang.String EC_LINE_SEPARATOR
Constant of the line separator.
-
EC_UD_XML
static final java.lang.String EC_UD_XML
Constant of the attribute key of the XML object under request, used in Universal Dialog.- See Also:
- Constant Field Values
-
EC_UD_NLS
static final java.lang.String EC_UD_NLS
Constant of the attribute key of the NLS resource bundle under request, used in Universal Dialog.- See Also:
- Constant Field Values
-
EC_UD_LOCALE
static final java.lang.String EC_UD_LOCALE
Constant of the attribute key of the locale under request, used in Universal Dialog.- See Also:
- Constant Field Values
-
EC_UD_FORM
static final java.lang.String EC_UD_FORM
Constant of the attribute key of the form name under request, used in Universal Dialog.- See Also:
- Constant Field Values
-
WCS_ACCELERATOR
static final java.lang.String WCS_ACCELERATOR
Constant of static web path of Accelerator WAR, to be defined in XML files and replaced at runtime- See Also:
- Constant Field Values
-
WCS_ADMIN
static final java.lang.String WCS_ADMIN
Constant of static web path of Admin Console WAR, to be defined in XML files and replaced at runtime- See Also:
- Constant Field Values
-
WCS_ORGADMIN
static final 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- See Also:
- Constant Field Values
-
WEBAPP_ACCELERATOR
static final java.lang.String WEBAPP_ACCELERATOR
Constant of dynamic web application path of Accelerator WAR, to be defined in XML files and replaced at runtime- See Also:
- Constant Field Values
-
WEBAPP_ADMIN
static final 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- See Also:
- Constant Field Values
-
WEBAPP_ORGADMIN
static final 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- See Also:
- Constant Field Values
-
WB_ACCELERATOR
static final java.lang.String WB_ACCELERATOR
Constant of Accelerator web module name- See Also:
- Constant Field Values
-
WB_ADMIN
static final java.lang.String WB_ADMIN
Constant of Admin Console web module name- See Also:
- Constant Field Values
-
WB_ORGADMIN
static final java.lang.String WB_ORGADMIN
Constant of Organization Admin Console web module name- See Also:
- Constant Field Values
-
-