Uses of Class
ru.cg.webbpm.modules.database.api.bean.TableRow
Packages that use TableRow
Package
Description
-
Uses of TableRow in component.chart.service.impl
Methods in component.chart.service.impl with parameters of type TableRowModifier and TypeMethodDescriptionprotected Object
AbstractChartDatasetService.getAxesValue
(TableRow tableRow, EntityColumn column, Formatter<Object, Object> formatter) -
Uses of TableRow in dao
Modifier and TypeMethodDescriptionprotected TableRow
TreeGridLoadDaoImpl.recordToTableFieldData
(org.jooq.Record record, Set<EntityColumn> tableFields) protected TableRow
TreeGridLoadDaoImpl.recordToTableRowByAlias
(org.jooq.Record record, Set<EntityColumn> entityColumns) Modifier and TypeMethodDescriptionPagingGridDao.load
(Set<EntityColumn> columns, LoadOptions loadOptions) TreeGridLoadDao.loadRecursively
(EntityColumn parentIdColumn, Set<EntityColumn> columns, NonPageableLoadOptions loadOptions, boolean loadChildren) TreeGridLoadDaoImpl.loadRecursively
(EntityColumn parentIdColumn, Set<EntityColumn> columns, NonPageableLoadOptions loadOptions, boolean loadChildren) -
Uses of TableRow in dao.complex.editableonetomany
Methods in dao.complex.editableonetomany that return TableRowModifier and TypeMethodDescriptionEditableOneToManyDao.loadRowData
(Map<EntityColumn, Object> row, Set<EntityColumn> columnsToLoad) EditableOneToManyDaoImpl.loadRowData
(Map<EntityColumn, Object> row, Set<EntityColumn> columnsToLoad) -
Uses of TableRow in dao.container
Methods in dao.container that return TableRowModifier and TypeMethodDescriptionCustomSqlFormDao.loadByPK
(Set<EntityColumn> columns, Object... keyValues) Methods in dao.container that return types with arguments of type TableRowModifier and TypeMethodDescriptionCustomSqlFormDao.load
(Set<EntityColumn> columns) CustomSqlFormDao.load
(Set<EntityColumn> columns, LoadOptions loadOptions) -
Uses of TableRow in dao.field
Modifier and TypeMethodDescriptionLinkFieldDao.loadLinkedTableRows
(Set<EntityColumn> columns, LoadOptions loadOptions, String linkEntityName) -
Uses of TableRow in dao.gantt
Modifier 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 TableRow in database.dao
Methods in database.dao that return TableRowModifier and TypeMethodDescriptionDefaultLoadDao.loadAggregations
(Set<AggregateFuncField> aggregateFuncFields, LoadOptions loadOptions) TreeDefaultLoadDao.loadAggregations
(Set<AggregateFuncField> aggregateFuncFields, NonPageableLoadOptions loadOptions) AutocompleteLoadDao.loadByPK
(Set<EntityColumn> columns, Object... keyValues) AutocompleteLoadDao.loadByPK
(Set<EntityColumn> columns, LoadOptions loadOptions, Object... keyValues) CustomSqlLoadDao.loadByPK
(Set<EntityColumn> columns, Object... keyValues) DefaultLoadDao.loadByPK
(Set<EntityColumn> columns, Object... keyValues) DefaultLoadDao.loadByPK
(Set<EntityColumn> columns, LoadOptions loadOptions, Object... keyValues) TreeDefaultLoadDao.loadByPK
(Set<EntityColumn> columns, Object... keyValues) TreeDefaultLoadDao.loadByPK
(Set<EntityColumn> columns, NonPageableLoadOptions loadOptions, Object... keyValues) ComboBoxLoadDao.loadWithoutGraphConditionsByPk
(Set<EntityColumn> columns, LoadOptions loadOptions, Object... keyValues) AutocompleteLoadDao.loadWithoutGraphConditionsByPK
(Set<EntityColumn> columns, LoadOptions loadOptions, Object... keyValues) protected TableRow
AbstractLoadDao.recordToTableFieldData
(org.jooq.Record record, Set<EntityColumn> entityColumns) protected TableRow
CustomSqlLoadDao.recordToTableFieldData
(org.jooq.Record record, Set<EntityColumn> tableFields) protected TableRow
AbstractLoadDao.recordToTableRowByAlias
(org.jooq.Record record, Set<EntityColumn> entityColumns) Methods in database.dao that return types with arguments of type TableRowModifier and TypeMethodDescriptionCustomSqlLoadDao.getTableRows
(Set<EntityColumn> columns, SQLParameters sqlParameters) AbstractLoadDao.load
(Set<EntityColumn> columns) AbstractLoadDao.load
(Set<EntityColumn> columns, T loadOptions, boolean withGraphConditions) AutocompleteLoadDao.load
(Set<EntityColumn> columns) AutocompleteLoadDao.load
(Set<EntityColumn> columns, LoadOptions loadOptions) ComboBoxLoadDao.load
(Set<EntityColumn> columns, LoadOptions loadOptions) CustomSqlLoadDao.load
(Set<EntityColumn> columns) CustomSqlLoadDao.load
(Set<EntityColumn> columns, LoadOptions loadOptions) DefaultLoadDao.load
(Set<EntityColumn> columns, LoadOptions loadOptions) DefaultLoadDao.load
(Set<EntityColumn> columns, LoadOptions loadOptions, boolean withGraphConditions) TreeDefaultLoadDao.load
(Set<EntityColumn> columns, NonPageableLoadOptions loadOptions) TreeDefaultLoadDao.load
(Set<EntityColumn> columns, NonPageableLoadOptions loadOptions, boolean withGraphConditions) DefaultLoadDao.loadAggregations
(Set<EntityColumn> columns, Set<AggregateFuncField> aggregateFuncFields, LoadOptions loadOptions) TreeDefaultLoadDao.loadAggregations
(Set<EntityColumn> columns, Set<AggregateFuncField> aggregateFuncFields, NonPageableLoadOptions loadOptions) AbstractLoadDao.prepareResultListWithAggregateColumns
(Set<EntityColumn> columns, Set<AggregateFuncField> aggregateFuncFields, org.jooq.Result<org.jooq.Record> records) AbstractLoadDao.recordListToTableFieldDataList
(List<org.jooq.Record> records, Set<EntityColumn> entityColumns) AbstractLoadDao.recordListToTableRowListByAlias
(List<org.jooq.Record> records, Set<EntityColumn> entityColumns) DefaultLoadDao.recordListToTableRowListByAlias
(List<org.jooq.Record> records, Set<EntityColumn> entityColumns) -
Uses of TableRow in ru.cg.webbpm.modules.database.api.dao
Methods in ru.cg.webbpm.modules.database.api.dao that return TableRowModifier and TypeMethodDescriptionILoadDao.loadAggregations
(Set<AggregateFuncField> aggregateFuncFields, T loadOptions) LoadDao.loadAggregations
(Set<AggregateFuncField> aggregateFuncFields, LoadOptions loadOptions) ILoadDao.loadByPK
(Set<EntityColumn> columns, Object... keyValues) ILoadDao.loadByPK
(Set<EntityColumn> var1, T loadOptions, Object... var2) LoadDao.loadByPK
(Set<EntityColumn> columns, Object... keyValues) LoadDao.loadByPK
(Set<EntityColumn> var1, LoadOptions loadOptions, Object... var2) Methods in ru.cg.webbpm.modules.database.api.dao that return types with arguments of type TableRowModifier and TypeMethodDescriptionILoadDao.load
(Set<EntityColumn> columns) ILoadDao.load
(Set<EntityColumn> columns, T loadOptions) LoadDao.load
(Set<EntityColumn> columns) LoadDao.load
(Set<EntityColumn> columns, LoadOptions loadOptions) ILoadDao.loadAggregations
(Set<EntityColumn> columns, Set<AggregateFuncField> aggregateFuncFields, T loadOptions) LoadDao.loadAggregations
(Set<EntityColumn> columns, Set<AggregateFuncField> aggregateFuncFields, LoadOptions loadOptions) -
Uses of TableRow in service
Modifier and TypeMethodDescriptionAggregatingColumnsGridV2Service.getRawData
(LoadOptions loadOptions) GridServiceImpl.getRawData
(LoadOptions loadOptions) Modifier and TypeMethodDescriptionprotected FileModel[]
FilePreviewServiceImpl.mapRawRows
(List<TableRow> rawRows) -
Uses of TableRow in service.complex.editableonetomany
Methods in service.complex.editableonetomany with parameters of type TableRowModifier and TypeMethodDescriptionprotected EditableOneToManyFieldRow
EditableOneToManyFieldServiceImpl.convertRow
(TableRow rawRow, Set<EntityColumn> allColumns, Set<EntityColumn> gridColumns, Map<EntityColumn, List<String>> formColumns) Method parameters in service.complex.editableonetomany with type arguments of type TableRowModifier and TypeMethodDescriptionprotected EditableOneToManyFieldRows
EditableOneToManyFieldServiceImpl.convertRows
(List<TableRow> rawRows, Set<EntityColumn> allColumns, Set<EntityColumn> gridColumns, Map<EntityColumn, List<String>> formColumns) -
Uses of TableRow in service.field
Methods in service.field with parameters of type TableRowModifier and TypeMethodDescriptionprotected ComboBoxModel
ComboBoxServiceImpl.convertToComboBoxModel
(TableRow row) protected abstract T
AbstractSearchService.convertToSearchModel
(TableRow row) protected AutocompleteModel
AutocompleteServiceImpl.convertToSearchModel
(TableRow row) protected String
TextFieldServiceImpl.convertToSearchModel
(TableRow row) protected String
AbstractSearchService.createLabelByColumnAndRow
(TableRow row, SearchDisplayColumn[] columns) protected String
ComboBoxServiceImpl.createLabelByColumnAndRow
(TableRow row, ComboBoxDisplayColumn[] columns) protected String
AbstractSearchService.formatValue
(SearchDisplayColumn column, TableRow row) protected String
AbstractAutocompleteService.getDisplayLabelValue
(TableRow row) protected String
AbstractAutocompleteService.getDropDownLabelValue
(TableRow row) protected String
AbstractSearchService.getLabelValue
(TableRow row) Method parameters in service.field with type arguments of type TableRowModifier and TypeMethodDescriptionprotected void
LinkFieldServiceImpl.loadRowFromLinkedTable
(Set<EntityColumn> columns, EntityColumn idEntityColumn, Object id, Collection<TableRow> rawData) -
Uses of TableRow in service.gantt
Methods in service.gantt with parameters of type TableRowModifier and TypeMethodDescriptionGanttLoadingService.collectData
(TableRow row) protected GanttTaskModel
GanttChartServiceImpl.convertToGanttTaskModel
(TableRow row) -
Uses of TableRow in service.grid
Methods in service.grid that return TableRowModifier and TypeMethodDescriptionprotected abstract TableRow
StaticGridService.loadAggregations
(Set<AggregateFuncField> aggregateFuncFields, LoadOptions options) Methods in service.grid that return types with arguments of type TableRowModifier and TypeMethodDescriptionStaticGridService.loadRows
(Set<EntityColumn> columns, LoadOptions options) Methods in service.grid with parameters of type TableRowModifier and TypeMethodDescriptionprotected GridColumnAggregationValues
BaseStaticGridLoadingService.convertTableRowToAggregationValues
(TableRow rawData) Method parameters in service.grid with type arguments of type TableRowModifier and TypeMethodDescriptionAbstractGridLoadingService.convertRawLoadedData
(List<TableRow> rawData, EntityColumn idColumn) AbstractGridLoadingService.convertRawLoadedDataWithFictitiousIdColumn
(List<TableRow> rawData) -
Uses of TableRow in utils
Modifier and TypeMethodDescriptionstatic TableRow
GridUtils.recordToTableFieldData
(org.jooq.Record record, Set<EntityColumn> entityColumns, org.jooq.SQLDialect sqlDialect) Modifier and TypeMethodDescriptionGridUtils.recordListToTableFieldDataList
(List<org.jooq.Record> records, Set<EntityColumn> entityColumns, org.jooq.SQLDialect sqlDialect)