Uses of Class
dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
Packages that use AppleIapReceipt
Package
Description
-
Uses of AppleIapReceipt in dev.getelements.elements.dao.mongo
Methods in dev.getelements.elements.dao.mongo that return AppleIapReceiptModifier and TypeMethodDescriptionMongoAppleIapReceiptDao.getAppleIapReceipt
(String originalTransactionId) MongoAppleIapReceiptDao.getOrCreateAppleIapReceipt
(AppleIapReceipt appleIapReceipt) Methods in dev.getelements.elements.dao.mongo that return types with arguments of type AppleIapReceiptModifier and TypeMethodDescriptionMongoAppleIapReceiptDao.getAppleIapReceipts
(User user, int offset, int count) Methods in dev.getelements.elements.dao.mongo with parameters of type AppleIapReceiptModifier and TypeMethodDescriptionMongoAppleIapReceiptDao.getOrCreateAppleIapReceipt
(AppleIapReceipt appleIapReceipt) -
Uses of AppleIapReceipt in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return AppleIapReceiptModifier and TypeMethodDescriptionMongoDBMapper.toAppleIapReceipt
(MongoAppleIapReceipt source) MongoDBMapperImpl.toAppleIapReceipt
(MongoAppleIapReceipt source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type AppleIapReceiptModifier and TypeMethodDescriptionMongoDBMapper.toMongoAppleIapReceipt
(AppleIapReceipt source) MongoDBMapperImpl.toMongoAppleIapReceipt
(AppleIapReceipt source) -
Uses of AppleIapReceipt in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return AppleIapReceiptModifier and TypeMethodDescriptionAppleIapReceiptDao.getAppleIapReceipt
(String originalTransactionId) Gets the receipt with the id, or throws aNotFoundException
if the receipt can't be found.AppleIapReceiptDao.getOrCreateAppleIapReceipt
(AppleIapReceipt appleIapReceipt) Creates a new receipt.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type AppleIapReceiptModifier and TypeMethodDescriptionAppleIapReceiptDao.getAppleIapReceipts
(User user, int offset, int count) Gets receipts for a given user specifying the offset and the count.Methods in dev.getelements.elements.sdk.dao with parameters of type AppleIapReceiptModifier and TypeMethodDescriptionAppleIapReceiptDao.getOrCreateAppleIapReceipt
(AppleIapReceipt appleIapReceipt) Creates a new receipt. -
Uses of AppleIapReceipt in dev.getelements.elements.sdk.service.appleiap
Methods in dev.getelements.elements.sdk.service.appleiap that return AppleIapReceiptModifier and TypeMethodDescriptionAppleIapReceiptService.getAppleIapReceipt
(String originalTransactionId) Gets the receipt with the id, or throws aNotFoundException
if the receipt can't be found.AppleIapReceiptService.getOrCreateAppleIapReceipt
(AppleIapReceipt appleIapReceipt) Finds a receipt in the db, or creates a new one if necessary.Methods in dev.getelements.elements.sdk.service.appleiap that return types with arguments of type AppleIapReceiptModifier and TypeMethodDescriptionAppleIapReceiptService.getAppleIapReceipts
(User user, int offset, int count) Gets receipts for a given user specifying the offset and the count.AppleIapReceiptService.verifyAndCreateAppleIapReceiptsIfNeeded
(AppleIapVerifyReceiptInvoker.AppleIapVerifyReceiptEnvironment appleIapVerifyReceiptEnvironment, String receiptData) Verifies the given base64-encoded receiptData string against the Apple servers in the given environment.Methods in dev.getelements.elements.sdk.service.appleiap with parameters of type AppleIapReceiptModifier and TypeMethodDescriptionAppleIapReceiptService.getOrCreateAppleIapReceipt
(AppleIapReceipt appleIapReceipt) Finds a receipt in the db, or creates a new one if necessary.Method parameters in dev.getelements.elements.sdk.service.appleiap with type arguments of type AppleIapReceiptModifier and TypeMethodDescriptionAppleIapReceiptService.getOrCreateRewardIssuances
(List<AppleIapReceipt> appleIapReceipts) Gets or creates aRewardIssuance
in the db for each givenAppleIapReceipt
. -
Uses of AppleIapReceipt in dev.getelements.elements.service.appleiap
Methods in dev.getelements.elements.service.appleiap that return AppleIapReceiptModifier and TypeMethodDescriptionUserAppleIapReceiptService.getAppleIapReceipt
(String originalTransactionId) UserAppleIapReceiptService.getOrCreateAppleIapReceipt
(AppleIapReceipt appleIapReceipt) Methods in dev.getelements.elements.service.appleiap that return types with arguments of type AppleIapReceiptModifier and TypeMethodDescriptionUserAppleIapReceiptService.getAppleIapReceipts
(User user, int offset, int count) UserAppleIapReceiptService.verifyAndCreateAppleIapReceiptsIfNeeded
(AppleIapVerifyReceiptInvoker.AppleIapVerifyReceiptEnvironment appleIapVerifyReceiptEnvironment, String receiptData) Methods in dev.getelements.elements.service.appleiap with parameters of type AppleIapReceiptModifier and TypeMethodDescriptionUserAppleIapReceiptService.getOrCreateAppleIapReceipt
(AppleIapReceipt appleIapReceipt) Method parameters in dev.getelements.elements.service.appleiap with type arguments of type AppleIapReceiptModifier and TypeMethodDescriptionUserAppleIapReceiptService.getOrCreateRewardIssuances
(List<AppleIapReceipt> appleIapReceipts)