Uses of Class
dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
Packages that use GooglePlayIapReceipt
Package
Description
-
Uses of GooglePlayIapReceipt in dev.getelements.elements.dao.mongo
Methods in dev.getelements.elements.dao.mongo that return GooglePlayIapReceiptModifier and TypeMethodDescriptionMongoGooglePlayIapReceiptDao.getGooglePlayIapReceipt
(String orderId) MongoGooglePlayIapReceiptDao.getOrCreateGooglePlayIapReceipt
(GooglePlayIapReceipt googlePlayIapReceipt) Methods in dev.getelements.elements.dao.mongo that return types with arguments of type GooglePlayIapReceiptModifier and TypeMethodDescriptionMongoGooglePlayIapReceiptDao.getGooglePlayIapReceipts
(User user, int offset, int count) Methods in dev.getelements.elements.dao.mongo with parameters of type GooglePlayIapReceiptModifier and TypeMethodDescriptionMongoGooglePlayIapReceiptDao.getOrCreateGooglePlayIapReceipt
(GooglePlayIapReceipt googlePlayIapReceipt) -
Uses of GooglePlayIapReceipt in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return GooglePlayIapReceiptModifier and TypeMethodDescriptionMongoDBMapper.toGooglePlayIapReceipt
(MongoGooglePlayIapReceipt source) MongoDBMapperImpl.toGooglePlayIapReceipt
(MongoGooglePlayIapReceipt source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type GooglePlayIapReceiptModifier and TypeMethodDescriptionMongoDBMapper.toMongoGooglePlayIapReceipt
(GooglePlayIapReceipt source) MongoDBMapperImpl.toMongoGooglePlayIapReceipt
(GooglePlayIapReceipt source) -
Uses of GooglePlayIapReceipt in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return GooglePlayIapReceiptModifier and TypeMethodDescriptionGooglePlayIapReceiptDao.getGooglePlayIapReceipt
(String orderId) Gets the receipt with the id, or throws aNotFoundException
if the receipt can't be found.GooglePlayIapReceiptDao.getOrCreateGooglePlayIapReceipt
(GooglePlayIapReceipt googlePlayIapReceipt) Creates a new receipt.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type GooglePlayIapReceiptModifier and TypeMethodDescriptionGooglePlayIapReceiptDao.getGooglePlayIapReceipts
(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 GooglePlayIapReceiptModifier and TypeMethodDescriptionGooglePlayIapReceiptDao.getOrCreateGooglePlayIapReceipt
(GooglePlayIapReceipt googlePlayIapReceipt) Creates a new receipt. -
Uses of GooglePlayIapReceipt in dev.getelements.elements.sdk.service.googleplayiap
Methods in dev.getelements.elements.sdk.service.googleplayiap that return GooglePlayIapReceiptModifier and TypeMethodDescriptionGooglePlayIapReceiptService.getGooglePlayIapReceipt
(String orderId) Gets the receipt with the id, or throws aNotFoundException
if the receipt can't be found.GooglePlayIapReceiptService.getOrCreateGooglePlayIapReceipt
(GooglePlayIapReceipt googlePlayIapReceipt) Finds a receipt in the db, or creates a new one if necessary.GooglePlayIapReceiptService.verifyAndCreateGooglePlayIapReceiptIfNeeded
(String packageName, String productId, String purchaseToken) Verifies the given purchase data against the Google Play purchase validation services.Methods in dev.getelements.elements.sdk.service.googleplayiap that return types with arguments of type GooglePlayIapReceiptModifier and TypeMethodDescriptionGooglePlayIapReceiptService.getGooglePlayIapReceipts
(User user, int offset, int count) Gets receipts for a given user specifying the offset and the count.Methods in dev.getelements.elements.sdk.service.googleplayiap with parameters of type GooglePlayIapReceiptModifier and TypeMethodDescriptionGooglePlayIapReceiptService.getOrCreateGooglePlayIapReceipt
(GooglePlayIapReceipt googlePlayIapReceipt) Finds a receipt in the db, or creates a new one if necessary.GooglePlayIapReceiptService.getOrCreateRewardIssuances
(GooglePlayIapReceipt googlePlayIapReceipt) Gets or creates a list ofRewardIssuance
s in the db for the givenGooglePlayIapReceipt
. -
Uses of GooglePlayIapReceipt in dev.getelements.elements.service.googleplayiap
Methods in dev.getelements.elements.service.googleplayiap that return GooglePlayIapReceiptModifier and TypeMethodDescriptionUserGooglePlayIapReceiptService.getGooglePlayIapReceipt
(String orderId) UserGooglePlayIapReceiptService.getOrCreateGooglePlayIapReceipt
(GooglePlayIapReceipt googlePlayIapReceipt) UserGooglePlayIapReceiptService.verifyAndCreateGooglePlayIapReceiptIfNeeded
(String packageName, String productId, String purchaseToken) Methods in dev.getelements.elements.service.googleplayiap that return types with arguments of type GooglePlayIapReceiptModifier and TypeMethodDescriptionUserGooglePlayIapReceiptService.getGooglePlayIapReceipts
(User user, int offset, int count) Methods in dev.getelements.elements.service.googleplayiap with parameters of type GooglePlayIapReceiptModifier and TypeMethodDescriptionUserGooglePlayIapReceiptService.getOrCreateGooglePlayIapReceipt
(GooglePlayIapReceipt googlePlayIapReceipt) UserGooglePlayIapReceiptService.getOrCreateRewardIssuances
(GooglePlayIapReceipt googlePlayIapReceipt)