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

Class ComposeOrderItemProductIDCmdImpl

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


    public class ComposeOrderItemProductIDCmdImpl
    extends AbstractComposeOrderCmdImpl
    implements ComposeOrderCmd
    this command populates the order sdo using orderitemsoidatabean. it is called from getordercmdimpl when the access profile ibm_orderitem_product_id is used. the following information of the order sdo is populated:
    • /Order/OrderItem/CatalogEntryIdentifier/UniqueID
    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

      • ComposeOrderItemProductIDCmdImpl

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