com.ibm.commerce.order.commands

Class PrepareProcurementOrderCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, PrepareOrderCmd, PrepareProcurementOrderCmd, 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 PrepareProcurementOrderCmdImpl
    extends PrepareOrderCmdImpl
    implements PrepareProcurementOrderCmd
    The default implementation class of interface PrepareProcurementOrderCmd. It extends PrepareOrderCmdImpl class to work with a procurement system. It does the main order processing. It overrides PrepareOrderCmdImpl.doProcess(OrderProcessingHelper) because there is no need to update the order items' addresses. They are already updated correctly by the CreatePurchaseOrderItemCmd command.
    See Also:
    PrepareOrderCmdImpl, PrepareProcurementOrderCmd, Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PrepareProcurementOrderCmdImpl

        public PrepareProcurementOrderCmdImpl()