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)
          This method gets infomations of current user's setting
 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)
           
 void CalendarService.saveCalendarSetting(String username, CalendarSetting setting)
          This menthod stores individual setting of each user, with setting you can configue many things like Default view date, time formating, time inteval
 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)
          This method gets infomations of current user's setting
 

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)
          This menthod stores individual setting of each user, with setting you can configue many things like Default view date, time formating, time inteval
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.