Package se.conciliate.extensions.store
Interface MTPublication
public interface MTPublication
Interface for publication.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()voidprocessNotifications(List<Long> modelIds) voidremove()Removes a publication.voidsave()Saves changes to a publication.voidsetBaseUrl(String baseUrl) voidsetPublishDate(Date date)
-
Method Details
-
getId
Long getId() -
getProfileId
String getProfileId() -
getSnapshotId
Long getSnapshotId() -
getPublishDate
Date getPublishDate() -
setPublishDate
-
processNotifications
-
getBaseUrl
String getBaseUrl() -
setBaseUrl
-
findNotificationModels
Collection<MTNotificationModel> findNotificationModels() -
remove
Removes a publication.- Throws:
MTAccessException
-
save
Saves changes to a publication.- Throws:
MTAccessException
-