Uses of Class
io.meeds.deeds.model.DeedTenantOffer
Packages that use DeedTenantOffer
Package
Description
-
Uses of DeedTenantOffer in io.meeds.deeds.listener
Methods in io.meeds.deeds.listener with parameters of type DeedTenantOfferModifier and TypeMethodDescriptionvoidOfferCreatedListener.onEvent(String eventName, DeedTenantOffer deedTenantOffer) -
Uses of DeedTenantOffer in io.meeds.deeds.model
Methods in io.meeds.deeds.model that return DeedTenantOffer -
Uses of DeedTenantOffer in io.meeds.deeds.service
Methods in io.meeds.deeds.service that return DeedTenantOfferModifier and TypeMethodDescriptionOfferService.updateOfferFromBlockchain(io.meeds.deeds.model.DeedOfferBlockchainState blockchainOffer, boolean isBlockchainScan) -
Uses of DeedTenantOffer in io.meeds.deeds.storage
Methods in io.meeds.deeds.storage that return DeedTenantOfferMethods in io.meeds.deeds.storage that return types with arguments of type DeedTenantOfferModifier and TypeMethodDescriptionOfferRepository.findByNftId(long nftId) OfferRepository.findByOfferId(long offerId) OfferRepository.findByOfferIdAndParentIdIsNull(long offerId) OfferRepository.findByOfferTransactionStatusInOrderByCreatedDateAsc(List<io.meeds.deeds.constant.TransactionStatus> transactionStatus) OfferRepository.findByOwnerNotAndNftIdAndEnabledTrue(String owner, long nftId) -
Uses of DeedTenantOffer in io.meeds.deeds.utils
Methods in io.meeds.deeds.utils that return DeedTenantOfferModifier and TypeMethodDescriptionstatic DeedTenantOfferDeedTenantOfferMapper.fromDTO(DeedTenantOfferDTO deedTenantOfferDTO) static DeedTenantOfferDeedTenantOfferMapper.toOfferChangeLog(DeedTenantOffer existingDeedTenantOffer, String transactionHash) static DeedTenantOfferDeedTenantOfferMapper.toOfferUpdateChangeLog(DeedTenantOfferDTO deedTenantOfferDTO, DeedTenantOffer existingDeedTenantOffer) Methods in io.meeds.deeds.utils with parameters of type DeedTenantOfferModifier and TypeMethodDescriptionstatic DeedTenantOfferDTODeedTenantOfferMapper.toDTO(DeedTenantOffer deedTenantOffer) static DeedTenantOfferDeedTenantOfferMapper.toOfferChangeLog(DeedTenantOffer existingDeedTenantOffer, String transactionHash) static DeedTenantOfferDeedTenantOfferMapper.toOfferUpdateChangeLog(DeedTenantOfferDTO deedTenantOfferDTO, DeedTenantOffer existingDeedTenantOffer)