Package Hierarchies:
- io.meeds.chat,
- io.meeds.chat.dao,
- io.meeds.chat.entity,
- io.meeds.chat.listeners,
- io.meeds.chat.model,
- io.meeds.chat.notification,
- io.meeds.chat.rest,
- io.meeds.chat.rest.model,
- io.meeds.chat.service,
- io.meeds.chat.service.utils,
- io.meeds.chat.storage,
- io.meeds.chat.upgrade,
- io.meeds.chat.web
Class Hierarchy
- java.lang.Object
- org.exoplatform.container.component.BaseComponentPlugin (implements org.exoplatform.container.component.ComponentPlugin)
- org.exoplatform.social.common.lifecycle.AbstractListenerPlugin
- org.exoplatform.social.core.profile.ProfileListenerPlugin (implements org.exoplatform.social.core.profile.ProfileListener)
- org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
- org.exoplatform.services.listener.Listener<S,D> (implements org.exoplatform.services.listener.ListenerBase<S,D>)
- org.exoplatform.commons.upgrade.UpgradeProductPlugin
- org.exoplatform.services.organization.UserEventListener
- io.meeds.chat.model.Events
- javax.portlet.GenericPortlet (implements javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet)
- org.exoplatform.commons.api.portlet.GenericDispatchedViewPortlet
- io.meeds.chat.service.utils.HTTPHelper
- io.meeds.chat.web.MatrixAuthJWTFilter (implements org.exoplatform.web.filter.Filter)
- io.meeds.chat.service.utils.MatrixConstants
- io.meeds.chat.service.utils.MatrixHttpClient
- io.meeds.chat.rest.MatrixRest (implements org.exoplatform.services.rest.resource.ResourceContainer)
- io.meeds.chat.model.MatrixRoomPermissions
- io.meeds.chat.storage.MatrixRoomStorage
- io.meeds.chat.service.MatrixService
- io.meeds.chat.service.MatrixSynchronizationService
- io.meeds.chat.model.MatrixUserPermission
- io.meeds.chat.rest.model.Member (implements java.io.Serializable)
- io.meeds.chat.rest.model.Message
- io.meeds.chat.notification.MessageReceivedPWAPlugin (implements io.meeds.pwa.plugin.PwaNotificationPlugin)
- io.meeds.chat.service.utils.PasswordGenerator
- io.meeds.chat.rest.model.Presence
- io.meeds.chat.model.Room
- io.meeds.chat.entity.RoomEntity (implements java.io.Serializable)
- io.meeds.chat.rest.model.RoomEntity (implements java.io.Serializable)
- io.meeds.chat.rest.model.RoomList (implements java.io.Serializable)
- org.exoplatform.social.core.space.SpaceListenerPlugin (implements org.exoplatform.social.core.space.spi.SpaceLifeCycleListener)
Interface Hierarchy
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.springframework.data.repository.ListCrudRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)