Hierarchy For All Packages

Package Hierarchies:

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.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.DirectMessagingRoom
    • 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.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.model.MatrixUserPermission
    • io.meeds.chat.service.utils.PasswordGenerator
    • io.meeds.chat.entity.RoomEntity (implements java.io.Serializable)
    • org.exoplatform.social.core.space.SpaceListenerPlugin (implements org.exoplatform.social.core.space.spi.SpaceLifeCycleListener)
    • io.meeds.chat.model.SpaceRoom

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>)