Class DelayedNotificationSyntheseData
- java.lang.Object
-
- org.silverpeas.core.notification.user.delayed.synthese.DelayedNotificationSyntheseData
-
public class DelayedNotificationSyntheseData extends Object
- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Constructor Description DelayedNotificationSyntheseData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addNbNotifications(int nb)
void
addResource(SyntheseResource resource)
Collection<Long>
getDelayedNotificationIdProceeded()
DelayedNotificationFrequency
getFrequency()
String
getLanguage()
String
getMessage()
int
getNbNotifications()
int
getNbResources()
Collection<SyntheseResource>
getResources()
String
getSubject()
Integer
getUserId()
boolean
isHtmlMessage()
void
setFrequency(DelayedNotificationFrequency frequency)
void
setLanguage(String language)
void
setMessage(String message)
void
setSubject(String subject)
void
setUserId(Integer userId)
-
-
-
Method Detail
-
getDelayedNotificationIdProceeded
public Collection<Long> getDelayedNotificationIdProceeded()
-
getUserId
public Integer getUserId()
-
setUserId
public void setUserId(Integer userId)
-
getFrequency
public DelayedNotificationFrequency getFrequency()
-
setFrequency
public void setFrequency(DelayedNotificationFrequency frequency)
-
getLanguage
public String getLanguage()
-
setLanguage
public void setLanguage(String language)
-
getNbResources
public int getNbResources()
-
getNbNotifications
public int getNbNotifications()
-
addNbNotifications
public void addNbNotifications(int nb)
-
getResources
public Collection<SyntheseResource> getResources()
-
addResource
public void addResource(SyntheseResource resource)
-
getSubject
public String getSubject()
-
setSubject
public void setSubject(String subject)
-
getMessage
public String getMessage()
-
isHtmlMessage
public boolean isHtmlMessage()
-
setMessage
public void setMessage(String message)
-
-