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

Class GetCatalogCmdImpl

  • All Implemented Interfaces:
    GetCatalogCmd, 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 GetCatalogCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetCatalogCmd
    This class is the implementation class for the get catalog service. This contains methods to set the get request and obtain the show response which contains the Catalog details. This class initializes and executes the right catalog fetch command based on the XPath key, in the get request. The validateExpression() method can be overridden to do any custom validation on the Xpath.
    See Also:
    Serialized Form