com.ibm.commerce.messaging.commands

Class RequestOrderQuotationConstants

  • java.lang.Object
    • com.ibm.commerce.messaging.commands.RequestOrderQuotationConstants


  • public class RequestOrderQuotationConstants
    extends java.lang.Object
    Constants file for GetPriceAndAvailabilityCmd.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String AUTHENTICATIONREQUIRED
      True if the partner require a userid and password on the request message; false otherwise.
      static java.lang.String BACKORDERS
      True if the partner accepts shop carts with items whose availability is zero; false otherwise.
      static java.lang.String COLLABSPACE
      The collaboration space.
      static java.lang.String COPYRIGHT
      The IBM copyright notice field.
      static java.lang.String ENABLED
      True if the partner accept this request (quote/shop cart/order); false otherwise.
      static java.lang.String NAME
      The unique identifier for a partner.
      static java.lang.String POLICY
      The policy will be applied to this command.
      static java.lang.String TIMEOUT
      A user interface should not timeout while waiting for a requested request until this many seconds has elapsed
      static java.lang.String UOMSTANDARD
      The Unit of Measure standard used to communicate.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        The unique identifier for a partner.
        See Also:
        Constant Field Values
      • COLLABSPACE

        public static final java.lang.String COLLABSPACE
        The collaboration space.
        See Also:
        Constant Field Values
      • BACKORDERS

        public static final java.lang.String BACKORDERS
        True if the partner accepts shop carts with items whose availability is zero; false otherwise.
        See Also:
        Constant Field Values
      • TIMEOUT

        public static final java.lang.String TIMEOUT
        A user interface should not timeout while waiting for a requested request until this many seconds has elapsed
        See Also:
        Constant Field Values
      • ENABLED

        public static final java.lang.String ENABLED
        True if the partner accept this request (quote/shop cart/order); false otherwise.
        See Also:
        Constant Field Values
      • UOMSTANDARD

        public static final java.lang.String UOMSTANDARD
        The Unit of Measure standard used to communicate. It is usually used in conjunction with QuantityUnitMapping objects.
        See Also:
        Constant Field Values
      • AUTHENTICATIONREQUIRED

        public static final java.lang.String AUTHENTICATIONREQUIRED
        True if the partner require a userid and password on the request message; false otherwise.
        See Also:
        Constant Field Values
      • POLICY

        public static final java.lang.String POLICY
        The policy will be applied to this command.
        See Also:
        Constant Field Values