Uses of Class
io.meeds.deeds.constant.ObjectNotFoundException
Packages that use ObjectNotFoundException
-
Uses of ObjectNotFoundException in io.meeds.deeds.service
Methods in io.meeds.deeds.service that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionTenantService.buildDeedTenantFromBlockchain(long nftId) Retrieve Deed Tenant information from blockchainshortBlockchainService.getDeedCardType(long nftId) Retrieves from Blockchain DEED card type: - 0 : Common - 1 : Uncommon - 2 : Rare - 3 : LegendaryshortBlockchainService.getDeedCityIndex(long nftId) Retrieves from Blockchain DEED city index: - 0 : Tanit - 1 : Reshef - 2 : Ashtarte - 3 : Melqart - 4 : Eshmun - 5 : Kushor - 6 : HammonTenantService.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.