@Service(value="jpaServices") public class JpaServices extends java.lang.Object implements IJpaServices
| Constructor and Description |
|---|
JpaServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyState(org.jasig.portlet.notice.NotificationEntry entry,
java.lang.String username,
org.jasig.portlet.notice.NotificationState state) |
boolean |
contains(org.jasig.portlet.notice.NotificationEntry entry)
Is the
NotificationEntry object owned by the JPA service? |
java.util.List<org.jasig.portlet.notice.rest.EventDTO> |
getHistory(org.jasig.portlet.notice.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(org.jasig.portlet.notice.NotificationEntry entry)
NotificationEntry object owned by the JPA service?public java.util.List<org.jasig.portlet.notice.rest.EventDTO> getHistory(org.jasig.portlet.notice.NotificationEntry entry,
java.lang.String username)
getHistory in interface IJpaServicespublic void applyState(org.jasig.portlet.notice.NotificationEntry entry,
java.lang.String username,
org.jasig.portlet.notice.NotificationState state)
applyState in interface IJpaServices