Uses of Class
net.n2oapp.framework.api.metadata.global.dao.N2oPreFilter
-
-
Uses of N2oPreFilter in net.n2oapp.framework.api.metadata.control
Methods in net.n2oapp.framework.api.metadata.control that return N2oPreFilter Modifier and Type Method Description N2oPreFilter[]QueryUnit. getPreFilters()Methods in net.n2oapp.framework.api.metadata.control with parameters of type N2oPreFilter Modifier and Type Method Description voidQueryUnit. setPreFilters(N2oPreFilter[] preFilters) -
Uses of N2oPreFilter in net.n2oapp.framework.api.metadata.global.view.tools
Methods in net.n2oapp.framework.api.metadata.global.view.tools that return N2oPreFilter Modifier and Type Method Description N2oPreFilter[]N2oCounter. getPreFilters()Methods in net.n2oapp.framework.api.metadata.global.view.tools with parameters of type N2oPreFilter Modifier and Type Method Description voidN2oCounter. setPreFilters(N2oPreFilter[] preFilters) -
Uses of N2oPreFilter in net.n2oapp.framework.api.metadata.global.view.widget
Method parameters in net.n2oapp.framework.api.metadata.global.view.widget with type arguments of type N2oPreFilter Modifier and Type Method Description voidN2oWidget. addPreFilters(java.util.List<N2oPreFilter> preFilters)Добавить предустановленные фильтры -
Uses of N2oPreFilter in net.n2oapp.framework.api.metadata.global.view.widget.tree
Methods in net.n2oapp.framework.api.metadata.global.view.widget.tree that return N2oPreFilter Modifier and Type Method Description N2oPreFilter[]InheritanceNodes. getPreFilters()Deprecated.Methods in net.n2oapp.framework.api.metadata.global.view.widget.tree with parameters of type N2oPreFilter Modifier and Type Method Description voidInheritanceNodes. setPreFilters(N2oPreFilter[] preFilters)Deprecated. -
Uses of N2oPreFilter in net.n2oapp.framework.api.metadata.local
Methods in net.n2oapp.framework.api.metadata.local with parameters of type N2oPreFilter Modifier and Type Method Description N2oQuery.FilterCompiledQuery. getFilterByPreFilter(N2oPreFilter preFilter)
-