public interface PublishScheduler
| Modifier and Type | Method and Description |
|---|---|
ScheduledPublishInfo |
getScheduledPublishInfo(CTCollection ctCollection) |
void |
schedulePublish(long ctCollectionId,
long userId,
java.util.Date date) |
void |
unschedulePublish(long ctCollectionId) |
ScheduledPublishInfo getScheduledPublishInfo(CTCollection ctCollection) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid schedulePublish(long ctCollectionId,
long userId,
java.util.Date date)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid unschedulePublish(long ctCollectionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException