Interface PublishScheduler


public interface PublishScheduler
  • 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