Class TabularRowsUserSession
java.lang.Object
org.diabetestechnology.drh.service.http.pg.ux.TabularRowsUserSession
-
Constructor Summary
ConstructorsConstructorDescriptionTabularRowsUserSession
(UdiSecondaryDbConfig udiPrimeDbConfig, UserNameService userNameService, CustomTabularFilter customTabularFilter) -
Method Summary
Modifier and TypeMethodDescriptiondistinctTabularAuditRows
(TabularRowsRequest payload, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp)
-
Constructor Details
-
TabularRowsUserSession
public TabularRowsUserSession(UdiSecondaryDbConfig udiPrimeDbConfig, UserNameService userNameService, CustomTabularFilter customTabularFilter)
-
-
Method Details
-
distinctTabularAuditRows
@PostMapping(value="/api/ux/tabular/jooq/distinct/userSession/drh_stateless_activity_audit/vw_activity_log.json", consumes="application/json", produces="application/json") @ResponseBody public TabularRowsResponse<?> distinctTabularAuditRows(@RequestBody @Nonnull TabularRowsRequest payload, @RequestHeader(value="X-Include-Generated-SQL-In-Response",required=false) boolean includeGeneratedSqlInResp, @RequestHeader(value="X-Include-Generated-SQL-In-Error-Response",required=false,defaultValue="true") boolean includeGeneratedSqlInErrorResp)
-