com.ibm.commerce.giftregistry.utils

Class ECReferAppMessages

  • java.lang.Object
    • com.ibm.commerce.giftregistry.utils.ECReferAppMessages


  • public class ECReferAppMessages
    extends java.lang.Object
    The ECReferAppMessages class provides the EC messages displayed during gift registry commands.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static ECMessage _ERR_ADDRESS_TYPE
      Error message to be displayed when this orderitem does not associate with a gift address.
      static ECMessage _ERR_WITHOUT_GR
      Error message to be displayed when the orderitem is not associated with a gift registry but the shipToRegistrant_i is set to 1.
      static ECMessage _STA_WITHOUT_GR_OR_SHIPTOSHOPPER
      Status message to be displayed when this orderitem does not associate with the gift registry or it will be shipped to the shopper.
      static java.lang.String EC_REFER_APP_USER_RESOURCE_BUNDLE
      Gift registry resource bundle definition
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EC_REFER_APP_USER_RESOURCE_BUNDLE

        public static final java.lang.String EC_REFER_APP_USER_RESOURCE_BUNDLE
        Gift registry resource bundle definition
        See Also:
        Constant Field Values
      • _ERR_WITHOUT_GR

        public static final ECMessage _ERR_WITHOUT_GR
        Error message to be displayed when the orderitem is not associated with a gift registry but the shipToRegistrant_i is set to 1.
      • _STA_WITHOUT_GR_OR_SHIPTOSHOPPER

        public static final ECMessage _STA_WITHOUT_GR_OR_SHIPTOSHOPPER
        Status message to be displayed when this orderitem does not associate with the gift registry or it will be shipped to the shopper.
      • _ERR_ADDRESS_TYPE

        public static final ECMessage _ERR_ADDRESS_TYPE
        Error message to be displayed when this orderitem does not associate with a gift address.
    • Constructor Detail

      • ECReferAppMessages

        public ECReferAppMessages()