Package se.conciliate.extensions.store
Interface MTPublication
public interface MTPublication
Interface for publication.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
processNotifications
(List<Long> modelIds) void
remove()
Removes a publication.void
save()
Saves changes to a publication.void
setBaseUrl
(String baseUrl) void
setPublishDate
(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
-