Uses of Class
io.meeds.deeds.constant.UnauthorizedOperationException
Packages that use UnauthorizedOperationException
-
Uses of UnauthorizedOperationException in io.meeds.deeds.service
Methods in io.meeds.deeds.service that throw UnauthorizedOperationExceptionModifier and TypeMethodDescriptionTenantService.getDeedTenant(String address, long nftId) Retrieves theDeedTenantinformationTenantService.getDeedTenantOrImport(String managerAddress, Long nftId) TenantService.getDeedTenantOrImport(String managerAddress, Long nftId, boolean refreshFromBlockchain) voidTenantService.markDeedAsAcquired(long nftId, String newManager) Changes the DeedTenant Manager when an offer was acquired.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.