Uses of Class
ru.cg.webbpm.modules.database.api.dao.option.NonPageableLoadOptions
Packages that use NonPageableLoadOptions
Package
Description
-
Uses of NonPageableLoadOptions in dao
Methods in dao with parameters of type NonPageableLoadOptionsModifier and TypeMethodDescriptionTreeGridLoadDao.loadRecursively
(EntityColumn parentIdColumn, Set<EntityColumn> columns, NonPageableLoadOptions loadOptions, boolean loadChildren) TreeGridLoadDaoImpl.loadRecursively
(EntityColumn parentIdColumn, Set<EntityColumn> columns, NonPageableLoadOptions loadOptions, boolean loadChildren) -
Uses of NonPageableLoadOptions in database.dao
Classes in database.dao with type parameters of type NonPageableLoadOptionsMethods in database.dao with parameters of type NonPageableLoadOptionsModifier and TypeMethodDescriptionlong
TreeDefaultLoadDao.getTotalRowCount
(NonPageableLoadOptions loadOptions) TreeDefaultLoadDao.load
(Set<EntityColumn> columns, NonPageableLoadOptions loadOptions) TreeDefaultLoadDao.load
(Set<EntityColumn> columns, NonPageableLoadOptions loadOptions, boolean withGraphConditions) TreeDefaultLoadDao.loadAggregations
(Set<AggregateFuncField> aggregateFuncFields, NonPageableLoadOptions loadOptions) TreeDefaultLoadDao.loadAggregations
(Set<EntityColumn> columns, Set<AggregateFuncField> aggregateFuncFields, NonPageableLoadOptions loadOptions) TreeDefaultLoadDao.loadByPK
(Set<EntityColumn> columns, NonPageableLoadOptions loadOptions, Object... keyValues) TreeDefaultLoadDao.loadMultiFieldAggregations
(Set<AggregateFuncField> aggregateFuncFields, NonPageableLoadOptions loadOptions) -
Uses of NonPageableLoadOptions in ru.cg.webbpm.modules.database.api.dao
Classes in ru.cg.webbpm.modules.database.api.dao with type parameters of type NonPageableLoadOptions -
Uses of NonPageableLoadOptions in ru.cg.webbpm.modules.database.api.dao.option
Subclasses of NonPageableLoadOptions in ru.cg.webbpm.modules.database.api.dao.option -
Uses of NonPageableLoadOptions in ru.cg.webbpm.modules.security.api.impl.dao.jooq
Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq with parameters of type NonPageableLoadOptionsModifier and TypeMethodDescriptionOrgUnitDao.getOrgUnitsWithParentsExisting
(NonPageableLoadOptions options) Gets org units using bottom-up recursion by load options. -
Uses of NonPageableLoadOptions in ru.cg.webbpm.modules.security.api.impl.dao.jooq.util
Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq.util with parameters of type NonPageableLoadOptionsModifier and TypeMethodDescriptionstatic <T extends org.jooq.Record>
org.jooq.SelectForUpdateStep<T>JooqQueryUtils.applyNonPageableLoadOptions
(org.jooq.SelectConditionStep<T> selectConditionStep, NonPageableLoadOptions loadOptions) Applies load options without limit and offset according to passed select condition step.static <T extends org.jooq.Record>
org.jooq.SelectForUpdateStep<T>JooqQueryUtils.applyNonPageableLoadOptions
(org.jooq.SelectWhereStep<T> selectWhereStep, NonPageableLoadOptions loadOptions) Applies load options without limit and offset according to passed select where step.static List<org.jooq.SortField<?>>
AdaptorUtils.createSortFields
(NonPageableLoadOptions loadOptions) Creates sort fields list according to passed load option. -
Uses of NonPageableLoadOptions in ru.cg.webbpm.modules.security.api.impl.service
Methods in ru.cg.webbpm.modules.security.api.impl.service with parameters of type NonPageableLoadOptionsModifier and TypeMethodDescriptionOrgUnitServiceImpl.getWithParents
(NonPageableLoadOptions loadOptions) Gets org units according to load options. -
Uses of NonPageableLoadOptions in ru.cg.webbpm.modules.security.api.service
Methods in ru.cg.webbpm.modules.security.api.service with parameters of type NonPageableLoadOptionsModifier and TypeMethodDescriptionOrgUnitService.getWithParents
(NonPageableLoadOptions loadOptions) -
Uses of NonPageableLoadOptions in utils
Methods in utils with type parameters of type NonPageableLoadOptionsModifier and TypeMethodDescriptionstatic <T extends ILoadDao<? extends NonPageableLoadOptions>>
EntityColumnQueryUtils.getIdField
(T loadDao)