com.ibm.commerce.store.facade.server.commands

Class GetPhysicalStoreCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetPhysicalStoreCmd, 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 GetPhysicalStoreCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetPhysicalStoreCmd
    This is the controller command for PhysicalStore. 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