Uses of Enum Class
org.exoplatform.addons.gamification.service.dto.configuration.constant.EntityType
Packages that use EntityType
Package
Description
Spring Framework configuration files.
-
Uses of EntityType in org.exoplatform.addons.gamification.entities.domain.configuration
Fields in org.exoplatform.addons.gamification.entities.domain.configuration declared as EntityTypeModifier and TypeFieldDescriptionprotected EntityTypeDomainEntity.typeprotected EntityTypeRuleEntity.typeMethods in org.exoplatform.addons.gamification.entities.domain.configuration that return EntityTypeMethods in org.exoplatform.addons.gamification.entities.domain.configuration with parameters of type EntityTypeModifier and TypeMethodDescriptionvoidDomainEntity.setType(EntityType type) voidRuleEntity.setType(EntityType type) -
Uses of EntityType in org.exoplatform.addons.gamification.entities.domain.effective
Methods in org.exoplatform.addons.gamification.entities.domain.effective that return EntityTypeMethods in org.exoplatform.addons.gamification.entities.domain.effective with parameters of type EntityType -
Uses of EntityType in org.exoplatform.addons.gamification.service.dto.configuration
Methods in org.exoplatform.addons.gamification.service.dto.configuration that return EntityTypeMethods in org.exoplatform.addons.gamification.service.dto.configuration with parameters of type EntityTypeConstructors in org.exoplatform.addons.gamification.service.dto.configuration with parameters of type EntityTypeModifierConstructorDescriptionGamificationActionsHistoryDTO(Long id, String earnerId, String earnerType, long globalScore, String actionTitle, DomainDTO domainDTO, String domainLabel, String context, long actionScore, String receiver, String objectId, Long ruleId, Long activityId, String comment, Long creator, String createdBy, String createdDate, String lastModifiedBy, String lastModifiedDate, String status, EntityType type) -
Uses of EntityType in org.exoplatform.addons.gamification.service.dto.configuration.constant
Methods in org.exoplatform.addons.gamification.service.dto.configuration.constant that return EntityTypeModifier and TypeMethodDescriptionstatic EntityTypeReturns the enum constant of this class with the specified name.static EntityType[]EntityType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntityType in org.exoplatform.addons.gamification.storage
Methods in org.exoplatform.addons.gamification.storage with parameters of type EntityTypeModifier and TypeMethodDescriptionRuleStorage.findMostRealizedRuleIds(List<Long> spacesIds, int offset, int limit, EntityType type) -
Uses of EntityType in org.exoplatform.addons.gamification.storage.dao
Methods in org.exoplatform.addons.gamification.storage.dao with parameters of type EntityTypeModifier and TypeMethodDescriptionGamificationHistoryDAO.findActionsHistoryByEarnerIdAndByType(String earnerId, EntityType type) Find all gamification entries by earnerId and by typeGamificationHistoryDAO.findMostRealizedRuleIds(List<Long> spacesIds, int offset, int limit, EntityType type) RuleDAO.getRuleEventsByType(EntityType ruleType) RuleDAO.getRuleIdsByType(EntityType ruleType)