Package Hierarchies:
- io.meeds.gamification.activity.processor,
- io.meeds.gamification.analytics,
- io.meeds.gamification.constant,
- io.meeds.gamification.dao,
- io.meeds.gamification.entity,
- io.meeds.gamification.liquibase,
- io.meeds.gamification.listener,
- io.meeds.gamification.model,
- io.meeds.gamification.model.filter,
- io.meeds.gamification.notification.plugin,
- io.meeds.gamification.notification.provider,
- io.meeds.gamification.notification.provider.builder,
- io.meeds.gamification.plugin,
- io.meeds.gamification.rest,
- io.meeds.gamification.rest.builder,
- io.meeds.gamification.rest.model,
- io.meeds.gamification.scheduled,
- io.meeds.gamification.search,
- io.meeds.gamification.service,
- io.meeds.gamification.service.impl,
- io.meeds.gamification.storage,
- io.meeds.gamification.storage.cached,
- io.meeds.gamification.storage.cached.model,
- io.meeds.gamification.storage.mapper,
- io.meeds.gamification.upgrade,
- io.meeds.gamification.utils,
- io.meeds.gamification.web.filter,
- io.meeds.gamification.websocket,
- io.meeds.gamification.websocket.entity,
- io.meeds.gamification.websocket.listener
Class Hierarchy
- java.lang.Object
- io.meeds.gamification.entity.AbstractAuditingEntity (implements java.io.Serializable)
- io.meeds.gamification.model.AbstractLeaderboard (implements java.io.Serializable)
- org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
- io.meeds.gamification.model.Announcement (implements java.lang.Cloneable)
- io.meeds.gamification.rest.AnnouncementRest (implements org.exoplatform.services.rest.resource.ResourceContainer)
- io.meeds.gamification.service.impl.AnnouncementServiceImpl (implements io.meeds.gamification.service.AnnouncementService)
- io.meeds.gamification.storage.AnnouncementStorage
- io.meeds.gamification.model.BadgeDTO (implements java.io.Serializable)
- io.meeds.gamification.storage.mapper.BadgeMapper
- io.meeds.gamification.service.impl.BadgeRegistryImpl (implements io.meeds.gamification.service.BadgeRegistry, org.picocontainer.Startable)
- io.meeds.gamification.rest.BadgeRest (implements org.exoplatform.services.rest.resource.ResourceContainer)
- io.meeds.gamification.service.BadgeService
- org.exoplatform.container.component.BaseComponentPlugin (implements org.exoplatform.container.component.ComponentPlugin)
- org.exoplatform.social.common.lifecycle.AbstractListenerPlugin
- org.exoplatform.social.core.activity.ActivityListenerPlugin (implements org.exoplatform.social.core.activity.ActivityListener)
- org.exoplatform.social.core.profile.ProfileListenerPlugin (implements org.exoplatform.social.core.profile.ProfileListener)
- org.exoplatform.social.core.relationship.RelationshipListenerPlugin (implements org.exoplatform.social.core.relationship.RelationshipListener)
- org.exoplatform.social.core.ActivityTypePlugin
- org.exoplatform.social.attachment.AttachmentPlugin
- io.meeds.gamification.plugin.BadgeConfigPlugin
- org.exoplatform.social.core.BaseActivityProcessorPlugin (implements org.exoplatform.social.core.ActivityProcessor)
- org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
- io.meeds.gamification.plugin.ConnectorPlugin
- io.meeds.gamification.plugin.EventConfigPlugin
- io.meeds.gamification.plugin.EventPlugin
- org.exoplatform.commons.search.index.IndexingServiceConnector
- org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnector
- org.exoplatform.services.listener.Listener<S,D> (implements org.exoplatform.services.listener.ListenerBase<S,D>)
- org.exoplatform.services.organization.MembershipEventListener
- io.meeds.gamification.plugin.RuleConfigPlugin
- org.exoplatform.commons.api.notification.channel.template.TemplateProvider
- io.meeds.social.translation.plugin.TranslationPlugin
- org.exoplatform.commons.upgrade.UpgradeProductPlugin
- org.exoplatform.services.organization.UserEventListener
- io.meeds.gamification.storage.cached.model.CacheKey (implements java.io.Serializable)
- io.meeds.gamification.model.ConnectorAccount (implements java.lang.Cloneable)
- io.meeds.gamification.storage.cached.model.ConnectorAccountCachedKey (implements java.io.Serializable)
- io.meeds.gamification.entity.ConnectorAccountEntity (implements java.io.Serializable)
- io.meeds.gamification.storage.ConnectorAccountStorage
- io.meeds.gamification.rest.builder.ConnectorBuilder
- io.meeds.gamification.websocket.entity.ConnectorIdentifierModification
- io.meeds.gamification.storage.mapper.ConnectorMapper
- io.meeds.gamification.rest.ConnectorRest (implements org.exoplatform.services.rest.resource.ResourceContainer)
- io.meeds.gamification.service.impl.ConnectorServiceImpl (implements io.meeds.gamification.service.ConnectorService)
- io.meeds.gamification.service.impl.ConnectorSettingServiceImpl (implements io.meeds.gamification.service.ConnectorSettingService)
- io.meeds.gamification.websocket.ConnectorsWebSocketService
- io.meeds.gamification.rest.model.EntityList<T>
- io.meeds.gamification.model.EventDTO
- io.meeds.gamification.entity.EventEntity (implements java.io.Serializable)
- io.meeds.gamification.model.filter.EventFilter (implements java.io.Serializable)
- io.meeds.gamification.storage.mapper.EventMapper
- io.meeds.gamification.service.impl.EventRegistryImpl (implements io.meeds.gamification.service.EventRegistry, org.picocontainer.Startable)
- io.meeds.gamification.service.impl.EventServiceImpl (implements io.meeds.gamification.service.EventService)
- io.meeds.gamification.storage.EventStorage
- io.meeds.gamification.utils.GamificationUtils
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<E,I> (implements org.exoplatform.commons.api.persistence.GenericDAO<E,ID>)
- io.meeds.gamification.dao.BadgeDAO
- io.meeds.gamification.dao.ConnectorAccountDAO
- io.meeds.gamification.dao.EventDAO
- io.meeds.gamification.dao.ProgramDAO (implements org.exoplatform.commons.api.persistence.GenericDAO<E,ID>)
- io.meeds.gamification.dao.RealizationDAO
- io.meeds.gamification.dao.RuleDAO (implements org.exoplatform.commons.api.persistence.GenericDAO<E,ID>)
- io.meeds.gamification.rest.builder.LeaderboardBuilder
- io.meeds.gamification.model.filter.LeaderboardFilter
- io.meeds.gamification.rest.model.LeaderboardInfo
- io.meeds.gamification.rest.LeaderboardRest (implements org.exoplatform.services.rest.resource.ResourceContainer)
- io.meeds.gamification.model.ProfileReputation (implements java.io.Serializable)
- io.meeds.gamification.scheduled.ProgramAutoDisableJob (implements org.quartz.Job)
- io.meeds.gamification.rest.builder.ProgramBuilder
- io.meeds.gamification.model.ProgramDTO (implements java.lang.Cloneable, java.io.Serializable)
- io.meeds.gamification.model.filter.ProgramFilter (implements java.io.Serializable)
- io.meeds.gamification.rest.model.ProgramList
- io.meeds.gamification.storage.mapper.ProgramMapper
- io.meeds.gamification.rest.ProgramRest (implements org.exoplatform.services.rest.resource.ResourceContainer)
- io.meeds.gamification.service.impl.ProgramServiceImpl (implements io.meeds.gamification.service.ProgramService)
- io.meeds.gamification.storage.ProgramStorage
- io.meeds.gamification.web.filter.PublicActionAccessFilter (implements org.exoplatform.web.filter.Filter)
- io.meeds.gamification.rest.builder.RealizationBuilder
- io.meeds.gamification.model.RealizationDTO (implements java.lang.Cloneable)
- io.meeds.gamification.model.filter.RealizationFilter (implements java.io.Serializable)
- io.meeds.gamification.rest.model.RealizationList
- io.meeds.gamification.storage.mapper.RealizationMapper
- io.meeds.gamification.rest.RealizationRest (implements org.exoplatform.services.rest.resource.ResourceContainer)
- io.meeds.gamification.rest.model.RealizationRestEntity (implements java.lang.Cloneable)
- io.meeds.gamification.service.impl.RealizationServiceImpl (implements io.meeds.gamification.service.RealizationService, org.picocontainer.Startable)
- io.meeds.gamification.storage.RealizationStorage
- io.meeds.gamification.rest.model.RealizationValidityContext (implements java.lang.Cloneable)
- io.meeds.gamification.model.RemoteConnector (implements java.io.Serializable)
- io.meeds.gamification.model.RemoteConnectorConnectRequest (implements java.io.Serializable)
- io.meeds.gamification.model.RemoteConnectorSettings
- io.meeds.gamification.liquibase.ResetMySQLAutoIncrement (implements liquibase.change.custom.CustomTaskChange)
- io.meeds.gamification.rest.builder.RuleBuilder
- io.meeds.gamification.model.RuleDTO (implements java.io.Serializable)
- io.meeds.gamification.model.filter.RuleFilter (implements java.io.Serializable)
- io.meeds.gamification.rest.model.RuleList
- io.meeds.gamification.storage.mapper.RuleMapper
- io.meeds.gamification.rest.RuleRest (implements org.exoplatform.services.rest.resource.ResourceContainer)
- io.meeds.gamification.search.RuleSearchConnector
- io.meeds.gamification.service.impl.RuleServiceImpl (implements io.meeds.gamification.service.RuleService)
- io.meeds.gamification.storage.RuleStorage
- org.exoplatform.social.core.space.SpaceListenerPlugin (implements org.exoplatform.social.core.space.spi.SpaceLifeCycleListener)
- java.lang.Throwable (implements java.io.Serializable)
- io.meeds.gamification.model.Trigger
- io.meeds.gamification.rest.builder.TriggerBuilder
- io.meeds.gamification.model.TriggerProperties
- io.meeds.gamification.rest.TriggerRest (implements org.exoplatform.services.rest.resource.ResourceContainer)
- io.meeds.gamification.service.impl.TriggerServiceImpl (implements io.meeds.gamification.service.TriggerService)
- io.meeds.gamification.model.UserInfo (implements java.lang.Cloneable)
- io.meeds.gamification.rest.UserReputationEndpoint (implements org.exoplatform.services.rest.resource.ResourceContainer)
- io.meeds.gamification.utils.Utils