Uses of Class
org.exoplatform.calendar.service.CalendarSetting

Packages that use CalendarSetting
org.exoplatform.calendar.service   
org.exoplatform.calendar.service.impl   
 

Uses of CalendarSetting in org.exoplatform.calendar.service
 

Methods in org.exoplatform.calendar.service that return CalendarSetting
 CalendarSetting CalendarService.getCalendarSetting(String username)
          Gets calendar settings of an user
 CalendarSetting DataStorage.getCalendarSetting(String username)
          Get calendar settings of a user
 

Methods in org.exoplatform.calendar.service with parameters of type CalendarSetting
 void DataStorage.addCalendarSetting(javax.jcr.Node calendarHome, CalendarSetting setting)
           
 void CalendarService.initNewUser(String userName, CalendarSetting defaultCalendarSetting)
          Initializes calendar data for a new created user
 void CalendarService.saveCalendarSetting(String username, CalendarSetting setting)
          Saves User Calendar setting
 void DataStorage.saveCalendarSetting(String username, CalendarSetting setting)
          Save calendar setting of a user to JCR
 

Uses of CalendarSetting in org.exoplatform.calendar.service.impl
 

Methods in org.exoplatform.calendar.service.impl that return CalendarSetting
 CalendarSetting JCRDataStorage.getCalendarSetting(String username)
          Get calendar settings of a user
 CalendarSetting CalendarServiceImpl.getCalendarSetting(String username)
          Gets calendar settings of an user
 

Methods in org.exoplatform.calendar.service.impl with parameters of type CalendarSetting
 void JCRDataStorage.addCalendarSetting(javax.jcr.Node calendarHome, CalendarSetting setting)
          
 void CalendarServiceImpl.initNewUser(String userName, CalendarSetting defaultCalendarSetting_)
           
 void JCRDataStorage.saveCalendarSetting(String username, CalendarSetting setting)
          Save calendar setting of a user to JCR
 void CalendarServiceImpl.saveCalendarSetting(String username, CalendarSetting setting)
          Saves User Calendar setting
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.