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