com.ibm.commerce.price.facade.server.external

Class ExternalPriceFacadeConstants

  • java.lang.Object
    • com.ibm.commerce.price.facade.server.external.ExternalPriceFacadeConstants


  • public class ExternalPriceFacadeConstants
    extends java.lang.Object
    This class defines the constants used to interact with the external price facade.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COMPONENT_EXTERNAL_NAME
      The component name for the external price component.
      static java.lang.String EXTERNAL_COMPONENT_NAME_SUFFIX
      The external component name suffix for the external price component.
      static java.lang.String INVALID_PARAMETER_VALUE
      This constant represents the invalid parameter value key.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • COMPONENT_EXTERNAL_NAME

        public static final java.lang.String COMPONENT_EXTERNAL_NAME
        The component name for the external price component.
        See Also:
        Constant Field Values
      • EXTERNAL_COMPONENT_NAME_SUFFIX

        public static final java.lang.String EXTERNAL_COMPONENT_NAME_SUFFIX
        The external component name suffix for the external price component.
        See Also:
        Constant Field Values
      • INVALID_PARAMETER_VALUE

        public static final java.lang.String INVALID_PARAMETER_VALUE
        This constant represents the invalid parameter value key.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExternalPriceFacadeConstants

        public ExternalPriceFacadeConstants()