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

Class FetchCatalogByIdentifierTaskCmdImpl

  • All Implemented Interfaces:
    FetchCatalogCmd, AbstractFetchNounCmd, com.ibm.websphere.command.Command, java.io.Serializable


    public class FetchCatalogByIdentifierTaskCmdImpl
    extends AbstractFetchCatalogSOICmdImpl
    This fetch command retrieves the Catalog data for a given identifier and store. Identifier is passed as a parameter in xpath expression and the store id is retrieved from the BaseContext using ,getStoreId() method in the CatalogComponentHelper helper classs.
    Following is the xpath expression used to invoke this command :
    '/Catalog[CatalogIdentifier[ExternalIdentifier[Identifier=]]]'

    Identifier : valid Catalog identifier for which catalog data has to be retrieved.
    See Also:
    Serialized Form