@Service(value="jpaServices") public class JpaServices extends Object implements IJpaServices
| Constructor and Description |
|---|
JpaServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyState(NotificationEntry entry,
String username,
NotificationState state) |
List<EventDTO> |
getHistory(NotificationEntry entry,
String username)
Provides the known history of status changes for the specified user and
notification in chronological order.
|
public List<EventDTO> getHistory(NotificationEntry entry, String username)
getHistory in interface IJpaServicespublic void applyState(NotificationEntry entry, String username, NotificationState state)
applyState in interface IJpaServicesCopyright © 2016 Jasig. All Rights Reserved.