Uses of Class
ru.cg.webbpm.modules.database.bean.entity_graph.AggregateFuncField
Packages that use AggregateFuncField
-
Uses of AggregateFuncField in database.dao
Methods in database.dao with parameters of type AggregateFuncFieldModifier and TypeMethodDescriptionprotected org.jooq.Field<?>
AbstractLoadDao.convertToAggregateFunction
(AggregateFuncField aggregateFuncField) protected org.jooq.Field<?>
AbstractLoadDao.convertToAggregateFunctionMultiColumns
(AggregateFuncField aggregateFuncField) Method parameters in database.dao with type arguments of type AggregateFuncFieldModifier and TypeMethodDescriptionprotected List<org.jooq.Field<?>>
AbstractLoadDao.convertAggregateFuncFieldToJooqFields
(Set<AggregateFuncField> aggregateFuncFields) protected List<org.jooq.Field<?>>
AbstractLoadDao.convertAggregateFuncMultiFieldToJooqFields
(Set<AggregateFuncField> aggregateFuncFields) protected org.jooq.SelectJoinStep<org.jooq.Record>
AbstractLoadDao.getAggregateFuncFieldSelectStep
(Set<AggregateFuncField> columns) protected org.jooq.SelectJoinStep<org.jooq.Record>
AbstractLoadDao.getAggregateFuncMultiFieldSelectStep
(Set<AggregateFuncField> columns) DefaultLoadDao.loadAggregations
(Set<AggregateFuncField> aggregateFuncFields, LoadOptions loadOptions) TreeDefaultLoadDao.loadAggregations
(Set<AggregateFuncField> aggregateFuncFields, NonPageableLoadOptions loadOptions) DefaultLoadDao.loadMultiFieldAggregations
(Set<AggregateFuncField> aggregateFuncFields, LoadOptions loadOptions) TreeDefaultLoadDao.loadMultiFieldAggregations
(Set<AggregateFuncField> aggregateFuncFields, NonPageableLoadOptions loadOptions) -
Uses of AggregateFuncField in ru.cg.webbpm.modules.database.api.dao
Method parameters in ru.cg.webbpm.modules.database.api.dao with type arguments of type AggregateFuncFieldModifier and TypeMethodDescriptionILoadDao.loadAggregations
(Set<AggregateFuncField> aggregateFuncFields, T loadOptions) LoadDao.loadAggregations
(Set<AggregateFuncField> aggregateFuncFields, LoadOptions loadOptions) default TableRowWithMultiColumn
ILoadDao.loadMultiFieldAggregations
(Set<AggregateFuncField> aggregateFuncFields, T loadOptions) default TableRowWithMultiColumn
LoadDao.loadMultiFieldAggregations
(Set<AggregateFuncField> aggregateFuncFields, LoadOptions loadOptions) -
Uses of AggregateFuncField in service.grid
Methods in service.grid that return types with arguments of type AggregateFuncFieldModifier and TypeMethodDescriptionprotected Set<AggregateFuncField>
BaseGridLoadingService.getGridAggregateFuncFields()
protected Set<AggregateFuncField>
BaseStaticGridLoadingService.getGridAggregateFuncFields()
protected Set<AggregateFuncField>
BaseGridLoadingService.getGridAggregateFuncMultiFields()
Method parameters in service.grid with type arguments of type AggregateFuncFieldModifier and TypeMethodDescriptionprotected abstract TableRow
StaticGridService.loadAggregations
(Set<AggregateFuncField> aggregateFuncFields, LoadOptions options)