Uses of Class
org.silverpeas.mobile.shared.dto.almanach.ParticipationStatusDTO
-
-
Uses of ParticipationStatusDTO in org.silverpeas.mobile.client.apps.agenda.events.app
Methods in org.silverpeas.mobile.client.apps.agenda.events.app that return ParticipationStatusDTO Modifier and Type Method Description ParticipationStatusDTO
ParticipationEvent. getStatus()
Constructors in org.silverpeas.mobile.client.apps.agenda.events.app with parameters of type ParticipationStatusDTO Constructor Description ParticipationEvent(ParticipationStatusDTO status, CalendarEventDTO event)
-
Uses of ParticipationStatusDTO in org.silverpeas.mobile.client.apps.agenda.events.pages
Methods in org.silverpeas.mobile.client.apps.agenda.events.pages that return ParticipationStatusDTO Modifier and Type Method Description ParticipationStatusDTO
ParticipationUpdatedEvent. getStatus()
Constructors in org.silverpeas.mobile.client.apps.agenda.events.pages with parameters of type ParticipationStatusDTO Constructor Description ParticipationUpdatedEvent(ParticipationStatusDTO status)
-
Uses of ParticipationStatusDTO in org.silverpeas.mobile.shared.dto.almanach
Methods in org.silverpeas.mobile.shared.dto.almanach that return ParticipationStatusDTO Modifier and Type Method Description ParticipationStatusDTO
CalendarEventAttendeeDTO. getParticipationStatus()
static ParticipationStatusDTO
ParticipationStatusDTO. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParticipationStatusDTO[]
ParticipationStatusDTO. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.silverpeas.mobile.shared.dto.almanach with parameters of type ParticipationStatusDTO Modifier and Type Method Description void
CalendarEventAttendeeDTO. setParticipationStatus(ParticipationStatusDTO participationStatus)
-