com.ibm.commerce.catalog.facade.server.services.search.metadata

Class SearchCatalogEntryViewAttributesAllowedValueResultFilter

  • All Implemented Interfaces:
    SearchResultFilter


    public class SearchCatalogEntryViewAttributesAllowedValueResultFilter
    extends AbstractSearchResultFilter
    implements SearchResultFilter
    This is the implementation of the CatalogNavigationView search result filter for filtering out the product's allowed values which are not used by any SKUs.
    • Constructor Detail

      • SearchCatalogEntryViewAttributesAllowedValueResultFilter

        public SearchCatalogEntryViewAttributesAllowedValueResultFilter()
    • Method Detail

      • filter

        public void filter(SelectionCriteria selectionCriteria,
                           commonj.sdo.DataObject dataObject)
                    throws java.lang.RuntimeException
        Description copied from interface: SearchResultFilter
        Invoke the search filter to modify the given data object to make it suitable for business use.
        Specified by:
        filter in interface SearchResultFilter
        Overrides:
        filter in class AbstractSearchResultFilter
        Parameters:
        selectionCriteria - Java representation of the search expression
        dataObject - Java object to be filtered
        Throws:
        java.lang.RuntimeException