Uses of Class
net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
-
Packages that use SearchOperatorDTO Package Description net.sourceforge.jbizmo.commons.search.dto net.sourceforge.jbizmo.commons.search.util -
-
Uses of SearchOperatorDTO in net.sourceforge.jbizmo.commons.search.dto
Methods in net.sourceforge.jbizmo.commons.search.dto that return SearchOperatorDTO Modifier and Type Method Description SearchOperatorDTOSearchFieldDTO. getOperator()Methods in net.sourceforge.jbizmo.commons.search.dto with parameters of type SearchOperatorDTO Modifier and Type Method Description voidSearchFieldDTO. setOperator(SearchOperatorDTO operator)Set the search operator -
Uses of SearchOperatorDTO in net.sourceforge.jbizmo.commons.search.util
Methods in net.sourceforge.jbizmo.commons.search.util that return SearchOperatorDTO Modifier and Type Method Description static SearchOperatorDTOSearchOperatorHelper. getOperator(String name)Get an operator by its nameMethods in net.sourceforge.jbizmo.commons.search.util that return types with arguments of type SearchOperatorDTO Modifier and Type Method Description static List<SearchOperatorDTO>SearchOperatorHelper. getAllOperators()Get all operatorsstatic List<SearchOperatorDTO>SearchOperatorHelper. getOperatorsForField(SearchFieldDTO field)
-