Uses of Class
io.meeds.deeds.common.elasticsearch.model.DeedTenant
Packages that use DeedTenant
Package
Description
-
Uses of DeedTenant in io.meeds.deeds.common.elasticsearch.storage
Methods in io.meeds.deeds.common.elasticsearch.storage that return types with arguments of type DeedTenantModifier and TypeMethodDescriptionDeedTenantManagerRepository.findByOwnerAddress(String ownerAddress) DeedTenantManagerRepository.findByTaskId(String taskId) DeedTenantManagerRepository.findByTenantProvisioningStatus(TenantProvisioningStatus provisioningStatus, org.springframework.data.domain.Pageable pageable) DeedTenantManagerRepository.findByTenantProvisioningStatusAndCompletedIsFalse(TenantProvisioningStatus provisioningStatus, org.springframework.data.domain.Pageable pageable) DeedTenantManagerRepository.findByTenantProvisioningStatusIn(List<TenantProvisioningStatus> provisioningPendingStatuses) -
Uses of DeedTenant in io.meeds.deeds.common.service
Methods in io.meeds.deeds.common.service that return DeedTenantModifier and TypeMethodDescriptionTenantService.buildDeedTenantFromBlockchain(long nftId) Retrieve Deed Tenant information from blockchainTenantService.getDeedTenant(long nftId) Retrieves theDeedTenantinformationTenantService.getDeedTenant(String address, long nftId) Retrieves theDeedTenantinformationTenantService.getDeedTenantOrImport(Long nftId) TenantService.getDeedTenantOrImport(String managerAddress, Long nftId) TenantService.getDeedTenantOrImport(String managerAddress, Long nftId, boolean refreshFromBlockchain) TenantService.saveDeedTenant(DeedTenant deedTenant) Stores Tenant informationMethods in io.meeds.deeds.common.service that return types with arguments of type DeedTenantModifier and TypeMethodDescriptionTenantService.getDeedTenants(String ownerAddress) Retrieve list ofDeedTenantof NFT ownerBlockchainService.getMinedProvisioningTransactions(long fromBlock, long toBlock) Retrieves the list of mined provisioning transactions starting from a block to anotherMethods in io.meeds.deeds.common.service with parameters of type DeedTenantModifier and TypeMethodDescriptionTenantService.saveDeedTenant(DeedTenant deedTenant) Stores Tenant information -
Uses of DeedTenant in io.meeds.deeds.common.utils
Methods in io.meeds.deeds.common.utils with parameters of type DeedTenantModifier and TypeMethodDescriptionstatic DeedTenantLeaseDeedTenantLeaseMapper.fromOffer(DeedTenantOfferDTO deedTenantOffer, DeedTenant deedTenant, String managerAddress, String managerEmail, String transactionHash) static HubEntityHubMapper.toEntity(io.meeds.wom.api.model.Hub hub, DeedTenant deedTenant, DeedTenantLeaseDTO lease, HubEntity existingEntity)