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