Uses of Record Class
lib.aide.tabular.TabularRowsRequest.FilterModel
Packages that use TabularRowsRequest.FilterModel
Package
Description
-
Uses of TabularRowsRequest.FilterModel in lib.aide.tabular
Methods in lib.aide.tabular that return types with arguments of type TabularRowsRequest.FilterModelModifier and TypeMethodDescriptionTabularRowsRequest.filterModel()
Returns the value of thefilterModel
record component.Constructor parameters in lib.aide.tabular with type arguments of type TabularRowsRequest.FilterModelModifierConstructorDescriptionTabularRowsRequest
(int startRow, int endRow, Map<String, TabularRowsRequest.FilterModel> filterModel, List<TabularRowsRequest.ColumnVO> valueCols, List<TabularRowsRequest.ColumnVO> rowGroupCols, boolean pivotMode, List<TabularRowsRequest.ColumnVO> pivotCols, List<String> groupKeys, List<TabularRowsRequest.SortModel> sortModel, Map<String, Object> requestContext, List<TabularRowsRequest.RangeSelection> rangeSelection, List<TabularRowsRequest.AggregationFunction> aggregationFunctions) Creates an instance of aTabularRowsRequest
record class. -
Uses of TabularRowsRequest.FilterModel in org.diabetestechnology.drh.service.http.hub.prime.service
Method parameters in org.diabetestechnology.drh.service.http.hub.prime.service with type arguments of type TabularRowsRequest.FilterModelModifier and TypeMethodDescriptionList
<org.jooq.Condition> DataAccessService.createCondition
(Map<String, TabularRowsRequest.FilterModel> filterModel) -
Uses of TabularRowsRequest.FilterModel in org.diabetestechnology.drh.service.http.hub.prime.ux
Method parameters in org.diabetestechnology.drh.service.http.hub.prime.ux with type arguments of type TabularRowsRequest.FilterModelModifier and TypeMethodDescriptionTabularRowsController.extractFilters
(Map<String, TabularRowsRequest.FilterModel> filterModel) -
Uses of TabularRowsRequest.FilterModel in org.diabetestechnology.drh.service.http.pg.cache
Method parameters in org.diabetestechnology.drh.service.http.pg.cache with type arguments of type TabularRowsRequest.FilterModelModifier and TypeMethodDescriptionCacheService.getFilterTypesAsString
(Map<String, TabularRowsRequest.FilterModel> filterModel)