Uses of Class
org.exoplatform.agenda.entity.CalendarEntity
-
Packages that use CalendarEntity Package Description org.exoplatform.agenda.dao org.exoplatform.agenda.entity org.exoplatform.agenda.util -
-
Uses of CalendarEntity in org.exoplatform.agenda.dao
Methods in org.exoplatform.agenda.dao that return CalendarEntity Modifier and Type Method Description CalendarEntityCalendarDAO. create(CalendarEntity entity)CalendarEntityCalendarDAO. update(CalendarEntity entity)Methods in org.exoplatform.agenda.dao with parameters of type CalendarEntity Modifier and Type Method Description CalendarEntityCalendarDAO. create(CalendarEntity entity)voidCalendarDAO. delete(CalendarEntity entity)CalendarEntityCalendarDAO. update(CalendarEntity entity)Method parameters in org.exoplatform.agenda.dao with type arguments of type CalendarEntity Modifier and Type Method Description voidCalendarDAO. 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 CalendarEntity Modifier and Type Method Description CalendarEntityEventEntity. getCalendar()Methods in org.exoplatform.agenda.entity with parameters of type CalendarEntity Modifier and Type Method Description voidEventEntity. setCalendar(CalendarEntity calendar) -
Uses of CalendarEntity in org.exoplatform.agenda.util
Methods in org.exoplatform.agenda.util that return CalendarEntity Modifier and Type Method Description static CalendarEntityEntityMapper. toEntity(org.exoplatform.agenda.model.Calendar calendar)Methods in org.exoplatform.agenda.util with parameters of type CalendarEntity Modifier and Type Method Description static org.exoplatform.agenda.model.CalendarEntityMapper. fromEntity(CalendarEntity calendarEntity)
-