Interface UserPlayTimeProvider
- All Known Implementing Classes:
UserPlayTimeProviderImpl
public interface UserPlayTimeProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(int userId) intdelete(int userId) findByUserId(int userId) voidincrementPlayTime(UserPlayTime playTime) voidupdate(UserPlayTime playTime) booleanupdateOnlyCache(UserPlayTime playTime)
-
Method Details
-
closeCache
void closeCache() -
refreshCache
void refreshCache() -
findByUserId
-
getAllPlayTimes
List<UserPlayTime> getAllPlayTimes() -
create
-
delete
int delete(int userId) -
update
-
updateOnlyCache
-
incrementPlayTime
-