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
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 accept shopcarts with items whose availability is zero; false otherwise.
static java.lang.String COLLABSPACE
          The CrossWorlds 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/shopcart/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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail
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 CrossWorlds collaboration space.
See Also:
Constant Field Values

BACKORDERS

public static final java.lang.String BACKORDERS
True if the partner accept shopcarts 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/shopcart/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 ususally used in conjuction 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