Uses of Class
io.meeds.deeds.common.model.DeedTenantLeaseDTO
Packages that use DeedTenantLeaseDTO
-
Uses of DeedTenantLeaseDTO in io.meeds.deeds.common.service
Methods in io.meeds.deeds.common.service that return DeedTenantLeaseDTOModifier and TypeMethodDescriptionLeaseService.createLease(String managerAddress, String managerEmail, String offerId, String transactionHash) LeaseService.getCurrentLease(long nftId) LeaseService.getLease(long leaseId) LeaseService.payRents(String managerAddress, String ownerAddress, long leaseId, int paidMonths, String transactionHash) Methods in io.meeds.deeds.common.service that return types with arguments of type DeedTenantLeaseDTOModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<DeedTenantLeaseDTO> LeaseService.getLeases(LeaseFilter leaseFilter, org.springframework.data.domain.Pageable pageable) LeaseService.getLeasesEndDateBetween(Instant from, Instant to) -
Uses of DeedTenantLeaseDTO in io.meeds.deeds.common.utils
Methods in io.meeds.deeds.common.utils that return DeedTenantLeaseDTOModifier and TypeMethodDescriptionstatic DeedTenantLeaseDTODeedTenantLeaseMapper.toDTO(DeedTenantLease deedTenantLease, TenantStatus tenantStatus, TenantProvisioningStatus provisioningStatus) Methods in io.meeds.deeds.common.utils with parameters of type DeedTenantLeaseDTOModifier and TypeMethodDescriptionstatic HubEntityHubMapper.toEntity(io.meeds.wom.api.model.Hub hub, DeedTenant deedTenant, DeedTenantLeaseDTO lease, HubEntity existingEntity)