|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
CalendarServiceLegacy.getCalendarSetting(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username)
Deprecated. use CalendarService.getCalendarSetting(String) |
CalendarSetting |
CalendarService.getCalendarSetting(java.lang.String username)
This method gets informations of current user's setting |
| Methods in org.exoplatform.calendar.service with parameters of type CalendarSetting | |
|---|---|
void |
CalendarServiceLegacy.saveCalendarSetting(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username,
CalendarSetting setting)
Deprecated. use CalendarService.saveCalendarSetting(String, CalendarSetting) |
void |
CalendarService.saveCalendarSetting(java.lang.String username,
CalendarSetting setting)
This method stores individual setting of each user, with setting you can configuration many things like Default view date, time formating, time interval |
| Uses of CalendarSetting in org.exoplatform.calendar.service.impl |
|---|
| Methods in org.exoplatform.calendar.service.impl that return CalendarSetting | |
|---|---|
CalendarSetting |
DataStorage.getCalendarSetting(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String username)
|
CalendarSetting |
CalendarServiceImpl.getCalendarSetting(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username)
|
CalendarSetting |
CalendarServiceImpl.getCalendarSetting(java.lang.String username)
This method gets informations of current user's setting |
CalendarSetting |
JCRDataStorage.getCalendarSetting(java.lang.String username)
|
| Methods in org.exoplatform.calendar.service.impl with parameters of type CalendarSetting | |
|---|---|
void |
DataStorage.saveCalendarSetting(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String username,
CalendarSetting setting)
|
void |
CalendarServiceImpl.saveCalendarSetting(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username,
CalendarSetting setting)
|
void |
CalendarServiceImpl.saveCalendarSetting(java.lang.String username,
CalendarSetting setting)
This method stores individual setting of each user, with setting you can configuration many things like Default view date, time formating, time interval |
void |
JCRDataStorage.saveCalendarSetting(java.lang.String username,
CalendarSetting setting)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||