Uses of Class
io.meeds.deeds.common.elasticsearch.model.DeedTenantLease
Packages that use DeedTenantLease
Package
Description
-
Uses of DeedTenantLease in io.meeds.deeds.common.elasticsearch.storage
Methods in io.meeds.deeds.common.elasticsearch.storage that return types with arguments of type DeedTenantLeaseModifier and TypeMethodDescriptionLeaseRepository.findByEnabledTrueAndNftIdAndEndDateGreaterThan(long nftId, Instant now) LeaseRepository.findByTransactionStatusInOrderByCreatedDateAsc(List<TransactionStatus> asList) LeaseRepository.getByEnabledTrueAndConfirmedTrueAndEndDateBetween(Instant from, Instant to) -
Uses of DeedTenantLease in io.meeds.deeds.common.service
Methods in io.meeds.deeds.common.service that return types with arguments of type DeedTenantLease -
Uses of DeedTenantLease in io.meeds.deeds.common.utils
Methods in io.meeds.deeds.common.utils that return DeedTenantLeaseModifier and TypeMethodDescriptionstatic DeedTenantLeaseDeedTenantLeaseMapper.fromOffer(DeedTenantOfferDTO deedTenantOffer, DeedTenant deedTenant, String managerAddress, String managerEmail, String transactionHash) Methods in io.meeds.deeds.common.utils with parameters of type DeedTenantLeaseModifier and TypeMethodDescriptionstatic DeedTenantLeaseDTODeedTenantLeaseMapper.toDTO(DeedTenantLease deedTenantLease, TenantStatus tenantStatus, TenantProvisioningStatus provisioningStatus)