Uses of Class
net.n2oapp.framework.api.metadata.global.dao.N2oQuery.Filter
-
Packages that use N2oQuery.Filter Package Description net.n2oapp.framework.api.metadata.control net.n2oapp.framework.api.metadata.local -
-
Uses of N2oQuery.Filter in net.n2oapp.framework.api.metadata.control
Fields in net.n2oapp.framework.api.metadata.control with type parameters of type N2oQuery.Filter Modifier and Type Field Description protected java.util.Map<java.lang.String,java.util.Map<FilterType,N2oQuery.Filter>>QueryUnit. filtersMap -
Uses of N2oQuery.Filter in net.n2oapp.framework.api.metadata.local
Methods in net.n2oapp.framework.api.metadata.local that return N2oQuery.Filter Modifier and Type Method Description N2oQuery.FilterCompiledQuery. getFilterByFilterId(java.lang.String filterId)N2oQuery.FilterCompiledQuery. getFilterByPreFilter(N2oPreFilter preFilter)Methods in net.n2oapp.framework.api.metadata.local that return types with arguments of type N2oQuery.Filter Modifier and Type Method Description java.util.Collection<N2oQuery.Filter>CompiledQuery. getFiltersByField(java.lang.String fieldId)
-