Uses of Class
org.exoplatform.agenda.entity.RemoteProviderEntity
-
Packages that use RemoteProviderEntity Package Description org.exoplatform.agenda.dao org.exoplatform.agenda.storage org.exoplatform.agenda.util -
-
Uses of RemoteProviderEntity in org.exoplatform.agenda.dao
Methods in org.exoplatform.agenda.dao that return RemoteProviderEntity Modifier and Type Method Description RemoteProviderEntityRemoteProviderDAO. findByName(String connectorName) -
Uses of RemoteProviderEntity in org.exoplatform.agenda.storage
Methods in org.exoplatform.agenda.storage that return RemoteProviderEntity Modifier and Type Method Description RemoteProviderEntityAgendaRemoteEventStorage. getRemoteProviderFromEvent(org.exoplatform.agenda.model.RemoteEvent remoteEvent) -
Uses of RemoteProviderEntity in org.exoplatform.agenda.util
Methods in org.exoplatform.agenda.util that return RemoteProviderEntity Modifier and Type Method Description static RemoteProviderEntityEntityMapper. toEntity(org.exoplatform.agenda.model.RemoteProvider remoteProvider)Methods in org.exoplatform.agenda.util with parameters of type RemoteProviderEntity Modifier and Type Method Description static org.exoplatform.agenda.model.RemoteEventEntityMapper. fromEntity(RemoteEventEntity remoteEventEntity, RemoteProviderEntity remoteProviderEntity)static org.exoplatform.agenda.model.RemoteProviderEntityMapper. fromEntity(RemoteProviderEntity remoteProviderEntity)
-