Uses of Class
io.meeds.deeds.common.constant.UnauthorizedOperationException
Packages that use UnauthorizedOperationException
-
Uses of UnauthorizedOperationException in io.meeds.deeds.common.service
Methods in io.meeds.deeds.common.service that throw UnauthorizedOperationExceptionModifier and TypeMethodDescriptionLeaseService.createLease(String managerAddress, String managerEmail, String offerId, String transactionHash) OfferService.createRentingOffer(String ownerAddress, String ownerEmail, DeedTenantOfferDTO deedTenantOfferDTO) voidOfferService.deleteRentingOffer(String walletAddress, String offerId, String transactionHash) TenantService.getDeedTenant(String address, long nftId) Retrieves theDeedTenantinformationvoidTenantService.markDeedAsAcquired(long nftId, String newManager) Changes the DeedTenant Manager when an offer was acquired.LeaseService.payRents(String managerAddress, String ownerAddress, long leaseId, int paidMonths, String transactionHash) voidStores User Email to allow support Team Contact him and notify him about Tenant StatusvoidTenantService.startTenant(String managerAddress, String transactionHash, long nftId, String email) Stores User Email to allow support Team Contact him and notify him about Tenant Status.voidTenantService.stopTenant(String managerAddress, String transactionHash, long nftId) Collects information about DEED Nft and transaction hash to command Tenant shutdown.voidLeaseService.transferDeedOwnership(String newOnwer, long nftId) OfferService.updateRentingOffer(String walletAddress, DeedTenantOfferDTO deedTenantOfferDTO)