Uses of Class
dev.getelements.elements.sdk.model.application.ProductBundle
Packages that use ProductBundle
Package
Description
Models for application configuration and management.
-
Uses of ProductBundle in dev.getelements.elements.dao.mongo.application
Methods in dev.getelements.elements.dao.mongo.application that return types with arguments of type ProductBundleModifier and TypeMethodDescriptionMongoApplicationConfigurationDao.getNormalizedProductBundles(List<ProductBundle> productBundles) Method parameters in dev.getelements.elements.dao.mongo.application with type arguments of type ProductBundleModifier and TypeMethodDescriptionMongoApplicationConfigurationDao.getNormalizedProductBundles(List<ProductBundle> productBundles) <T extends ApplicationConfiguration>
TMongoApplicationConfigurationDao.updateProductBundles(String applicationNameOrId, String applicationConfigurationNameOrId, Class<T> configurationClass, List<ProductBundle> productBundles) -
Uses of ProductBundle in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return ProductBundleModifier and TypeMethodDescriptionMongoApplicationProductBundleMapper.forward(MongoProductBundle source) MongoApplicationProductBundleMapperImpl.forward(MongoProductBundle source) protected ProductBundleMongoFacebookApplicationConfigurationMapperImpl.mongoProductBundleToProductBundle(MongoProductBundle mongoProductBundle) protected ProductBundleMongoGooglePlayApplicationConfigurationMapperImpl.mongoProductBundleToProductBundle(MongoProductBundle mongoProductBundle) protected ProductBundleMongoIosApplicationConfigurationMapperImpl.mongoProductBundleToProductBundle(MongoProductBundle mongoProductBundle) protected ProductBundleMongoOculusApplicationConfigurationMapperImpl.mongoProductBundleToProductBundle(MongoProductBundle mongoProductBundle) protected ProductBundleMongoSteamApplicationConfigurationMapperImpl.mongoProductBundleToProductBundle(MongoProductBundle mongoProductBundle) Methods in dev.getelements.elements.dao.mongo.mapper that return types with arguments of type ProductBundleModifier and TypeMethodDescriptionprotected List<ProductBundle> MongoFacebookApplicationConfigurationMapperImpl.mongoProductBundleListToProductBundleList(List<MongoProductBundle> list) protected List<ProductBundle> MongoGooglePlayApplicationConfigurationMapperImpl.mongoProductBundleListToProductBundleList(List<MongoProductBundle> list) protected List<ProductBundle> MongoIosApplicationConfigurationMapperImpl.mongoProductBundleListToProductBundleList(List<MongoProductBundle> list) protected List<ProductBundle> MongoOculusApplicationConfigurationMapperImpl.mongoProductBundleListToProductBundleList(List<MongoProductBundle> list) protected List<ProductBundle> MongoSteamApplicationConfigurationMapperImpl.mongoProductBundleListToProductBundleList(List<MongoProductBundle> list) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type ProductBundleModifier and TypeMethodDescriptionprotected MongoProductBundleMongoFacebookApplicationConfigurationMapperImpl.productBundleToMongoProductBundle(ProductBundle productBundle) protected MongoProductBundleMongoGooglePlayApplicationConfigurationMapperImpl.productBundleToMongoProductBundle(ProductBundle productBundle) protected MongoProductBundleMongoIosApplicationConfigurationMapperImpl.productBundleToMongoProductBundle(ProductBundle productBundle) protected MongoProductBundleMongoOculusApplicationConfigurationMapperImpl.productBundleToMongoProductBundle(ProductBundle productBundle) protected MongoProductBundleMongoSteamApplicationConfigurationMapperImpl.productBundleToMongoProductBundle(ProductBundle productBundle) MongoApplicationProductBundleMapper.reverse(ProductBundle source) MongoApplicationProductBundleMapperImpl.reverse(ProductBundle source) Method parameters in dev.getelements.elements.dao.mongo.mapper with type arguments of type ProductBundleModifier and TypeMethodDescriptionprotected List<MongoProductBundle> MongoFacebookApplicationConfigurationMapperImpl.productBundleListToMongoProductBundleList(List<ProductBundle> list) protected List<MongoProductBundle> MongoGooglePlayApplicationConfigurationMapperImpl.productBundleListToMongoProductBundleList(List<ProductBundle> list) protected List<MongoProductBundle> MongoIosApplicationConfigurationMapperImpl.productBundleListToMongoProductBundleList(List<ProductBundle> list) protected List<MongoProductBundle> MongoOculusApplicationConfigurationMapperImpl.productBundleListToMongoProductBundleList(List<ProductBundle> list) protected List<MongoProductBundle> MongoSteamApplicationConfigurationMapperImpl.productBundleListToMongoProductBundleList(List<ProductBundle> list) -
Uses of ProductBundle in dev.getelements.elements.rest.application
Method parameters in dev.getelements.elements.rest.application with type arguments of type ProductBundleModifier and TypeMethodDescriptionGooglePlayApplicationConfigurationResource.updateProductBundleForGooglePlayApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId, List<ProductBundle> productBundles) IosApplicationConfigurationResource.updateProductBundleForIosApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId, List<ProductBundle> productBundles) -
Uses of ProductBundle in dev.getelements.elements.sdk.dao
Method parameters in dev.getelements.elements.sdk.dao with type arguments of type ProductBundleModifier and TypeMethodDescription<T extends ApplicationConfiguration>
TApplicationConfigurationDao.updateProductBundles(String applicationNameOrId, String applicationConfigurationNameOrId, Class<T> configurationClass, List<ProductBundle> productBundle) Deprecated. -
Uses of ProductBundle in dev.getelements.elements.sdk.model.application
Methods in dev.getelements.elements.sdk.model.application that return ProductBundleModifier and TypeMethodDescriptionGooglePlayApplicationConfiguration.getProductBundle(String productId) Deprecated.use IAP SKU directlyIosApplicationConfiguration.getProductBundle(String productId) Deprecated.use IAP SKU directlyMethods in dev.getelements.elements.sdk.model.application that return types with arguments of type ProductBundleModifier and TypeMethodDescriptionFacebookApplicationConfiguration.getProductBundles()Deprecated.use IAP SKU directlyGooglePlayApplicationConfiguration.getProductBundles()Deprecated.use IAP SKU directlyIosApplicationConfiguration.getProductBundles()Deprecated.use IAP SKU directlyOculusApplicationConfiguration.getProductBundles()Deprecated.use the new goods API insteadSteamApplicationConfiguration.getProductBundles()Deprecated.use the new goods API insteadMethod parameters in dev.getelements.elements.sdk.model.application with type arguments of type ProductBundleModifier and TypeMethodDescriptionvoidFacebookApplicationConfiguration.setProductBundles(List<ProductBundle> productBundles) Deprecated.use IAP SKU directlyvoidGooglePlayApplicationConfiguration.setProductBundles(List<ProductBundle> productBundles) Deprecated.use IAP SKU directlyvoidIosApplicationConfiguration.setProductBundles(List<ProductBundle> productBundles) Deprecated.use IAP SKU directlyvoidOculusApplicationConfiguration.setProductBundles(List<ProductBundle> productBundles) Deprecated.use the new goods API insteadvoidSteamApplicationConfiguration.setProductBundles(List<ProductBundle> productBundles) Deprecated.use the new goods API instead -
Uses of ProductBundle in dev.getelements.elements.sdk.service.application
Method parameters in dev.getelements.elements.sdk.service.application with type arguments of type ProductBundleModifier and TypeMethodDescription<T extends ApplicationConfiguration>
TApplicationConfigurationService.updateProductBundles(String applicationNameOrId, String applicationConfigurationNameOrId, Class<T> configurationClass, List<ProductBundle> productBundles) Deprecated.Manage product bundles directly viaProductBundleServiceinstead. -
Uses of ProductBundle in dev.getelements.elements.service.application
Method parameters in dev.getelements.elements.service.application with type arguments of type ProductBundleModifier and TypeMethodDescription<T extends ApplicationConfiguration>
TAnonApplicationConfigurationService.updateProductBundles(String applicationNameOrId, String applicationConfigurationNameOrId, Class<T> configurationClass, List<ProductBundle> productBundles) <T extends ApplicationConfiguration>
TSuperUserApplicationConfigurationService.updateProductBundles(String applicationNameOrId, String applicationConfigurationNameOrId, Class<T> configurationClass, List<ProductBundle> productBundles)
ProductBundleDaoto manage product bundles as standalone resources.