Uses of Class
io.meeds.deeds.common.elasticsearch.model.DeedTenantOffer
Packages that use DeedTenantOffer
Package
Description
-
Uses of DeedTenantOffer in io.meeds.deeds.common.elasticsearch.model
Methods in io.meeds.deeds.common.elasticsearch.model that return DeedTenantOffer -
Uses of DeedTenantOffer in io.meeds.deeds.common.elasticsearch.storage
Methods in io.meeds.deeds.common.elasticsearch.storage that return DeedTenantOfferMethods in io.meeds.deeds.common.elasticsearch.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<TransactionStatus> transactionStatus) OfferRepository.findByOwnerNotAndNftIdAndEnabledTrue(String owner, long nftId) -
Uses of DeedTenantOffer in io.meeds.deeds.common.service
Methods in io.meeds.deeds.common.service that return DeedTenantOfferModifier and TypeMethodDescriptionOfferService.updateOfferFromBlockchain(DeedOfferBlockchainState blockchainOffer, boolean isBlockchainScan) -
Uses of DeedTenantOffer in io.meeds.deeds.common.utils
Methods in io.meeds.deeds.common.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.common.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)