Uses of Class
net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
-
Packages that use SearchFieldDTO Package Description net.sourceforge.jbizmo.commons.search.dto net.sourceforge.jbizmo.commons.search.util -
-
Uses of SearchFieldDTO in net.sourceforge.jbizmo.commons.search.dto
Methods in net.sourceforge.jbizmo.commons.search.dto that return types with arguments of type SearchFieldDTO Modifier and Type Method Description List<SearchFieldDTO>SearchDTO. getSearchFields()Methods in net.sourceforge.jbizmo.commons.search.dto with parameters of type SearchFieldDTO Modifier and Type Method Description intSearchFieldDTO. compareTo(SearchFieldDTO o)Method parameters in net.sourceforge.jbizmo.commons.search.dto with type arguments of type SearchFieldDTO Modifier and Type Method Description voidSearchDTO. setSearchFields(List<SearchFieldDTO> searchFields) -
Uses of SearchFieldDTO in net.sourceforge.jbizmo.commons.search.util
Methods in net.sourceforge.jbizmo.commons.search.util with parameters of type SearchFieldDTO Modifier and Type Method Description static List<SearchOperatorDTO>SearchOperatorHelper. getOperatorsForField(SearchFieldDTO field)
-