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

Class ComposeOrderAmountCmdImpl

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


    public class ComposeOrderAmountCmdImpl
    extends AbstractComposeOrderCmdImpl
    implements ComposeOrderCmd
    This command populates the Order SDO using OrderSOIDataBean. It is called from GetOrderCmdImpl when the access profile IBM_Order_Amount is used. The following information of the Order SDO is populated:
    • /Order/OrderAmount/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

      • ComposeOrderAmountCmdImpl

        public ComposeOrderAmountCmdImpl()
    • 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()