Hierarchy For All Packages
Package Hierarchies:- org.exoplatform.push.channel,
- org.exoplatform.push.channel.template,
- org.exoplatform.push.dao,
- org.exoplatform.push.domain,
- org.exoplatform.push.exception,
- org.exoplatform.push.filter,
- org.exoplatform.push.job,
- org.exoplatform.push.rest,
- org.exoplatform.push.service,
- org.exoplatform.push.service.fcm,
- org.exoplatform.push.upgrade,
- org.exoplatform.push.util
Class Hierarchy
- java.lang.Object
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- org.exoplatform.push.filter.AuthenticationHeaderFilter (implements org.exoplatform.web.filter.Filter)
- org.exoplatform.container.component.BaseComponentPlugin (implements org.exoplatform.container.component.ComponentPlugin)
- org.exoplatform.commons.api.notification.channel.AbstractChannel
- org.exoplatform.push.channel.PushChannel
- org.exoplatform.commons.api.notification.channel.template.TemplateProvider
- org.exoplatform.social.notification.channel.template.WebTemplateProvider
- org.exoplatform.push.channel.template.PushTemplateProvider
- org.exoplatform.social.notification.channel.template.WebTemplateProvider
- org.exoplatform.commons.upgrade.UpgradeProductPlugin
- org.exoplatform.push.upgrade.PushNotificationSettingsUpgradePlugin
- org.exoplatform.commons.api.notification.channel.AbstractChannel
- org.exoplatform.push.domain.Device
- org.exoplatform.push.rest.DeviceRestService (implements org.exoplatform.services.rest.resource.ResourceContainer)
- org.exoplatform.push.service.DeviceServiceImpl (implements org.exoplatform.push.service.DeviceService)
- org.exoplatform.push.job.ExpiredTokensCleanerJob (implements org.quartz.Job)
- org.exoplatform.push.service.fcm.FcmError
- org.exoplatform.push.service.fcm.FCMLegacyAPIMessagePublisher (implements org.exoplatform.push.service.MessagePublisher)
- org.exoplatform.push.service.fcm.FCMMessagePublisher (implements org.exoplatform.push.service.MessagePublisher)
- org.exoplatform.push.service.fcm.FcmResponse
- org.exoplatform.push.service.fcm.FCMServiceAccountConfiguration
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<E,ID> (implements org.exoplatform.commons.api.persistence.GenericDAO<E,ID>)
- org.exoplatform.push.dao.DeviceDao
- org.exoplatform.push.domain.Message
- org.exoplatform.push.util.StringUtil
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- org.exoplatform.push.exception.InvalidTokenException
- java.lang.Exception
Interface Hierarchy
- org.exoplatform.push.service.DeviceService
- org.exoplatform.push.service.MessagePublisher