Package org.exoplatform.agenda.service
Interface AgendaEventGuestService
-
public interface AgendaEventGuestService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteEventGuests(long eventId)List<GuestUser>getEventGuests(long eventId)Return the list of guests of an event .booleanisGuest(String user, String guests, long eventId)voidsaveEventGuests(long eventId, List<GuestUser> guests)
-