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

Class ComposeExternalOrderCmdImpl

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


    public class ComposeExternalOrderCmdImpl
    extends AbstractComposeOrderCmdImpl
    implements ComposeOrderCmd
    This compose task command is called from GetOrderCmdImpl. It's used when access profile is set as IBM_External_Details or IBM_External_Summary. It composes the list of orders which is retrieved from an external system.
    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

      • ComposeExternalOrderCmdImpl

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