com.ibm.commerce.order.facade.server.commands

Class DOMComposeUsableShippingInformationCmdImpl

  • All Implemented Interfaces:
    ComposeOrderCmd, com.ibm.websphere.command.Command, java.io.Serializable

    Deprecated. 

    public class DOMComposeUsableShippingInformationCmdImpl
    extends ComposeUsableShippingInformationCmdImpl
    This compose task command is called from GetOrderCmdImpl. It is used when an access profile is set as IBM_UsableShippingInfo, and populates the order BOD using OrderDataBean. The following information about the noun is included:
     
    • /Order/OrderItem/UsableShippingMode/ShippingModeIdentifier/UniqueID
    • /Order/OrderItem/UsableShippingMode/Description
    • /Order/OrderItem/UsableShippingMode/ShippingModeIdentifier/ExternalIdentifier/ShipModeCode
    • /Order/OrderItem/UsableShippingMode/ShippingModeIdentifier/ExternalIdentifier/Carrier
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        Deprecated. 
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DOMComposeUsableShippingInformationCmdImpl

        public DOMComposeUsableShippingInformationCmdImpl()
        Deprecated.