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 DataStorage.getCalendarCategory(javax.jcr.Node calCategoryNode)
          Get calendar category from a JCR node
 CalendarCategory CalendarService.getCalendarCategory(String username, String calendarCategoryId)
          The method gets the calendar category by given id
 CalendarCategory DataStorage.getCalendarCategory(String username, String calendarCategoryId)
          Get a calendar category of a user
 CalendarCategory CalendarService.removeCalendarCategory(String username, String calendarCategoryId)
          The method used for removing one category by id
 CalendarCategory DataStorage.removeCalendarCategory(String username, String calendarCategoryId)
          Remove a calendar category
 

Methods in org.exoplatform.calendar.service that return types with arguments of type CalendarCategory
 List<CalendarCategory> CalendarService.getCategories(String username)
          The method gets all calendar category of current user from data base
 List<CalendarCategory> DataStorage.getCategories(String username)
          Get all calendar categories of a user
 

Methods in org.exoplatform.calendar.service with parameters of type CalendarCategory
 void CalendarService.saveCalendarCategory(String username, CalendarCategory calendarCategory, boolean isNew)
          Save details of category for a user
 void DataStorage.saveCalendarCategory(String username, CalendarCategory calendarCategory, boolean isNew)
          Save calendar category
 

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

Methods in org.exoplatform.calendar.service.impl that return CalendarCategory
 CalendarCategory JCRDataStorage.getCalendarCategory(javax.jcr.Node calCategoryNode)
          Get calendar category from a JCR node
 CalendarCategory JCRDataStorage.getCalendarCategory(String username, String calendarCategoryId)
          Get a calendar category of a user
 CalendarCategory CalendarServiceImpl.getCalendarCategory(String username, String calendarCategoryId)
          The method gets the calendar category by given id
 CalendarCategory JCRDataStorage.removeCalendarCategory(String username, String calendarCategoryId)
          Remove a calendar category
 CalendarCategory CalendarServiceImpl.removeCalendarCategory(String username, String calendarCategoryId)
          The method used for removing one category by id
 

Methods in org.exoplatform.calendar.service.impl that return types with arguments of type CalendarCategory
 List<CalendarCategory> JCRDataStorage.getCategories(String username)
          Get all calendar categories of a user
 List<CalendarCategory> CalendarServiceImpl.getCategories(String username)
          The method gets all calendar category of current user from data base
 

Methods in org.exoplatform.calendar.service.impl with parameters of type CalendarCategory
 void JCRDataStorage.saveCalendarCategory(String username, CalendarCategory calendarCategory, boolean isNew)
          Save calendar category
 void CalendarServiceImpl.saveCalendarCategory(String username, CalendarCategory calendarCategory, boolean isNew)
          Save details of category for a user
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.