Uses of Class
io.meeds.deeds.common.elasticsearch.model.HubReportEntity
Packages that use HubReportEntity
-
Uses of HubReportEntity in io.meeds.deeds.common.elasticsearch.storage
Methods in io.meeds.deeds.common.elasticsearch.storage that return types with arguments of type HubReportEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<HubReportEntity>HubReportRepository.findByHubAddress(String hubAddress, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<HubReportEntity>HubReportRepository.findByHubAddressOrderByFromDateDesc(String address, org.springframework.data.domain.Pageable pageable) HubReportRepository.findByRewardId(long rewardId) org.springframework.data.domain.Page<HubReportEntity>HubReportRepository.findByRewardId(long rewardId, org.springframework.data.domain.Pageable pageable) HubReportRepository.findByRewardIdAndHubAddress(long rewardId, String hubAddress) org.springframework.data.domain.Page<HubReportEntity>HubReportRepository.findByRewardIdAndHubAddress(long rewardId, String hubAddress, org.springframework.data.domain.Pageable pageable) -
Uses of HubReportEntity in io.meeds.deeds.common.utils
Methods in io.meeds.deeds.common.utils that return HubReportEntityModifier and TypeMethodDescriptionstatic HubReportEntityHubReportMapper.toEntity(io.meeds.wom.api.model.HubReport report) Methods in io.meeds.deeds.common.utils with parameters of type HubReportEntityModifier and TypeMethodDescriptionstatic io.meeds.wom.api.model.HubReportHubReportMapper.fromEntity(HubReportEntity entity)