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

Class ComposeOrderItemConfigurationCmdImpl

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


    public class ComposeOrderItemConfigurationCmdImpl
    extends AbstractComposeOrderCmdImpl
    This task command is called by GetOrderCmdImpl. It's used when access profile is set as IBM_OrderItem_Configuration. It composes ShowOrderType according to String arrays, each array contains 2 elements: order item id and configuration. The following data are populated:
    • /Order/OrderItem/OrderItemIdentifier/UniqueID
    • /Order/OrderItem/OrderItemConfiguration
    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

      • ComposeOrderItemConfigurationCmdImpl

        public ComposeOrderItemConfigurationCmdImpl()
    • Method Detail

      • execute

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