Interface PublishScheduler
public interface PublishScheduler
-
Method Summary
Modifier and TypeMethodDescriptiongetScheduledPublishInfo
(CTCollection ctCollection) void
schedulePublish
(long ctCollectionId, long userId, Date date) void
unschedulePublish
(long ctCollectionId)
-
Method Details
-
getScheduledPublishInfo
ScheduledPublishInfo getScheduledPublishInfo(CTCollection ctCollection) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
schedulePublish
void schedulePublish(long ctCollectionId, long userId, Date date) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
unschedulePublish
void unschedulePublish(long ctCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-