com.ibm.commerce.orderquotation.commands
Interface OrderQuotationConstants


public interface OrderQuotationConstants

Order Quotation Constants.


Field Summary
static java.lang.String COPYRIGHT
          Copyright statement.
static java.lang.String EC_DELETE_ORDERQUOTATION_REL_ID
          URL parameter.
static java.lang.String EC_FAIL_ORDER_QUOTATION_REL_ID
          This name value pair is set for each failed order quotation rel.
static java.lang.String EC_OK_URL
          URL parameter specifying the URL that is redirected to if all quotations have been received.
static java.lang.String EC_ORDERQUOTATION_REL_ID
          URL parameter.
static java.lang.String EC_ORDERQUOTATIONDISPLAY_VIEWNAME
          URL parameter.
static java.lang.String EC_OUT_OK_ORDERQUOTATION_ID_NAME
          URL parameter.
static java.lang.String EC_OUT_ORDERQUOTATION_REL_ID_NAME
          URL parameter.
static java.lang.String EC_OUT_SELECTION_ORDERQUOTATION_REL_ID_NAME
          URL parameter.
static java.lang.String EC_OUT_TIMEOUT_ORDERQUOTATION_ID_NAME
          URL parameter.
static java.lang.String EC_OUT_WAIT_ORDERQUOTATION_ID_NAME
          URL parameter.
static java.lang.String EC_QUOTATION_CONTRACT_ID
          URL parameter.
static java.lang.String EC_QUOTATION_PASSWORD
          URL parameter.
static java.lang.String EC_QUOTATION_STORE_ID
          URL parameter.
static java.lang.String EC_QUOTATION_TYPE
          URL parameter.
static java.lang.String EC_QUOTATION_USER_ID
          URL parameter.
static java.lang.String EC_TIMEOUT_URL
          URL parameter specifying the URL that is redirected to if some quotations have not been received and any of them have timed out.
static java.lang.String EC_WAIT_URL
          URL parameter specifying the URL that is redirected to if some quotations have not been received and none of them have timed out.
static java.lang.String ITEM_STATUS_AVAILABLE
          Item is available and is recorded in the order quotation.
static java.lang.String ITEM_STATUS_DISCONTINUED
          Item is discontinued and is not recorded in the order quotation.
static java.lang.String ITEM_STATUS_NOT_AVAILABLE
          Item is not available and is recorded in the order quotation.
static int ORDER_QUOTATION_REL_ERROR_FLAG
          This is the bit of the order quotation rel flags that if set means that there was an error.
static java.lang.String POLICY_GETUOM_UOMSTANDARD           URL parameter.
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values

EC_OK_URL

public static final java.lang.String EC_OK_URL
URL parameter specifying the URL that is redirected to if all quotations have been received.
See Also:
Constant Field Values

EC_WAIT_URL

public static final java.lang.String EC_WAIT_URL
URL parameter specifying the URL that is redirected to if some quotations have not been received and none of them have timed out.
See Also:
Constant Field Values

EC_TIMEOUT_URL

public static final java.lang.String EC_TIMEOUT_URL
URL parameter specifying the URL that is redirected to if some quotations have not been received and any of them have timed out.
See Also:
Constant Field Values

EC_OUT_OK_ORDERQUOTATION_ID_NAME

public static final java.lang.String EC_OUT_OK_ORDERQUOTATION_ID_NAME
URL parameter. The names of name value pairs that should be added to the redirection URL. The values of the added name value pairs are the identifiers of the checked OrderQuotationRel objects that do have a child Order.
See Also:
Constant Field Values

EC_OUT_TIMEOUT_ORDERQUOTATION_ID_NAME

public static final java.lang.String EC_OUT_TIMEOUT_ORDERQUOTATION_ID_NAME
URL parameter. The names of name value pairs that should be added to the redirection URL. The values of the added name value pairs are the identifiers of the checked OrderQuotationRel objects that do not yet have child Orders, but whose timeoutTime attribute values are less than the current time.
See Also:
Constant Field Values

EC_OUT_WAIT_ORDERQUOTATION_ID_NAME

public static final java.lang.String EC_OUT_WAIT_ORDERQUOTATION_ID_NAME
URL parameter. The names of name value pairs that should be added to the redirection URL. The values of the added name value pairs are the identifiers of the checked OrderQuotationRel objects that do not yet have child Orders, but whose timeoutTime attribute values are not less than the current time.
See Also:
Constant Field Values

EC_ORDERQUOTATION_REL_ID

public static final java.lang.String EC_ORDERQUOTATION_REL_ID
URL parameter. The OrderQuotationRel objects to be checked.
See Also:
Constant Field Values

EC_QUOTATION_TYPE

public static final java.lang.String EC_QUOTATION_TYPE
URL parameter. The type of quotation requested.
See Also:
Constant Field Values

EC_QUOTATION_STORE_ID

public static final java.lang.String EC_QUOTATION_STORE_ID
URL parameter. The Stores from which quotations are to be requested. Stores that are not quote enabled under the Contract specified by the quotationContractId parameter for the current user in the current Store are ignored.
See Also:
Constant Field Values

EC_QUOTATION_CONTRACT_ID

public static final java.lang.String EC_QUOTATION_CONTRACT_ID
URL parameter. The Contract that contain a ReferralInterfaceTC that indicates a PolicyCommand to be used to obtain a quotation.
See Also:
Constant Field Values

EC_QUOTATION_USER_ID

public static final java.lang.String EC_QUOTATION_USER_ID
URL parameter. A user ID to be sent with the quotation request sent to the Store indicated by quotationStoreId for the Contract indicated by quotationContract.
See Also:
Constant Field Values

EC_QUOTATION_PASSWORD

public static final java.lang.String EC_QUOTATION_PASSWORD
URL parameter. A password for the user ID specified by the quotationUserId parameter.
See Also:
Constant Field Values

EC_OUT_ORDERQUOTATION_REL_ID_NAME

public static final java.lang.String EC_OUT_ORDERQUOTATION_REL_ID_NAME
URL parameter. The names of name value pairs that should be added to the redirection URL. The values of the added name value pairs are the identifiers of the OrderQuotationRel objects created.
See Also:
Constant Field Values

EC_OUT_SELECTION_ORDERQUOTATION_REL_ID_NAME

public static final java.lang.String EC_OUT_SELECTION_ORDERQUOTATION_REL_ID_NAME
URL parameter. Its values are the names of name value pairs that should be added to the redirection URL. The values of the added name value pairs are the identifiers of the OrderQuotationRel objects with relType "selection" whose quotation selection Orders were created or updated.
See Also:
Constant Field Values

EC_ORDERQUOTATIONDISPLAY_VIEWNAME

public static final java.lang.String EC_ORDERQUOTATIONDISPLAY_VIEWNAME
URL parameter. The View to be invoked by OrderQuotationDisplay. The name of the View must start with "OrderQuotationDisplay" (in order to prevent a malicious user from executing an arbitrary View while still allowing a Store developer to define as many Views as may be required).
See Also:
Constant Field Values

POLICY_GETUOM_UOMSTANDARD

public static final java.lang.String POLICY_GETUOM_UOMSTANDARD
URL parameter. UOM standard.
See Also:
Constant Field Values

EC_DELETE_ORDERQUOTATION_REL_ID

public static final java.lang.String EC_DELETE_ORDERQUOTATION_REL_ID
URL parameter. OrderQuotationRel objects to be deleted.
See Also:
Constant Field Values

ORDER_QUOTATION_REL_ERROR_FLAG

public static final int ORDER_QUOTATION_REL_ERROR_FLAG
This is the bit of the order quotation rel flags that if set means that there was an error.
See Also:
Constant Field Values

EC_FAIL_ORDER_QUOTATION_REL_ID

public static final java.lang.String EC_FAIL_ORDER_QUOTATION_REL_ID
This name value pair is set for each failed order quotation rel.
See Also:
Constant Field Values

ITEM_STATUS_AVAILABLE

public static final java.lang.String ITEM_STATUS_AVAILABLE
Item is available and is recorded in the order quotation.
See Also:
Constant Field Values

ITEM_STATUS_DISCONTINUED

public static final java.lang.String ITEM_STATUS_DISCONTINUED
Item is discontinued and is not recorded in the order quotation.
See Also:
Constant Field Values

ITEM_STATUS_NOT_AVAILABLE

public static final java.lang.String ITEM_STATUS_NOT_AVAILABLE
Item is not available and is recorded in the order quotation. This results in the same behaviour as "available".
See Also:
Constant Field Values