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

Interface GetCatalogEntryCmd

  • All Known Implementing Classes:
    GetCatalogEntryCmdImpl


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

      • COPYRIGHT

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

      • setGetCatalogEntry

        void setGetCatalogEntry(GetCatalogEntryType getCatalogEntry)
        A set method for GetCatalogEntryType
        Parameters:
        getCatalogEntry - The GetCatalogEntry BOD that GetCatalogEntryCmd would execute
      • getShowCatalogEntry

        ShowCatalogEntryType getShowCatalogEntry()
        Provide a get method to get the result (ShowCatalogEntryType BOD)
        Returns:
        ShowCatalogEntryType the ShowCatalogEntryType BOD would return to the client