com.ibm.commerce.tools.common
Interface ECToolsConstants

All Known Implementing Classes:
ApproveGroupUpdateCmdImpl, CampaignCollateralDeleteControllerCmdImpl, CampaignCollateralSaveControllerCmdImpl, CampaignDeleteControllerCmdImpl, CampaignEmsDeleteControllerCmdImpl, CampaignEmsSaveControllerCmdImpl, CampaignInitiativeSaveControllerCmdImpl, CampaignInitiativeScheduleSaveControllerCmdImpl, CampaignSaveControllerCmdImpl, DiscountDetailsBean, DiscountSaveCmdImpl, EmailActivityConfigurationSaveCmdImpl, EmailActivityDeleteCmdImpl, EmailActivitySaveCmdImpl, EmailEventCmdImpl, ExpectedInventoryRecordCloseCmdImpl, ExpectedInventoryRecordCreateCmdImpl, ExpectedInventoryRecordDeleteCmdImpl, ExpectedInventoryRecordUpdateCmdImpl, FulfillmentCenterCreateCmdImpl, FulfillmentCenterDeleteCmdImpl, FulfillmentCenterUpdateCmdImpl, InventoryAdjustCmdImpl, MemberGroupMemberUpdateCmdImpl, PickBatchGenerateCmdImpl, ProductPricingCmdImpl, ProductPricingControllerCmdImpl, ReceiptCreateCmdImpl, ReleaseManifestCmdImpl, ReleaseShipConfirmCmdImpl, ReleaseShipDeleteCmdImpl, ReleaseShipUpdateCmdImpl, ReturnReasonCodeCreateCmdImpl, ReturnReasonCodeDeleteCmdImpl, ReturnReasonCodeUpdateCmdImpl, RLPromotionDeleteControllerCmdImpl, RLPromotionDuplicateControllerCmdImpl, RLPromotionPublishControllerCmdImpl, RLPromotionSaveControllerCmdImpl, SegmentAddUserControllerCmdImpl, SegmentDeleteControllerCmdImpl, SegmentDuplicateControllerCmdImpl, SegmentRemoveUserControllerCmdImpl, SegmentSaveControllerCmdImpl, 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
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 tools 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_NO_ACCESS
          Constant containing the error code thrwon 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_XML
          Constant identifying the parameter to pass a 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) XMLfile 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.
 

Field Detail

EC_XMLFILE

public 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

public static final java.lang.String EC_XMLFILEOBJECT
Constant identifying the processed (now a hashtable) XMLfile parameter name.
See Also:
Constant Field Values

EC_XML

public static final java.lang.String EC_XML
Constant identifying the parameter to pass a XML string into the server.
See Also:
Constant Field Values

EC_XMLSTRING

public 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

public 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

public static final java.lang.String EC_TOOLS_MERCHANT_CENTER_URL
Constant identifying the tools UI console URL string.
See Also:
Constant Field Values

EC_TOOLS_STORE_LANGUAGE_URL

public 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

public 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

public 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

public static final java.lang.String EC_TOOLS_STORES_NO_ACCESS
Constant containing the error code thrwon when user does not have access to the store.
See Also:
Constant Field Values

EC_TOOLS_STORES_ACCESS_CONTROL_REQUIRED

public 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_FULFILLMENT_CENTER_ID

public static final java.lang.String EC_TOOLS_FULFILLMENT_CENTER_ID
Constant identifying the fulfillment center ID.
See Also:
Constant Field Values

EC_LINE_SEPARATOR

public static final java.lang.String EC_LINE_SEPARATOR
Constant of the line separator.