Uses of Class
io.meeds.deeds.model.DeedTenantLeaseDTO
Packages that use DeedTenantLeaseDTO
Package
Description
-
Uses of DeedTenantLeaseDTO in io.meeds.deeds.listener
Methods in io.meeds.deeds.listener with parameters of type DeedTenantLeaseDTOModifier and TypeMethodDescriptionvoidOfferAcquiredListener.onEvent(String eventName, DeedTenantLeaseDTO lease) -
Uses of DeedTenantLeaseDTO in io.meeds.deeds.service
Methods in io.meeds.deeds.service that return DeedTenantLeaseDTOModifier and TypeMethodDescriptionLeaseService.createLease(String managerAddress, String managerEmail, String offerId, String transactionHash) LeaseService.getLease(long leaseId) LeaseService.payRents(String managerAddress, String ownerAddress, long leaseId, int paidMonths, String transactionHash) Methods in io.meeds.deeds.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) -
Uses of DeedTenantLeaseDTO in io.meeds.deeds.utils
Methods in io.meeds.deeds.utils that return DeedTenantLeaseDTOModifier and TypeMethodDescriptionstatic DeedTenantLeaseDTODeedTenantLeaseMapper.toDTO(DeedTenantLease deedTenantLease, io.meeds.deeds.constant.TenantStatus tenantStatus, io.meeds.deeds.constant.TenantProvisioningStatus provisioningStatus) -
Uses of DeedTenantLeaseDTO in io.meeds.deeds.web.rest
Methods in io.meeds.deeds.web.rest that return DeedTenantLeaseDTOModifier and TypeMethodDescriptionLeaseController.createLease(Principal principal, int code, String offerId, String transactionHash) LeaseController.payRent(Principal principal, long leaseId, String ownerAddress, int paidMonths, String transactionHash) Methods in io.meeds.deeds.web.rest that return types with arguments of type DeedTenantLeaseDTOModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<DeedTenantLeaseDTO>>LeaseController.getLeases(org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<DeedTenantLeaseDTO> assembler, Long nftId, List<io.meeds.deeds.constant.DeedCard> cardTypes, boolean onlyConfirmed, String address, boolean owner, long networkId) Method parameters in io.meeds.deeds.web.rest with type arguments of type DeedTenantLeaseDTOModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<DeedTenantLeaseDTO>>LeaseController.getLeases(org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<DeedTenantLeaseDTO> assembler, Long nftId, List<io.meeds.deeds.constant.DeedCard> cardTypes, boolean onlyConfirmed, String address, boolean owner, long networkId)