com.ibm.commerce.foundation.server.services.search.metadata

Interface SearchResultFilter

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void filter(SelectionCriteria selectionCriteria, commonj.sdo.DataObject dataObject)
      Invoke the search filter to modify the given data object to make it suitable for business use.
    • Field Detail

      • COPYRIGHT

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

      • filter

        void filter(SelectionCriteria selectionCriteria,
                    commonj.sdo.DataObject dataObject)
             throws java.lang.RuntimeException
        Invoke the search filter to modify the given data object to make it suitable for business use.
        Parameters:
        selectionCriteria - Java representation of the search expression
        dataObject - Java object to be filtered
        Throws:
        java.lang.RuntimeException