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

Class FetchCatalogByCatalogIdCmdImpl

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


    public class FetchCatalogByCatalogIdCmdImpl
    extends AbstractFetchCatalogSOICmdImpl
    This fetch command retrieves the Catalog data for a given catalog id and store. Catalog id 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[(UniqueID=)]]'

    UniqueId : valid Catalog id for which catalog data has to be retrieved.
    See Also:
    Serialized Form
    • Constructor Detail

      • FetchCatalogByCatalogIdCmdImpl

        public FetchCatalogByCatalogIdCmdImpl()
        The default constructor for this class. This constructor just calls the superclass constructor.