Uses of Class
io.meeds.gamification.entity.RealizationEntity
Packages that use RealizationEntity
Package
Description
Spring Framework configuration files.
-
Uses of RealizationEntity in io.meeds.gamification.dao
Methods in io.meeds.gamification.dao that return RealizationEntityModifier and TypeMethodDescriptionRealizationDAO.findLastReadlizationByRuleIdAndEarnerIdAndReceiverAndObjectId(long ruleId, String earnerId, String receiverId, String objectId, String objectType) Methods in io.meeds.gamification.dao that return types with arguments of type RealizationEntityModifier and TypeMethodDescriptionRealizationDAO.findRealizationsByFilter(RealizationFilter realizationFilter, int offset, int limit) Find realizations by filter with offset, limit.RealizationDAO.getRealizationsByObjectIdAndObjectType(String objectId, String objectType) -
Uses of RealizationEntity in io.meeds.gamification.storage.mapper
Methods in io.meeds.gamification.storage.mapper that return RealizationEntityModifier and TypeMethodDescriptionstatic RealizationEntityRealizationMapper.toEntity(RuleStorage ruleStorage, RealizationDTO realization) Methods in io.meeds.gamification.storage.mapper with parameters of type RealizationEntityModifier and TypeMethodDescriptionstatic RealizationDTORealizationMapper.fromEntity(ProgramStorage programStorage, RealizationEntity realizationEntity) Method parameters in io.meeds.gamification.storage.mapper with type arguments of type RealizationEntityModifier and TypeMethodDescriptionstatic List<RealizationDTO>RealizationMapper.fromEntities(ProgramStorage programStorage, List<RealizationEntity> realizationEntities)