Class UserActionService
java.lang.Object
tech.ailef.dbadmin.internal.service.UserActionService
Service class to retrieve user actions through the
CustomActionRepositoryImpl
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindActions
(LogsSearchRequest request) Retruns a page of results of user actions that match the given input request.save
(UserAction a)
-
Constructor Details
-
UserActionService
public UserActionService()
-
-
Method Details
-
save
-
findActions
Retruns a page of results of user actions that match the given input request.- Parameters:
request
- a request containing filtering parameters for user actions- Returns:
- a page of results matching the input request
-