com.ibm.commerce.order.commands

Class ChildOrderCreateCmdImpl

  • All Implemented Interfaces:
    AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, ChildOrderCreateCmd, Protectable, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class ChildOrderCreateCmdImpl
    extends ControllerCommandImpl
    implements ChildOrderCreateCmd
    Hook of Fixpack. This is the implementation of the ChildOrderCreateCmd controller command.

    Input parameters:

    Name Description
    orderId the parent order ID
    orderItemId the parent order item ID

    Output parameters:

    Name Description
    outOrderName the order name

    Behaviour:

    • creates a child order of specified order or order item and process the child order.

    Access beans utilized:

    • OrderAccessBean
    • OrderItemAccessBean
    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

      • ChildOrderCreateCmdImpl

        public ChildOrderCreateCmdImpl()