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

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

Uses of EventCategory in org.exoplatform.calendar.service
 

Methods in org.exoplatform.calendar.service that return EventCategory
 EventCategory CalendarServiceLegacy.getEventCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, java.lang.String eventCategoryId)
          Deprecated. use CalendarService.getEventCategory(String, String)
 EventCategory CalendarService.getEventCategory(java.lang.String username, java.lang.String eventCategoryId)
          The method gets category of event by given id
 

Methods in org.exoplatform.calendar.service that return types with arguments of type EventCategory
 java.util.List<EventCategory> CalendarServiceLegacy.getEventCategories(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username)
          Deprecated. use CalendarService.getEventCategories(String)
 java.util.List<EventCategory> CalendarService.getEventCategories(java.lang.String username)
          The method gets all categories of event
 

Methods in org.exoplatform.calendar.service with parameters of type EventCategory
 void CalendarServiceLegacy.saveEventCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, EventCategory eventCategory, java.lang.String[] values, boolean isNew)
          Deprecated. use CalendarService.saveEventCategory(String, EventCategory, String[], boolean)
 void CalendarService.saveEventCategory(java.lang.String username, EventCategory eventCategory, java.lang.String[] values, boolean isNew)
          Save event category to data base, every user will have their own category to classify events, and it will use unique name in data base
 

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

Methods in org.exoplatform.calendar.service.impl that return EventCategory
 EventCategory CalendarServiceImpl.getEventCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, java.lang.String eventCategoryId)
          
 EventCategory CalendarServiceImpl.getEventCategory(java.lang.String username, java.lang.String eventCategoryId)
          The method gets category of event by given id
 EventCategory JCRDataStorage.getEventCategory(java.lang.String username, java.lang.String eventCategoryName)
           
 

Methods in org.exoplatform.calendar.service.impl that return types with arguments of type EventCategory
 java.util.List<EventCategory> DataStorage.getEventCategories(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String username)
           
 java.util.List<EventCategory> CalendarServiceImpl.getEventCategories(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username)
          
 java.util.List<EventCategory> CalendarServiceImpl.getEventCategories(java.lang.String username)
          The method gets all categories of event
 java.util.List<EventCategory> JCRDataStorage.getEventCategories(java.lang.String username)
           
 

Methods in org.exoplatform.calendar.service.impl with parameters of type EventCategory
 void DataStorage.saveEventCategory(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String username, EventCategory eventCategory, EventCategory newEventCategory, boolean isNew)
           
 void CalendarServiceImpl.saveEventCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, EventCategory eventCategory, java.lang.String[] values, boolean isNew)
          
 void CalendarServiceImpl.saveEventCategory(java.lang.String username, EventCategory eventCategory, java.lang.String[] values, boolean isNew)
          Save event category to data base, every user will have their own category to classify events, and it will use unique name in data base
 void JCRDataStorage.saveEventCategory(java.lang.String username, EventCategory eventCategory, java.lang.String[] values, boolean isNew)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.