Package se.conciliate.extensions.store
Interface MTNotificationModel
public interface MTNotificationModel
Interface for notification model.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
int
void
remove()
Removes a notification model.void
save()
Saves changes to a notification model.void
setPublishDate
(Date date) void
setWorkflowState
(String workflowState)
-
Method Details
-
getId
Long getId() -
getModelUuid
String getModelUuid() -
getPublicationId
Long getPublicationId() -
getRevision
int getRevision() -
getWorkflowState
String getWorkflowState() -
setWorkflowState
-
getPublishDate
Date getPublishDate() -
setPublishDate
-
findNotificationReceipts
Collection<MTNotificationReceipt> findNotificationReceipts() -
remove
Removes a notification model.- Throws:
MTAccessException
-
save
Saves changes to a notification model.- Throws:
MTAccessException
-