Package se.conciliate.extensions.store
Interface MTNotificationModel
public interface MTNotificationModel
Interface for notification model.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()intvoidremove()Removes a notification model.voidsave()Saves changes to a notification model.voidsetPublishDate(Date date) voidsetWorkflowState(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
-