Uses of Class
org.exoplatform.addons.gamification.entities.domain.configuration.DomainEntity
Packages that use DomainEntity
Package
Description
Spring Framework configuration files.
-
Uses of DomainEntity in org.exoplatform.addons.gamification.entities.domain.configuration
Methods in org.exoplatform.addons.gamification.entities.domain.configuration that return DomainEntityMethods in org.exoplatform.addons.gamification.entities.domain.configuration with parameters of type DomainEntityModifier and TypeMethodDescriptionvoidBadgeEntity.setDomainEntity(DomainEntity domainEntity) voidRuleEntity.setDomainEntity(DomainEntity domainEntity) -
Uses of DomainEntity in org.exoplatform.addons.gamification.entities.domain.effective
Methods in org.exoplatform.addons.gamification.entities.domain.effective that return DomainEntityMethods in org.exoplatform.addons.gamification.entities.domain.effective with parameters of type DomainEntityModifier and TypeMethodDescriptionvoidGamificationActionsHistory.setDomainEntity(DomainEntity domainEntity) -
Uses of DomainEntity in org.exoplatform.addons.gamification.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return DomainEntityModifier and TypeMethodDescriptionstatic DomainEntityDomainMapper.domainDTOToDomainEntity(DomainDTO domainDTO) Methods in org.exoplatform.addons.gamification.service.mapper with parameters of type DomainEntityModifier and TypeMethodDescriptionstatic DomainDTODomainMapper.domainEntityToDomainDTO(DomainEntity domainEntity) Method parameters in org.exoplatform.addons.gamification.service.mapper with type arguments of type DomainEntity -
Uses of DomainEntity in org.exoplatform.addons.gamification.storage.dao
Methods in org.exoplatform.addons.gamification.storage.dao that return DomainEntityModifier and TypeMethodDescriptionDomainDAO.findByIdWithOwners(Long id) DomainDAO.findEnabledDomainByTitle(String domainTitle) DomainDAO.getDomainByTitle(String domainTitle) Methods in org.exoplatform.addons.gamification.storage.dao that return types with arguments of type DomainEntity -
Uses of DomainEntity in org.exoplatform.addons.gamification.utils
Methods in org.exoplatform.addons.gamification.utils that return DomainEntity