Uses of Record Class
lib.aide.tabular.TabularRowsRequest
Packages that use TabularRowsRequest
Package
Description
-
Uses of TabularRowsRequest in lib.aide.tabular
Methods in lib.aide.tabular that return TabularRowsRequestMethods in lib.aide.tabular with parameters of type TabularRowsRequestModifier and TypeMethodDescriptionJooqRowsSupplier.Builder.withRequest
(TabularRowsRequest request) -
Uses of TabularRowsRequest in org.diabetestechnology.drh.service.http.hub.prime.experimental
Methods in org.diabetestechnology.drh.service.http.hub.prime.experimental with parameters of type TabularRowsRequestModifier and TypeMethodDescriptionExprimentalJooqController.getEachStudyParticipantDashboard
(String studyId, TabularRowsRequest payload, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) -
Uses of TabularRowsRequest in org.diabetestechnology.drh.service.http.hub.prime.ux
Methods in org.diabetestechnology.drh.service.http.hub.prime.ux with parameters of type TabularRowsRequestModifier and TypeMethodDescriptionTabularRowsControllerCustom.customAllStudyDashboardTabularRows
(TabularRowsRequest payload, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsController.customAllStudyPopulationTabularRows
(TabularRowsRequest payload, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsController.customDashboardTabularRows
(TabularRowsRequest payload, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsControllerCustom.customPopulationTabularRows
(TabularRowsRequest payload, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsControllerCustom.customStudyTabularRows
(TabularRowsRequest payload, String schemaName, String masterTableNameOrViewName, String notEqColumnName, String notEqColumnValue, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsControllerCustom.distinctFileInteractionRows
(TabularRowsRequest payload, String schemaName, String columns, String viewName, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsControllerCustom.distinctTabularAuditRows
(TabularRowsRequest payload, String schemaName, String columns, String masterTableNameOrViewName, String notEqColumnName, String notEqColumnValue, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsControllerCustom.distinctTabularFileIntractionRowstRows
(TabularRowsRequest payload, String schemaName, String columns, String masterTableNameOrViewName, String notEqColumnName, String notEqColumnValue, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsController.extractSortModelJson
(TabularRowsRequest request) TabularRowsControllerCustom.fetchParticipantData
(String studyId, TabularRowsRequest payload, String schemaName, String viewName, String columns, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsController.fetchTableData
(String schemaName, String viewName, TabularRowsRequest payload, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) StudyVanityMatricsController.getStudyCGMFileNames
(String studyId, TabularRowsRequest payload, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) StudyVanityMatricsController.getStudyCGMFiles
(String studyId, String fileName, TabularRowsRequest payload, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) StudyVanityMatricsController.getStudyDetails
(String schemaName, TabularRowsRequest payload, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsController.tabularRows
(String schemaName, String masterTableNameOrViewName, TabularRowsRequest payload, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) -
Uses of TabularRowsRequest in org.diabetestechnology.drh.service.http.pg.ux
Methods in org.diabetestechnology.drh.service.http.pg.ux with parameters of type TabularRowsRequestModifier and TypeMethodDescriptionTabularRowsDatabaseFileInteractionControllerCustom.parentDatabaseFileInteraction
(TabularRowsRequest payload, String schemaName, String masterTableNameOrViewName, String columns, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsStudyCGMInteractionControllerCustom.parentFailedParticipantCgmFileInteraction
(TabularRowsRequest payload, String schemaName, String masterTableNameOrViewName, String columns, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsParticipantFileInteractionControllerCustom.parentFailedParticipantFileInteraction
(TabularRowsRequest payload, String schemaName, String masterTableNameOrViewName, String columns, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsStudyInteractionControllerCustom.parentFailedStudyInteraction
(TabularRowsRequest payload, String schemaName, String masterTableNameOrViewName, String columns, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsStudyParticipantInteractionControllerCustom.parentFailedStudyParticipantInteraction
(TabularRowsRequest payload, String schemaName, String masterTableNameOrViewName, String columns, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsStudyCGMInteractionControllerCustom.parentSuccessCgmFileInteraction
(TabularRowsRequest payload, String schemaName, String masterTableNameOrViewName, String columns, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsParticipantFileInteractionControllerCustom.parentSuccessParticipantFileInteraction
(TabularRowsRequest payload, String schemaName, String masterTableNameOrViewName, String columns, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsStudyInteractionControllerCustom.parentSuccessStudyInteraction
(TabularRowsRequest payload, String schemaName, String masterTableNameOrViewName, String columns, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsStudyParticipantInteractionControllerCustom.parentSuccessStudyParticipantInteraction
(TabularRowsRequest payload, String schemaName, String masterTableNameOrViewName, String columns, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp)