Uses of Class
org.exoplatform.agenda.entity.EventDateVoteEntity
-
Packages that use EventDateVoteEntity Package Description org.exoplatform.agenda.dao -
-
Uses of EventDateVoteEntity in org.exoplatform.agenda.dao
Methods in org.exoplatform.agenda.dao that return EventDateVoteEntity Modifier and Type Method Description EventDateVoteEntityEventDateVoteDAO. findVoteByOptionAndIdentity(long dateOptionId, long identityId)Methods in org.exoplatform.agenda.dao that return types with arguments of type EventDateVoteEntity Modifier and Type Method Description List<EventDateVoteEntity>EventDateVoteDAO. findVotersByDateOptionId(Long dateOptionId)
-