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

Interface GetCatalogGroupCmd

  • All Known Implementing Classes:
    GetCatalogGroupCmdImpl


    public interface GetCatalogGroupCmd
    The Interface for the Get catalog group command. This interface is to be implemented by the classes that provide the catalog group get services. This interface defines methods to set the GetCatalogGroupType. The GetCatalogGroupType contains the details Xpath request. It also defines a method to get the show catalog group type which contains the catalog group information, used to compose the show BOD.
    • Field Detail

      • COPYRIGHT

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

      • setGetCatalogGroup

        void setGetCatalogGroup(GetCatalogGroupType getCatalogGroup)
        A set method for GetCatalogGroup
        Parameters:
        getCatalogGroup - the GetCatalogGroup BOD that GetCatalogGroupCmd would execute
      • getShowCatalogGroup

        ShowCatalogGroupType getShowCatalogGroup()
        Provide a get method to get the result (ShowCatalogGroupType BOD)
        Returns:
        ShowCatalogGroupType the ShowCatalogGroupType BOD would return to the client