com.ibm.commerce.catalog.facade.server.commands

Class GetCatalogEntryCmdImpl

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