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

Interface GetCatalogCmd

  • All Known Implementing Classes:
    GetCatalogCmdImpl


    public interface GetCatalogCmd
    The Interface for the Get catalog command. This interface is to be implemented by the classes that provide the catalog get services. This interface defines methods to set the GetCatalogType which contains the details Xpath request, and to get the show catalog type which contains the catalog information, used to compose the show BOD.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM copyright field.
        See Also:
        Constant Field Values
    • Method Detail

      • setGetCatalog

        void setGetCatalog(GetCatalogType getCatalog)
        Set the GetCatalogType. The get catalog would contain the details of the request.
        Parameters:
        getCatalog - the GetCatalog BOD that GetCatalogCmd would execute
      • getShowCatalog

        ShowCatalogType getShowCatalog()
        Provide a get method to get the result (ShowCatalogType BOD)
        Returns:
        ShowCatalogType the ShowCatalogType BOD would return to the client