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 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) Methods in dev.getelements.elements.dao.mongo.mapper that return types with arguments of type MongoProductBundleModifier 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) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type MongoProductBundleModifier 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) Method parameters in dev.getelements.elements.dao.mongo.mapper with type arguments of type MongoProductBundleModifier 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) -
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 MongoProductBundleMethod parameters in dev.getelements.elements.dao.mongo.model.application with type arguments of type MongoProductBundleModifier and TypeMethodDescriptionvoidMongoApplicationConfiguration.setProductBundles(List<MongoProductBundle> productBundles)