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

Class ComposeOrderItemAmountQuantityCmdImpl

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


    public class ComposeOrderItemAmountQuantityCmdImpl
    extends AbstractComposeOrderCmdImpl
    implements ComposeOrderCmd
    This command populates the Order SDO using OrderItemSOIDataBean. It is called from GetOrderCmdImpl when the access profile IBM_OrderItem_Amount_Quantity is used. The following information of the Order SDO is populated:
    • /Order/OrderItem/CatalogEntryIdentifier/UniqueID
    • /Order/OrderItem/Quantity
    • /Order/OrderItem/OrderItemAmount/GenericTotal
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • ComposeOrderItemAmountQuantityCmdImpl

        public ComposeOrderItemAmountQuantityCmdImpl()
    • Method Detail

      • execute

        public void execute()
                     throws com.ibm.websphere.command.CommandException
        This method executes the main logic of the command.
        Specified by:
        execute in interface com.ibm.websphere.command.Command
        Throws:
        com.ibm.websphere.command.CommandException
        See Also:
        Command.execute()