com.ibm.commerce.fulfillment.commands

Class SynchronizeExpectedInventoryRecordTaskCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, SynchronizeExpectedInventoryRecordTaskCmd, 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 SynchronizeExpectedInventoryRecordTaskCmdImpl
    extends com.ibm.commerce.fulfillment.commands.SynchronizeInventoryBaseTaskCmdImpl
    implements SynchronizeExpectedInventoryRecordTaskCmd
    This is the default implementation of the SynchronizeExpectedInventoryRecordTaskCmd task command.

    Input parameters:

    Name Description
    FulfillmentCenterId the id of fulfillment center that need synchronize inventory
    MemberId the owner of the inventory
    QuantityExpected the request quantity of expected inventory
    ItemSpecId the request ItemSpecId of expected inventory
    Units the request Units of expected inventory
    AddAction the action to indicate add
    DeleteAction the action to indicate delete
    EstimatedAvailableDateTime the available time

    Output parameters:

    None.

    Behaviour:

    • Synchronize the expected inventory cache to make it represent the real expect inventory of the external inventory system
    See Also:
    SynchronizeOnhandInventoryRecordTaskCmdImpl, Serialized Form