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

Class GetCatalogFilterCmdImpl

  • All Implemented Interfaces:
    GetCatalogFilterCmd, 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 GetCatalogFilterCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetCatalogFilterCmd
    This command gets activities based on the search criteria and the access profile. The parent class will call the FetchCatalogFilterCmd command to get the nouns, and the method buildShowBusinessObjectDocument returns the response business object document.
    See Also:
    Serialized Form
    • Constructor Detail

      • GetCatalogFilterCmdImpl

        public GetCatalogFilterCmdImpl()
        This method is the default constructor. It performs no actions.
    • Method Detail

      • setGetCatalogFilter

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

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