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
Method parameters in dev.getelements.elements.dao.mongo.application with type arguments of type ProductBundleModifier and TypeMethodDescriptionMongoApplicationConfigurationDao.updateProductBundles(String applicationConfigurationId, 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 TypeMethodDescriptionprotected ProductBundleMongoDBMapperImpl.mongoProductBundleToProductBundle(MongoProductBundle mongoProductBundle) protected ProductBundleMongoFacebookApplicationConfigurationMapperImpl.mongoProductBundleToProductBundle(MongoProductBundle mongoProductBundle) protected ProductBundleMongoFirebaseApplicationConfigurationMapperImpl.mongoProductBundleToProductBundle(MongoProductBundle mongoProductBundle) protected ProductBundleMongoGooglePlayApplicationConfigurationMapperImpl.mongoProductBundleToProductBundle(MongoProductBundle mongoProductBundle) protected ProductBundleMongoIosApplicationConfigurationMapperImpl.mongoProductBundleToProductBundle(MongoProductBundle mongoProductBundle) protected ProductBundleMongoMatchmakingApplicationConfigurationMapperImpl.mongoProductBundleToProductBundle(MongoProductBundle mongoProductBundle) protected ProductBundleMongoPSNApplicationConfigurationMapperImpl.mongoProductBundleToProductBundle(MongoProductBundle mongoProductBundle) Methods in dev.getelements.elements.dao.mongo.mapper that return types with arguments of type ProductBundleModifier and TypeMethodDescriptionprotected List<ProductBundle> MongoDBMapperImpl.mongoProductBundleListToProductBundleList(List<MongoProductBundle> list) protected List<ProductBundle> MongoFacebookApplicationConfigurationMapperImpl.mongoProductBundleListToProductBundleList(List<MongoProductBundle> list) protected List<ProductBundle> MongoFirebaseApplicationConfigurationMapperImpl.mongoProductBundleListToProductBundleList(List<MongoProductBundle> list) protected List<ProductBundle> MongoGooglePlayApplicationConfigurationMapperImpl.mongoProductBundleListToProductBundleList(List<MongoProductBundle> list) protected List<ProductBundle> MongoIosApplicationConfigurationMapperImpl.mongoProductBundleListToProductBundleList(List<MongoProductBundle> list) protected List<ProductBundle> MongoMatchmakingApplicationConfigurationMapperImpl.mongoProductBundleListToProductBundleList(List<MongoProductBundle> list) protected List<ProductBundle> MongoPSNApplicationConfigurationMapperImpl.mongoProductBundleListToProductBundleList(List<MongoProductBundle> list) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type ProductBundleModifier and TypeMethodDescriptionprotected MongoProductBundleMongoDBMapperImpl.productBundleToMongoProductBundle(ProductBundle productBundle) protected MongoProductBundleMongoFacebookApplicationConfigurationMapperImpl.productBundleToMongoProductBundle(ProductBundle productBundle) protected MongoProductBundleMongoFirebaseApplicationConfigurationMapperImpl.productBundleToMongoProductBundle(ProductBundle productBundle) protected MongoProductBundleMongoGooglePlayApplicationConfigurationMapperImpl.productBundleToMongoProductBundle(ProductBundle productBundle) protected MongoProductBundleMongoIosApplicationConfigurationMapperImpl.productBundleToMongoProductBundle(ProductBundle productBundle) protected MongoProductBundleMongoMatchmakingApplicationConfigurationMapperImpl.productBundleToMongoProductBundle(ProductBundle productBundle) protected MongoProductBundleMongoPSNApplicationConfigurationMapperImpl.productBundleToMongoProductBundle(ProductBundle productBundle) Method parameters in dev.getelements.elements.dao.mongo.mapper with type arguments of type ProductBundleModifier and TypeMethodDescriptionprotected List<MongoProductBundle> MongoDBMapperImpl.productBundleListToMongoProductBundleList(List<ProductBundle> list) protected List<MongoProductBundle> MongoFacebookApplicationConfigurationMapperImpl.productBundleListToMongoProductBundleList(List<ProductBundle> list) protected List<MongoProductBundle> MongoFirebaseApplicationConfigurationMapperImpl.productBundleListToMongoProductBundleList(List<ProductBundle> list) protected List<MongoProductBundle> MongoGooglePlayApplicationConfigurationMapperImpl.productBundleListToMongoProductBundleList(List<ProductBundle> list) protected List<MongoProductBundle> MongoIosApplicationConfigurationMapperImpl.productBundleListToMongoProductBundleList(List<ProductBundle> list) protected List<MongoProductBundle> MongoMatchmakingApplicationConfigurationMapperImpl.productBundleListToMongoProductBundleList(List<ProductBundle> list) protected List<MongoProductBundle> MongoPSNApplicationConfigurationMapperImpl.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 TypeMethodDescriptionApplicationConfigurationResource.updateProductBundleForApplicationConfiguration(String applicationNameOrId, String applicationConfigurationId, 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 TypeMethodDescriptionApplicationConfigurationDao.updateProductBundles(String applicationConfigurationId, 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 ProductBundleMethods in dev.getelements.elements.sdk.model.application that return types with arguments of type ProductBundleMethod parameters in dev.getelements.elements.sdk.model.application with type arguments of type ProductBundleModifier and TypeMethodDescriptionvoidApplicationConfiguration.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 TypeMethodDescriptionApplicationConfigurationService.updateProductBundles(String applicationConfigurationId, List<ProductBundle> productBundles) -
Uses of ProductBundle in dev.getelements.elements.service.application
Method parameters in dev.getelements.elements.service.application with type arguments of type ProductBundleModifier and TypeMethodDescriptionAnonApplicationConfigurationService.updateProductBundles(String applicationConfigurationId, List<ProductBundle> productBundles) SuperUserApplicationConfigurationService.updateProductBundles(String applicationConfigurationId, List<ProductBundle> productBundles)