Uses of Class
org.opencms.notification.CmsExtendedNotificationCause
Packages that use CmsExtendedNotificationCause
Package
Description
Contains classes for the automatical notification of outdated, expiring or released content.
-
Uses of CmsExtendedNotificationCause in org.opencms.notification
Methods in org.opencms.notification that return types with arguments of type CmsExtendedNotificationCauseModifier and TypeMethodDescriptionprotected List<CmsExtendedNotificationCause>
CmsContentNotification.getNotificationCauses()
Returns a list of CmsNotificationResourceInfos of the resources that will occur in the notification.Methods in org.opencms.notification with parameters of type CmsExtendedNotificationCauseModifier and TypeMethodDescriptionint
CmsExtendedNotificationCause.compareTo
(CmsExtendedNotificationCause o) Method parameters in org.opencms.notification with type arguments of type CmsExtendedNotificationCauseModifier and TypeMethodDescriptionprotected void
CmsContentNotification.setNotificationCauses
(List<CmsExtendedNotificationCause> resources) Sets the resources.