|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.opencms.notification.CmsNotificationCandidates
public class CmsNotificationCandidates
The basic class for the content notification feature in OpenCms. Collects all resources that require a notification, creates and sends notifications to their responsible users.
| Constructor Summary | |
|---|---|
CmsNotificationCandidates(CmsObject cms)
Collects all resources that will expire in short time, or will become valid, or are not modified since a long time. |
|
| Method Summary | |
|---|---|
protected java.util.Collection |
getContentNotifications()
Returns a collection of CmsContentNotifications, one for each responsible that receives a notification. |
java.lang.String |
notifyResponsibles()
Sends all notifications to the responsible users. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsNotificationCandidates(CmsObject cms)
throws CmsException
cms - the CmsObject
CmsException - if something goes wrong| Method Detail |
|---|
public java.lang.String notifyResponsibles()
throws CmsException
CmsException - if something goes wrong
protected java.util.Collection getContentNotifications()
throws CmsException
CmsException - if something goes wrong
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||