Uses of Class
ru.cg.webbpm.modules.database.api.dao.option.LoadOptions
Packages that use LoadOptions
Package
Description
-
Uses of LoadOptions in bpmn.handler.sql_handler
Methods in bpmn.handler.sql_handler with parameters of type LoadOptionsModifier and TypeMethodDescriptionvoid
SQLParameters.addLimitAndOffsetOptions
(LoadOptions loadOptions) -
Uses of LoadOptions in component.chart.service.impl
Methods in component.chart.service.impl that return LoadOptionsModifier and TypeMethodDescriptionprotected LoadOptions
DefaultChartDataSetService.loadOptions
(Integer offset, Integer limit, Filter[] filters) protected LoadOptions
DefaultSingleChartDataSetService.loadOptions
(Integer offset, Integer limit, Filter[] filters) Methods in component.chart.service.impl with parameters of type LoadOptionsModifier and TypeMethodDescriptionprotected void
DefaultSingleChartDataSetService.addSorting
(ChartColumnSort[] aggregationDataSet, LoadOptions loadOptions) protected List<ChartDataSetDto>
DefaultChartDataSetService.loadAggregationDataSets
(LoadOptions loadOptions) protected SingleChartDataDto
DefaultSingleChartDataSetService.loadAggregationDataSets
(LoadOptions loadOptions) protected List<ChartDataSetDto>
DefaultChartDataSetService.loadStaticDataSets
(LoadOptions loadOptions) protected SingleChartDataDto
DefaultSingleChartDataSetService.loadStaticDataSets
(LoadOptions loadOptions) -
Uses of LoadOptions in dao
Methods in dao with parameters of type LoadOptionsModifier and TypeMethodDescriptionlong
PagingGridDao.getTotalRowCount
(LoadOptions loadOptions) PagingGridDao.load
(Set<EntityColumn> columns, LoadOptions loadOptions) -
Uses of LoadOptions in dao.container
Methods in dao.container with parameters of type LoadOptionsModifier and TypeMethodDescriptionCustomSqlFormDao.load
(Set<EntityColumn> columns, LoadOptions loadOptions) -
Uses of LoadOptions in dao.field
Methods in dao.field with parameters of type LoadOptionsModifier and TypeMethodDescriptionLinkFieldDao.loadLinkedTableRows
(Set<EntityColumn> columns, LoadOptions loadOptions, String linkEntityName) -
Uses of LoadOptions in dao.gantt
Methods in dao.gantt with parameters of type LoadOptionsModifier and TypeMethodDescriptionGanttChartLoadDao.loadRecursively
(EntityColumn taskIdColumn, EntityColumn parentIdColumn, Set<EntityColumn> columns, LoadOptions loadOptions) GanttChartLoadDaoImpl.loadRecursively
(EntityColumn taskIdColumn, EntityColumn parentIdColumn, Set<EntityColumn> columns, LoadOptions loadOptions) -
Uses of LoadOptions in database.dao
Methods in database.dao with parameters of type LoadOptionsModifier and TypeMethodDescriptionlong
DefaultLoadDao.getTotalRowCount
(LoadOptions loadOptions) long
DefaultLoadDao.getTotalRowCount
(LoadOptions loadOptions, EntityColumn entityColumn) AutocompleteLoadDao.load
(Set<EntityColumn> columns, LoadOptions loadOptions) ComboBoxLoadDao.load
(Set<EntityColumn> columns, LoadOptions loadOptions) CustomSqlLoadDao.load
(Set<EntityColumn> columns, LoadOptions loadOptions) DefaultLoadDao.load
(Set<EntityColumn> columns, LoadOptions loadOptions) DefaultLoadDao.load
(Set<EntityColumn> columns, LoadOptions loadOptions, boolean withGraphConditions) DefaultLoadDao.loadAggregations
(Set<AggregateFuncField> aggregateFuncFields, LoadOptions loadOptions) DefaultLoadDao.loadAggregations
(Set<EntityColumn> columns, Set<AggregateFuncField> aggregateFuncFields, LoadOptions loadOptions) AutocompleteLoadDao.loadByPK
(Set<EntityColumn> columns, LoadOptions loadOptions, Object... keyValues) DefaultLoadDao.loadByPK
(Set<EntityColumn> columns, LoadOptions loadOptions, Object... keyValues) DefaultLoadDao.loadMultiFieldAggregations
(Set<AggregateFuncField> aggregateFuncFields, LoadOptions loadOptions) ComboBoxLoadDao.loadWithoutGraphConditionsByPk
(Set<EntityColumn> columns, LoadOptions loadOptions, Object... keyValues) AutocompleteLoadDao.loadWithoutGraphConditionsByPK
(Set<EntityColumn> columns, LoadOptions loadOptions, Object... keyValues) -
Uses of LoadOptions in ru.cg.webbpm.modules.database.api.dao
Methods in ru.cg.webbpm.modules.database.api.dao with parameters of type LoadOptionsModifier and TypeMethodDescriptionlong
LoadDao.getTotalRowCount
(LoadOptions loadOptions) LoadDao.load
(Set<EntityColumn> columns, LoadOptions loadOptions) LoadDao.loadAggregations
(Set<AggregateFuncField> aggregateFuncFields, LoadOptions loadOptions) LoadDao.loadAggregations
(Set<EntityColumn> columns, Set<AggregateFuncField> aggregateFuncFields, LoadOptions loadOptions) LoadDao.loadByPK
(Set<EntityColumn> var1, LoadOptions loadOptions, Object... var2) default TableRowWithMultiColumn
LoadDao.loadMultiFieldAggregations
(Set<AggregateFuncField> aggregateFuncFields, LoadOptions loadOptions) -
Uses of LoadOptions 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 LoadOptionsModifier and TypeMethodDescriptionAuthorityDao.getAuthorities
(LoadOptions options) Gets authorities according to load options.GroupRoleDao.getGroupRolesByGroupId
(LoadOptions options, String groupId) Gets group role links by group id according to load options.GroupRoleDao.getGroupRolesByRoleId
(LoadOptions options, String roleId) Gets group role links by passed role id according to load options.GroupDao.getGroups
(LoadOptions options, short maxAccessLevel) Gets groups according to load options and less than passed maximal level access.AccessLevelDao.getLevelsLessThan
(LoadOptions options, short level) Gets access levels which less than level according to load options.RoleAuthorityDao.getRoleAuthoritiesByAuthorityId
(LoadOptions options, String authorityId) Gets role authority links by authority id according to load options.RoleDao.getRoles
(LoadOptions options) Gets roles according to load options.UserAuthorityDao.getUserAuthoritiesByUserId
(LoadOptions options, String userId) Gets user authority links by user account id.UserGroupDao.getUserGroupsByUserId
(LoadOptions options, String userId) Gets user group links by user account id according to load options.UserGroupDao.getUserGroupsByUserId
(LoadOptions options, String userId, short maxAccessLevel) Gets user group links by user account id according to load options and less than passed maximal level access.UserRoleDao.getUserRolesByUserId
(LoadOptions options, String userId) Gets user role links by user account id according to load options.UserRoleDao.getUserRolesByUserId
(LoadOptions options, String userId, short maxAccessLevel) Gets user role links by user account id according to load options and less than passed maximal level access.UserDao.getUsers
(LoadOptions options) Gets users according to load options. -
Uses of LoadOptions 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 LoadOptionsModifier and TypeMethodDescriptionstatic <T extends org.jooq.Record>
org.jooq.SelectForUpdateStep<T>JooqQueryUtils.applyLoadOptions
(org.jooq.SelectConditionStep<T> selectConditionStep, LoadOptions loadOptions) Applies load options according to passed select condition step.static <T extends org.jooq.Record>
org.jooq.SelectForUpdateStep<T>JooqQueryUtils.applyLoadOptions
(org.jooq.SelectWhereStep<T> selectWhereStep, LoadOptions loadOptions) Applies load options according to passed select where step. -
Uses of LoadOptions in ru.cg.webbpm.modules.security.api.impl.service
Methods in ru.cg.webbpm.modules.security.api.impl.service with parameters of type LoadOptionsModifier and TypeMethodDescriptionAccessLevelServiceImpl.get
(LoadOptions options) Gets list of access levels which less than current user access level according to load options.AuthorityServiceImpl.get
(LoadOptions options) Gets authorities according to load options.GroupServiceImpl.get
(LoadOptions options) Gets groups according to load options.RoleServiceImpl.get
(LoadOptions options) Gets roles according to load options.UserServiceImpl.get
(LoadOptions options) Gets users according to load options.GroupServiceImpl.getGroupRoleLinks
(String groupId, LoadOptions options) Gets roles by group id with binding timestamp according to load options.RoleServiceImpl.getGroups
(String roleId, LoadOptions options) Gets groups by role id according to load options.UserServiceImpl.getGroups
(String userId, LoadOptions options) Gets groups by user account id according to load options.AuthorityServiceImpl.getRoleAuthorities
(String authorityId, LoadOptions options) Gets role authority links by authority id according to load options.GroupServiceImpl.getRoles
(String groupId, LoadOptions options) Gets roles by group id according to load options.UserServiceImpl.getRoles
(String userId, LoadOptions options) Gets roles by user account id according to load options.UserServiceImpl.getUserGroupLinks
(String userId, LoadOptions options) Gets groups by user account id with binding timestamp according to load options. -
Uses of LoadOptions in ru.cg.webbpm.modules.security.api.service
Methods in ru.cg.webbpm.modules.security.api.service with parameters of type LoadOptionsModifier and TypeMethodDescriptionAccessLevelService.get
(LoadOptions options) AuthorityService.get
(LoadOptions options) GroupService.get
(LoadOptions options) RoleService.get
(LoadOptions options) UserService.get
(LoadOptions options) GroupService.getGroupRoleLinks
(String groupId, LoadOptions options) RoleService.getGroups
(String roleId, LoadOptions options) UserService.getGroups
(String userId, LoadOptions options) AuthorityService.getRoleAuthorities
(String authorityId, LoadOptions options) GroupService.getRoles
(String groupId, LoadOptions options) UserService.getRoles
(String userId, LoadOptions options) UserService.getUserGroupLinks
(String userId, LoadOptions options) -
Uses of LoadOptions in service
Methods in service with parameters of type LoadOptionsModifier and TypeMethodDescriptionprotected GridRows
GridServiceImpl.getGridRows
(Filter[] filters, LoadOptions options) GridServiceImpl.getProcessedRows
(LoadOptions loadOptions) AggregatingColumnsGridV2Service.getRawData
(LoadOptions loadOptions) GridServiceImpl.getRawData
(LoadOptions loadOptions) -
Uses of LoadOptions in service.field
Methods in service.field with parameters of type LoadOptionsModifier and TypeMethodDescriptionprotected void
LinkFieldServiceImpl.addLinkFilter
(LoadOptions loadOptions, Object keyValue) protected EntityFilterGroup
AbstractSearchService.getEntityFilterGroup
(List<String> searchStrings, LoadOptions loadOptions) AbstractSearchService.load
(String inputString, Integer inputPage, LoadOptions loadOptions) -
Uses of LoadOptions in service.grid
Methods in service.grid that return LoadOptionsModifier and TypeMethodDescriptionprotected LoadOptions
AbstractGridLoadingService.getAggregationOptions
(Filter[] filters) protected LoadOptions
AbstractGridLoadingService.getOptions
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) Methods in service.grid with parameters of type LoadOptionsModifier and TypeMethodDescriptionprotected abstract TableRow
StaticGridService.loadAggregations
(Set<AggregateFuncField> aggregateFuncFields, LoadOptions options) StaticGridService.loadRows
(Set<EntityColumn> columns, LoadOptions options) -
Uses of LoadOptions in utils
Methods in utils that return LoadOptionsModifier and TypeMethodDescriptionstatic LoadOptions
SortUtils.getLoadOptionsWithSetSortFields
(ColumnSort[] columnSorts)