Uses of Class
org.exoplatform.agenda.entity.CalendarEntity
Packages that use CalendarEntity
Package
Description
-
Uses of CalendarEntity in org.exoplatform.agenda.dao
Methods in org.exoplatform.agenda.dao that return CalendarEntityModifier and TypeMethodDescriptionCalendarDAO.create(CalendarEntity entity) CalendarDAO.update(CalendarEntity entity) Methods in org.exoplatform.agenda.dao with parameters of type CalendarEntityModifier and TypeMethodDescriptionCalendarDAO.create(CalendarEntity entity) voidCalendarDAO.delete(CalendarEntity entity) CalendarDAO.update(CalendarEntity entity) Method parameters in org.exoplatform.agenda.dao with type arguments of type CalendarEntityModifier and TypeMethodDescriptionvoidCalendarDAO.createAll(List<CalendarEntity> entities) voidCalendarDAO.deleteAll(List<CalendarEntity> entities) voidCalendarDAO.updateAll(List<CalendarEntity> entities) -
Uses of CalendarEntity in org.exoplatform.agenda.entity
Methods in org.exoplatform.agenda.entity that return CalendarEntityMethods in org.exoplatform.agenda.entity with parameters of type CalendarEntity -
Uses of CalendarEntity in org.exoplatform.agenda.util
Methods in org.exoplatform.agenda.util that return CalendarEntityModifier and TypeMethodDescriptionstatic CalendarEntityEntityMapper.toEntity(org.exoplatform.agenda.model.Calendar calendar) Methods in org.exoplatform.agenda.util with parameters of type CalendarEntityModifier and TypeMethodDescriptionstatic org.exoplatform.agenda.model.CalendarEntityMapper.fromEntity(CalendarEntity calendarEntity)