Uses of Record Class
lib.aide.tabular.TabularRowsResponse
Packages that use TabularRowsResponse
-
Uses of TabularRowsResponse in lib.aide.tabular
Methods in lib.aide.tabular that return TabularRowsResponse -
Uses of TabularRowsResponse in org.diabetestechnology.drh.service.http.hub.prime.ux
Methods in org.diabetestechnology.drh.service.http.hub.prime.ux that return TabularRowsResponseModifier 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) 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.getStudyDetails
(String schemaName, TabularRowsRequest payload, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp) TabularRowsController.tabularRows
(String schemaName, String masterTableNameOrViewName, TabularRowsRequest payload, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp)