Interface SystemMessageReadHistoryService
- All Superinterfaces:
BaseFinder<SystemMessageReadHistory,
,Long> EditableService<SystemMessageReadHistory,
Long>
public interface SystemMessageReadHistoryService
extends EditableService<SystemMessageReadHistory,Long>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
markAsRead
(SystemMessage systemMessage, String userName) Oznacza daną wiadomość jako przeczytanąMethods inherited from interface com.suncode.pwfl.support.BaseFinder
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getCountedResult, getCountedResult, scrollByCriteria, scrollByCriteria
Methods inherited from interface com.suncode.pwfl.support.EditableService
delete, save, update
-
Method Details
-
markAsRead
Oznacza daną wiadomość jako przeczytaną- Parameters:
systemMessage
- wiadomośćuserName
- login użytkownika
-