com.ibm.commerce.order.facade

Class DOMExternalOrderFacadeConstants

  • java.lang.Object
    • com.ibm.commerce.order.facade.DOMExternalOrderFacadeConstants

  • Deprecated. 
    Replaced by ExternalOrderFacadeConstants.

    public class DOMExternalOrderFacadeConstants
    extends java.lang.Object
    This class defines the constants used to interact with DOM External Order facade.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COMPONENT_NAME
      Deprecated. 
      The component name for the DOM External Order component.
      static java.lang.String PROCESS_VERB_ACTION_CANCEL_ORDER
      Deprecated. 
      Constant for the Process CancelOrder action on Order.
      static java.lang.String PROCESS_VERB_ACTION_TRANSFER_ORDER
      Deprecated. 
      Constant for the Process TransferOrder action on Order.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • COMPONENT_NAME

        public static final java.lang.String COMPONENT_NAME
        Deprecated. 
        The component name for the DOM External Order component.
        See Also:
        Constant Field Values
      • PROCESS_VERB_ACTION_TRANSFER_ORDER

        public static final java.lang.String PROCESS_VERB_ACTION_TRANSFER_ORDER
        Deprecated. 
        Constant for the Process TransferOrder action on Order.
        See Also:
        Constant Field Values
      • PROCESS_VERB_ACTION_CANCEL_ORDER

        public static final java.lang.String PROCESS_VERB_ACTION_CANCEL_ORDER
        Deprecated. 
        Constant for the Process CancelOrder action on Order.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DOMExternalOrderFacadeConstants

        public DOMExternalOrderFacadeConstants()
        Deprecated.