Uses of Class
tech.ailef.dbadmin.external.dto.LogsSearchRequest
Packages that use LogsSearchRequest
Package
Description
Controllers registered for the web UI
Repositories for the internal data source.
Service classes for the internal data source.
-
Uses of LogsSearchRequest in tech.ailef.dbadmin.external.controller
Methods in tech.ailef.dbadmin.external.controller with parameters of type LogsSearchRequestModifier and TypeMethodDescriptionDefaultDbAdminController.logs
(org.springframework.ui.Model model, LogsSearchRequest searchRequest) -
Uses of LogsSearchRequest in tech.ailef.dbadmin.internal.repository
Methods in tech.ailef.dbadmin.internal.repository with parameters of type LogsSearchRequestModifier and TypeMethodDescriptionCustomActionRepository.findActions
(LogsSearchRequest r) CustomActionRepositoryImpl.findActions
(LogsSearchRequest request) Finds the UserAction that match the input search request. -
Uses of LogsSearchRequest in tech.ailef.dbadmin.internal.service
Methods in tech.ailef.dbadmin.internal.service with parameters of type LogsSearchRequestModifier and TypeMethodDescriptionUserActionService.findActions
(LogsSearchRequest request) Retruns a page of results of user actions that match the given input request.