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

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

Uses of CalendarCategory in org.exoplatform.calendar.service
 

Methods in org.exoplatform.calendar.service that return CalendarCategory
 CalendarCategory CalendarServiceLegacy.getCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, java.lang.String calendarCategoryId)
          Deprecated. use CalendarService.getCalendarCategory(String, String)
 CalendarCategory CalendarService.getCalendarCategory(java.lang.String username, java.lang.String calendarCategoryId)
          The method gets the calendar category by given id
 CalendarCategory CalendarServiceLegacy.removeCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, java.lang.String calendarCategoryId)
          Deprecated. use CalendarService.removeCalendarCategory(String, String)
 CalendarCategory CalendarService.removeCalendarCategory(java.lang.String username, java.lang.String calendarCategoryId)
          The method used for removing one category by id
 

Methods in org.exoplatform.calendar.service that return types with arguments of type CalendarCategory
 java.util.List<CalendarCategory> CalendarServiceLegacy.getCategories(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username)
          Deprecated. use CalendarService.getCategories(String)
 java.util.List<CalendarCategory> CalendarService.getCategories(java.lang.String username)
          The method gets all calendar category of current user from data base
 

Methods in org.exoplatform.calendar.service with parameters of type CalendarCategory
 void CalendarServiceLegacy.saveCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, CalendarCategory calendarCategory, boolean isNew)
          Deprecated. use CalendarService.saveCalendarCategory(String, CalendarCategory, boolean)
 void CalendarService.saveCalendarCategory(java.lang.String username, CalendarCategory calendarCategory, boolean isNew)
          Save details of category for a user
 

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

Methods in org.exoplatform.calendar.service.impl that return CalendarCategory
 CalendarCategory DataStorage.getCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String username, java.lang.String calendarCategoryId)
           
 CalendarCategory CalendarServiceImpl.getCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, java.lang.String calendarCategoryId)
          
 CalendarCategory CalendarServiceImpl.getCalendarCategory(java.lang.String username, java.lang.String calendarCategoryId)
          The method gets the calendar category by given id
 CalendarCategory JCRDataStorage.getCalendarCategory(java.lang.String username, java.lang.String calendarCategoryId)
           
 CalendarCategory DataStorage.removeCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String username, java.lang.String calendarCategoryId)
           
 CalendarCategory CalendarServiceImpl.removeCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, java.lang.String calendarCategoryId)
          
 CalendarCategory CalendarServiceImpl.removeCalendarCategory(java.lang.String username, java.lang.String calendarCategoryId)
          The method used for removing one category by id
 CalendarCategory JCRDataStorage.removeCalendarCategory(java.lang.String username, java.lang.String calendarCategoryId)
           
 

Methods in org.exoplatform.calendar.service.impl that return types with arguments of type CalendarCategory
 java.util.List<CalendarCategory> DataStorage.getCategories(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String username)
           
 java.util.List<CalendarCategory> CalendarServiceImpl.getCategories(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username)
          
 java.util.List<CalendarCategory> CalendarServiceImpl.getCategories(java.lang.String username)
          The method gets all calendar category of current user from data base
 java.util.List<CalendarCategory> JCRDataStorage.getCategories(java.lang.String username)
           
 

Methods in org.exoplatform.calendar.service.impl with parameters of type CalendarCategory
 void DataStorage.saveCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String username, CalendarCategory calendarCategory, boolean isNew)
           
 void CalendarServiceImpl.saveCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, CalendarCategory calendarCategory, boolean isNew)
          
 void CalendarServiceImpl.saveCalendarCategory(java.lang.String username, CalendarCategory calendarCategory, boolean isNew)
          Save details of category for a user
 void JCRDataStorage.saveCalendarCategory(java.lang.String username, CalendarCategory calendarCategory, boolean isNew)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.