Class DelayedNotificationBean
- java.lang.Object
 - 
- org.silverpeas.web.personalization.bean.DelayedNotificationBean
 
 
- 
public class DelayedNotificationBean extends Object
- Author:
 - Yohann Chastagnier
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DelayedNotificationBean(Integer userId)DelayedNotificationBean(String userId) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrentUserFrequencyCode()DelayedNotificationFrequencygetDefaultFrequency()Set<DelayedNotificationFrequency>getFrequencies()voidsaveFrequency(String frequencyCode) 
 - 
 
- 
- 
Method Detail
- 
getDefaultFrequency
public DelayedNotificationFrequency getDefaultFrequency()
 
- 
getFrequencies
public Set<DelayedNotificationFrequency> getFrequencies()
 
- 
getCurrentUserFrequencyCode
public String getCurrentUserFrequencyCode()
 
 - 
 
 -