Uses of Enum Class
io.meeds.gamification.constant.EntityType
Packages that use EntityType
Package
Description
-
Uses of EntityType in io.meeds.gamification.constant
Methods in io.meeds.gamification.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 io.meeds.gamification.entity
Fields in io.meeds.gamification.entity declared as EntityTypeModifier and TypeFieldDescriptionprotected EntityTypeProgramEntity.typeprotected EntityTypeRuleEntity.type -
Uses of EntityType in io.meeds.gamification.model
Fields in io.meeds.gamification.model declared as EntityTypeConstructors in io.meeds.gamification.model with parameters of type EntityTypeModifierConstructorDescriptionRealizationDTO(Long id, String earnerId, String earnerType, long globalScore, String actionTitle, ProgramDTO program, String programLabel, String context, long actionScore, String receiver, String objectId, String objectType, Long ruleId, Long activityId, String comment, Long creator, String createdBy, String createdDate, String lastModifiedBy, String lastModifiedDate, String sendingDate, String status, EntityType type, Long reviewerId) RulePublication(Long id, String title, String description, int score, ProgramDTO program, boolean enabled, boolean deleted, String createdBy, String createdDate, String lastModifiedBy, EventDTO event, String lastModifiedDate, String startDate, String endDate, long activityId, long cacheTime, Set<Long> prerequisiteRuleIds, EntityType type, RealizationStatus defaultRealizationStatus, RecurrenceType recurrence, long spaceId, String message, Map<String, String> templateParams, boolean publish) -
Uses of EntityType in io.meeds.gamification.rest.model
Constructors in io.meeds.gamification.rest.model with parameters of type EntityTypeModifierConstructorDescriptionRuleRestEntity(Long id, String title, String description, int score, ProgramDTO program, boolean enabled, boolean deleted, String createdBy, String createdDate, String lastModifiedBy, EventDTO event, String lastModifiedDate, String startDate, String endDate, long activityId, long cacheTime, boolean published, boolean favorite, Set<Long> prerequisiteRuleIds, EntityType type, RealizationStatus defaultRealizationStatus, RecurrenceType recurrence, long audience, Set<Long> managers, List<RealizationRestEntity> realizations, long realizationsCount, boolean hasPendingRealization, UserInfo userInfo, List<RuleDTO> prerequisiteRules)