Uses of Class
dev.getelements.elements.sdk.model.application.ProductBundle
Packages that use ProductBundle
Package
Description
-
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 TypeMethodDescriptionMongoProductBundleMapper.forward(MongoProductBundle source) MongoProductBundleMapperImpl.forward(MongoProductBundle source) protected ProductBundleMongoGooglePlayApplicationConfigurationMapperImpl.mongoProductBundleToProductBundle(MongoProductBundle mongoProductBundle) protected ProductBundleMongoIosApplicationConfigurationMapperImpl.mongoProductBundleToProductBundle(MongoProductBundle mongoProductBundle) Methods in dev.getelements.elements.dao.mongo.mapper that return types with arguments of type ProductBundleModifier and TypeMethodDescriptionprotected List<ProductBundle> MongoGooglePlayApplicationConfigurationMapperImpl.mongoProductBundleListToProductBundleList(List<MongoProductBundle> list) protected List<ProductBundle> MongoIosApplicationConfigurationMapperImpl.mongoProductBundleListToProductBundleList(List<MongoProductBundle> list) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type ProductBundleModifier and TypeMethodDescriptionprotected MongoProductBundleMongoGooglePlayApplicationConfigurationMapperImpl.productBundleToMongoProductBundle(ProductBundle productBundle) protected MongoProductBundleMongoIosApplicationConfigurationMapperImpl.productBundleToMongoProductBundle(ProductBundle productBundle) MongoProductBundleMapper.reverse(ProductBundle source) MongoProductBundleMapperImpl.reverse(ProductBundle source) Method parameters in dev.getelements.elements.dao.mongo.mapper with type arguments of type ProductBundleModifier and TypeMethodDescriptionprotected List<MongoProductBundle> MongoGooglePlayApplicationConfigurationMapperImpl.productBundleListToMongoProductBundleList(List<ProductBundle> list) protected List<MongoProductBundle> MongoIosApplicationConfigurationMapperImpl.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.updateProductBundleForApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId, List<ProductBundle> productBundles) IosApplicationConfigurationResource.updateProductBundleForApplicationConfiguration(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) Sets the ProductBundle for the given application configuration id. -
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) IosApplicationConfiguration.getProductBundle(String productId) Methods in dev.getelements.elements.sdk.model.application that return types with arguments of type ProductBundleModifier and TypeMethodDescriptionGooglePlayApplicationConfiguration.getProductBundles()IosApplicationConfiguration.getProductBundles()Method parameters in dev.getelements.elements.sdk.model.application with type arguments of type ProductBundleModifier and TypeMethodDescriptionvoidGooglePlayApplicationConfiguration.setProductBundles(List<ProductBundle> productBundles) voidIosApplicationConfiguration.setProductBundles(List<ProductBundle> productBundles) -
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) Udpates the product bundles for the givenApplicationConfigurationinstance. -
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)