Uses of Class
io.meeds.gamification.rest.model.RealizationRestEntity
Packages that use RealizationRestEntity
-
Uses of RealizationRestEntity in io.meeds.gamification.rest.builder
Methods in io.meeds.gamification.rest.builder that return RealizationRestEntityModifier and TypeMethodDescriptionstatic RealizationRestEntityRealizationBuilder.toRestEntity(ProgramService programService, RuleService ruleService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.common.xmlprocessor.XMLProcessor xmlProcessor, org.exoplatform.portal.config.UserACL userAcl, RealizationDTO realization, String currentUsername, Locale locale) Methods in io.meeds.gamification.rest.builder that return types with arguments of type RealizationRestEntityModifier and TypeMethodDescriptionstatic List<RealizationRestEntity>RealizationBuilder.toRestEntities(ProgramService programService, RuleService ruleService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.common.xmlprocessor.XMLProcessor xmlProcessor, org.exoplatform.portal.config.UserACL userAcl, List<RealizationDTO> realizations, String currentUsername, Locale locale) -
Uses of RealizationRestEntity in io.meeds.gamification.rest.model
Methods in io.meeds.gamification.rest.model that return RealizationRestEntityConstructor parameters in io.meeds.gamification.rest.model with type arguments of type RealizationRestEntityModifierConstructorDescriptionRuleRestEntity(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, RecurrenceType recurrence, long audience, Set<Long> managers, List<RealizationRestEntity> realizations, long realizationsCount, UserInfo userInfo, List<RuleDTO> prerequisiteRules)