Uses of Class
io.meeds.gamification.model.RealizationDTO
Packages that use RealizationDTO
Package
Description
-
Uses of RealizationDTO in io.meeds.gamification.model
Methods in io.meeds.gamification.model that return RealizationDTO -
Uses of RealizationDTO in io.meeds.gamification.rest.builder
Methods in io.meeds.gamification.rest.builder with parameters of type RealizationDTOModifier 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) static voidRealizationBuilder.translatedLabels(io.meeds.social.translation.service.TranslationService translationService, RealizationDTO realization, RuleDTO rule, Locale locale) Method parameters in io.meeds.gamification.rest.builder with type arguments of type RealizationDTOModifier 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 RealizationDTO in io.meeds.gamification.service
Methods in io.meeds.gamification.service that return RealizationDTOModifier and TypeMethodDescriptionRealizationService.getRealizationById(long realizationId) Retrieves a realization identified by its technical identifier.RealizationService.getRealizationById(long realizationId, org.exoplatform.services.security.Identity userAclIdentity) Retrieves a realization identified by its technical identifier.Methods in io.meeds.gamification.service that return types with arguments of type RealizationDTOModifier and TypeMethodDescriptionRealizationService.cancelRealizations(String event, String earnerIdentityId, String receiverIdentityId, String objectId, String objectType) Cancels an existing Realization with an event name for a given object identified by its id and typeRealizationService.createRealizations(String event, String eventDetails, String earnerIdentityId, String receiverIdentityId, String objectId, String objectType) Creates new Realizations switch an event name for a given object identified by its id and typeRealizationService.deleteRealizations(String objectId, String objectType) Marks all realizations of a given object, generally due to deletion of originating objectRealizationService.findRealizationsByObjectIdAndObjectType(String objectId, String objectType) Retrieves the list of realizations identified by object Id and object Type.RealizationService.getRealizationsByFilter(RealizationFilter filter, int offset, int limit) Retrieves all Realizations by Filter.RealizationService.getRealizationsByFilter(RealizationFilter filter, org.exoplatform.services.security.Identity userAclIdentity, int offset, int limit) Retrieves all Realizations by Filter. -
Uses of RealizationDTO in io.meeds.gamification.service.impl
Methods in io.meeds.gamification.service.impl that return RealizationDTOModifier and TypeMethodDescriptionRealizationServiceImpl.getRealizationById(long realizationId) RealizationServiceImpl.getRealizationById(long realizationId, org.exoplatform.services.security.Identity userAclIdentity) Methods in io.meeds.gamification.service.impl that return types with arguments of type RealizationDTOModifier and TypeMethodDescriptionRealizationServiceImpl.cancelRealizations(String event, String earnerIdentityId, String receiverIdentityId, String objectId, String objectType) RealizationServiceImpl.createRealizations(String event, String eventDetails, String earnerIdentityId, String receiverIdentityId, String objectId, String objectType) RealizationServiceImpl.deleteRealizations(String objectId, String objectType) RealizationServiceImpl.findRealizationsByObjectIdAndObjectType(String objectId, String objectType) RealizationServiceImpl.getRealizationsByFilter(RealizationFilter realizationFilter, int offset, int limit) RealizationServiceImpl.getRealizationsByFilter(RealizationFilter realizationFilter, org.exoplatform.services.security.Identity userAclIdentity, int offset, int limit) -
Uses of RealizationDTO in io.meeds.gamification.storage
Methods in io.meeds.gamification.storage that return RealizationDTOModifier and TypeMethodDescriptionRealizationStorage.createRealization(RealizationDTO realization) RealizationStorage.findLastRealizationByRuleIdAndEarnerIdAndReceiverAndObjectId(long ruleId, String earnerId, String receiverId, String objectId, String objectType) RealizationStorage.getRealizationById(long id) RealizationStorage.updateRealization(RealizationDTO realization) Methods in io.meeds.gamification.storage that return types with arguments of type RealizationDTOModifier and TypeMethodDescriptionRealizationStorage.findRealizationsByObjectIdAndObjectType(String objectId, String objectType) RealizationStorage.getRealizationsByFilter(RealizationFilter realizationFilter, int offset, int limit) Methods in io.meeds.gamification.storage with parameters of type RealizationDTOModifier and TypeMethodDescriptionRealizationStorage.createRealization(RealizationDTO realization) RealizationStorage.updateRealization(RealizationDTO realization) -
Uses of RealizationDTO in io.meeds.gamification.storage.cached
Methods in io.meeds.gamification.storage.cached that return RealizationDTOModifier and TypeMethodDescriptionRealizationCachedStorage.createRealization(RealizationDTO realization) RealizationCachedStorage.getRealizationById(long id) RealizationCachedStorage.updateRealization(RealizationDTO realization) Methods in io.meeds.gamification.storage.cached with parameters of type RealizationDTOModifier and TypeMethodDescriptionRealizationCachedStorage.createRealization(RealizationDTO realization) RealizationCachedStorage.updateRealization(RealizationDTO realization) -
Uses of RealizationDTO in io.meeds.gamification.storage.mapper
Methods in io.meeds.gamification.storage.mapper that return RealizationDTOModifier and TypeMethodDescriptionstatic RealizationDTORealizationMapper.fromEntity(ProgramStorage programStorage, RealizationEntity realizationEntity) Methods in io.meeds.gamification.storage.mapper with parameters of type RealizationDTOModifier and TypeMethodDescriptionstatic RealizationEntityRealizationMapper.toEntity(RuleStorage ruleStorage, RealizationDTO realization) -
Uses of RealizationDTO in io.meeds.gamification.utils
Fields in io.meeds.gamification.utils with type parameters of type RealizationDTOModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<RealizationDTO> Methods in io.meeds.gamification.utils with parameters of type RealizationDTOModifier and TypeMethodDescriptionstatic voidUtils.addRealizationStatisticParameters(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, RuleDTO rule, EventDTO ruleEvent, RealizationDTO realization, io.meeds.analytics.model.StatisticData statisticData)