Class ProgramItemContextSearchUICriteria

    • Method Detail

      • getFieldId

        public String getFieldId()
        Description copied from interface: SearchUICriterion
        Get the field identifier. Used to match standard, advanced and faceted criterion (even if the operator is different), whatever their ID is.
        Returns:
        the field identifier.
      • getQuery

        public Query getQuery​(Object value,
                              Query.Operator customOperator,
                              Map<String,​Object> allValues,
                              String language,
                              Map<String,​Object> contextualParameters)
        Description copied from interface: SearchCriterion
        Get the Query associated to the given value.
        Parameters:
        value - The user-submitted value (or the default value if not set) for this criterion.
        customOperator - In advanced search mode, the operator chosen by the user. null to use the criterion-defined operator (simple search mode).
        allValues - All the user-submitted values.
        language - The current search language.
        contextualParameters - the search contextual parameters.
        Returns:
        Query associated to the given value.