Uses of Class
org.exoplatform.agenda.entity.EventDateOptionEntity
-
Packages that use EventDateOptionEntity Package Description org.exoplatform.agenda.dao -
-
Uses of EventDateOptionEntity in org.exoplatform.agenda.dao
Methods in org.exoplatform.agenda.dao that return types with arguments of type EventDateOptionEntity Modifier and Type Method Description List<EventDateOptionEntity>EventDateOptionDAO. findDateOptionsByEventId(long eventId)Methods in org.exoplatform.agenda.dao with parameters of type EventDateOptionEntity Modifier and Type Method Description voidEventDateOptionDAO. delete(EventDateOptionEntity entity)
-