Uses of Class
dev.getelements.elements.dao.mongo.model.application.MongoProductBundle
Packages that use MongoProductBundle
Package
Description
-
Uses of MongoProductBundle in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return MongoProductBundleModifier and TypeMethodDescriptionprotected MongoProductBundle
MongoGooglePlayApplicationConfigurationMapperImpl.productBundleToMongoProductBundle
(ProductBundle productBundle) protected MongoProductBundle
MongoIosApplicationConfigurationMapperImpl.productBundleToMongoProductBundle
(ProductBundle productBundle) MongoProductBundleMapper.reverse
(ProductBundle source) MongoProductBundleMapperImpl.reverse
(ProductBundle source) Methods in dev.getelements.elements.dao.mongo.mapper that return types with arguments of type MongoProductBundleModifier and TypeMethodDescriptionprotected List
<MongoProductBundle> MongoGooglePlayApplicationConfigurationMapperImpl.productBundleListToMongoProductBundleList
(List<ProductBundle> list) protected List
<MongoProductBundle> MongoIosApplicationConfigurationMapperImpl.productBundleListToMongoProductBundleList
(List<ProductBundle> list) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type MongoProductBundleModifier and TypeMethodDescriptionMongoProductBundleMapper.forward
(MongoProductBundle source) MongoProductBundleMapperImpl.forward
(MongoProductBundle source) protected ProductBundle
MongoGooglePlayApplicationConfigurationMapperImpl.mongoProductBundleToProductBundle
(MongoProductBundle mongoProductBundle) protected ProductBundle
MongoIosApplicationConfigurationMapperImpl.mongoProductBundleToProductBundle
(MongoProductBundle mongoProductBundle) Method parameters in dev.getelements.elements.dao.mongo.mapper with type arguments of type MongoProductBundleModifier and TypeMethodDescriptionprotected List
<ProductBundle> MongoGooglePlayApplicationConfigurationMapperImpl.mongoProductBundleListToProductBundleList
(List<MongoProductBundle> list) protected List
<ProductBundle> MongoIosApplicationConfigurationMapperImpl.mongoProductBundleListToProductBundleList
(List<MongoProductBundle> list) -
Uses of MongoProductBundle in dev.getelements.elements.dao.mongo.model.application
Methods in dev.getelements.elements.dao.mongo.model.application that return types with arguments of type MongoProductBundleModifier and TypeMethodDescriptionMongoGooglePlayApplicationConfiguration.getProductBundles()
MongoIosApplicationConfiguration.getProductBundles()
Method parameters in dev.getelements.elements.dao.mongo.model.application with type arguments of type MongoProductBundleModifier and TypeMethodDescriptionvoid
MongoGooglePlayApplicationConfiguration.setProductBundles
(List<MongoProductBundle> productBundles) void
MongoIosApplicationConfiguration.setProductBundles
(List<MongoProductBundle> productBundles)