Class FullTextSearchFilter

    • Constructor Detail

      • FullTextSearchFilter

        public FullTextSearchFilter()
      • FullTextSearchFilter

        public FullTextSearchFilter​(boolean enabled)
      • FullTextSearchFilter

        public FullTextSearchFilter​(java.lang.String name)
        Parameters:
        name - name of filter to be used
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        name of filter to be used by Fulltext search
      • setName

        public void setName​(java.lang.String name)
        All observers are notified about change that is done by this method.
        Parameters:
        name - new name of filter to be used by Fulltext search
        See Also:
        PROPERTY_NAME
      • setOperator

        public void setOperator​(ValueComparisonOperator operator)
        All observers are notified about change that is done by this method.
        Parameters:
        operator - new name of filter to be used by Fulltext search
        See Also:
        PROPERTY_OPERATOR
      • isEnabled

        public boolean isEnabled()
        Returns:
        true if filter should be applied
      • setEnabled

        public void setEnabled​(boolean enabled)
        All observers are notified about change that is done by this method.
        Parameters:
        enabled - true if filter should be applied
        See Also:
        PROPERTY_ENABLED
      • getValue

        public java.lang.Object getValue()
        Returns:
        value of a filter
      • setValue

        public void setValue​(java.lang.Object value)
        All observers are notified about change that is done by this method.
        Parameters:
        value - new value of filter to be used by Fulltext search
        See Also:
        PROPERTY_VALUE
      • setLocale

        public void setLocale​(java.util.Locale locale)
        All observers are notified about change that is done by this method.
        Parameters:
        locale - new value of filter to be used by Fulltext search
        See Also:
        PROPERTY_LOCALE
      • getLocale

        public java.util.Locale getLocale()
      • clone

        @Deprecated(since="6.7",
                    forRemoval=true)
        public FullTextSearchFilter clone()
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 6.7 Use copy constructor instead.
        Overrides:
        clone in class java.lang.Object