com.ibm.commerce.orderquotation.commands

Interface OrderQuotationConstants



  • public interface OrderQuotationConstants
    Order Quotation Constants.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        Copyright statement.
        See Also:
        Constant Field Values
      • EC_OK_URL

        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

        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

        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

        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

        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. The objects do not yet have child Orders, but the timeoutTime attribute values are less than the current time.
        See Also:
        Constant Field Values
      • EC_OUT_WAIT_ORDERQUOTATION_ID_NAME

        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. The objects do not yet have child Orders, but the timeoutTime attribute values are not less than the current time.
        See Also:
        Constant Field Values
      • EC_ORDERQUOTATION_REL_ID

        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

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

        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

        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

        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

        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

        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

        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 OrderQuotationRel objects with relType "selection" whose quotation selection Orders were created or updated.
        See Also:
        Constant Field Values
      • EC_ORDERQUOTATIONDISPLAY_VIEWNAME

        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". It is 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

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

        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

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

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

        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

        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

        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