Interface CustomActionRepository
- All Known Subinterfaces:
UserActionRepository
- All Known Implementing Classes:
CustomActionRepositoryImpl
public interface CustomActionRepository
-
Method Summary
Modifier and TypeMethodDescriptionlong
countActions
(String table, String actionType, String itemId) findActions
(String table, String actionType, String itemId, org.springframework.data.domain.PageRequest pageRequest)
-
Method Details
-
findActions
List<UserAction> findActions(String table, String actionType, String itemId, org.springframework.data.domain.PageRequest pageRequest) -
countActions
-