Uses of Class
org.exoplatform.agenda.entity.GuestUserEntity
-
Packages that use GuestUserEntity Package Description org.exoplatform.agenda.dao org.exoplatform.agenda.util -
-
Uses of GuestUserEntity in org.exoplatform.agenda.dao
Methods in org.exoplatform.agenda.dao that return types with arguments of type GuestUserEntity Modifier and Type Method Description List<GuestUserEntity>GuestUserDAO. getEventGuests(long eventId) -
Uses of GuestUserEntity in org.exoplatform.agenda.util
Methods in org.exoplatform.agenda.util that return GuestUserEntity Modifier and Type Method Description static GuestUserEntityEntityMapper. toEntity(org.exoplatform.agenda.model.GuestUser guestUser, EventEntity eventEntity)Methods in org.exoplatform.agenda.util with parameters of type GuestUserEntity Modifier and Type Method Description static org.exoplatform.agenda.model.GuestUserEntityMapper. fromEntity(GuestUserEntity guestUserEntity, long eventId)
-