Uses of Class
org.exoplatform.agenda.entity.RemoteEventEntity
-
Packages that use RemoteEventEntity Package Description org.exoplatform.agenda.dao org.exoplatform.agenda.storage org.exoplatform.agenda.util -
-
Uses of RemoteEventEntity in org.exoplatform.agenda.dao
Methods in org.exoplatform.agenda.dao that return RemoteEventEntity Modifier and Type Method Description RemoteEventEntityRemoteEventDAO. findRemoteEvent(long eventId, long identityId) -
Uses of RemoteEventEntity in org.exoplatform.agenda.storage
Methods in org.exoplatform.agenda.storage that return RemoteEventEntity Modifier and Type Method Description RemoteEventEntityAgendaRemoteEventStorage. deleteRemoteEvent(long eventId, long identityId) -
Uses of RemoteEventEntity in org.exoplatform.agenda.util
Methods in org.exoplatform.agenda.util that return RemoteEventEntity Modifier and Type Method Description static RemoteEventEntityEntityMapper. toEntity(org.exoplatform.agenda.model.RemoteEvent remoteEvent)Methods in org.exoplatform.agenda.util with parameters of type RemoteEventEntity Modifier and Type Method Description static org.exoplatform.agenda.model.RemoteEventEntityMapper. fromEntity(RemoteEventEntity remoteEventEntity, RemoteProviderEntity remoteProviderEntity)
-