com.ibm.commerce.inventory.facade.server.commands

Class GetInventoryAvailabilityCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetInventoryAvailabilityCmd, 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 GetInventoryAvailabilityCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetInventoryAvailabilityCmd
    This is the controller command for InventoryAvailability. It creates a command key by parsing the xpath expression passed by client and uses it to choose the right implementation of fetch task command. The data fetched by the fetch task command is used to create the BOD which is returned back to client.
    See Also:
    Serialized Form