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

Interface GetCatalogFilterCmd

  • All Superinterfaces:
    BusinessObjectDocumentCmd, com.ibm.websphere.command.Command, java.io.Serializable
    All Known Implementing Classes:
    GetCatalogFilterCmdImpl


    public interface GetCatalogFilterCmd
    extends BusinessObjectDocumentCmd
    This is the interface for the Get CatalogFilter web service command. This interface is to be implemented by the class that provides the CatalogFilter get service. This interface defines a method to set the GetCatalogFilterType object which contains the xpath request. It also defines a method to get the ShowCatalogFilterType object which contains the information used to compose the show business object document.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Field Detail

      • COPYRIGHT

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

      • setGetCatalogFilter

        void setGetCatalogFilter(com.ibm.commerce.catalog.facade.datatypes.GetCatalogFilterType getCatalogFilter)
        This method sets the GetCatalogFilterType business object document that this command will process.
        Parameters:
        getCatalogFilter - The GetCatalogFilterType business object document.
      • getShowCatalogFilter

        com.ibm.commerce.catalog.facade.datatypes.ShowCatalogFilterType getShowCatalogFilter()
        This method gets the ShowCatalogFilterType business object document result.
        Returns:
        This method returns the ShowCatalogFilterType business object document result to the client.