Uses of Class
de.hybris.platform.b2ctelcoservices.model.TmaPricingLogicAlgorithmModel
Packages that use TmaPricingLogicAlgorithmModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2ctelcoservices.jalo package.
-
Uses of TmaPricingLogicAlgorithmModel in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators
Classes in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators with type parameters of type TmaPricingLogicAlgorithmModelModifier and TypeClassDescriptionclassTmaPricingLogicAlgorithmPopulator<S extends TmaPricingLogicAlgorithmModel,T extends TmaPricingLogicAlgorithmData> Populator implementation forTmaPricingLogicAlgorithmModelas source andTmaPricingLogicAlgorithmDataas target type.Methods in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators that return types with arguments of type TmaPricingLogicAlgorithmModelModifier and TypeMethodDescriptionprotected Map<String,de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmModel, TmaPricingLogicAlgorithmData>> TmaComponentProdOfferPricePopulator.getPricingLogicAlgorithmConverterMap()protected Map<String,de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmData, TmaPricingLogicAlgorithmModel>> TmaComponentProdOfferPriceReversePopulator.getPricingLogicAlgorithmReverseConverterMap()Deprecated.since 2205protected Map<String,Class<TmaPricingLogicAlgorithmModel>> TmaComponentProdOfferPriceReversePopulator.getPricingLogicAlgorithmReverseDataMap()Deprecated.since 2205protected Map<String,TmaEntityResourceNormalizer<TmaPricingLogicAlgorithmData, TmaPricingLogicAlgorithmModel>> TmaComponentProdOfferPriceReversePopulator.getTmaPricingLogicAlgorithmEntityNormalizerMap()Methods in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators with parameters of type TmaPricingLogicAlgorithmModelModifier and TypeMethodDescriptionvoidTmaPricingLogicAlgorithmBasicReversePopulator.populate(TmaPricingLogicAlgorithmData source, TmaPricingLogicAlgorithmModel target) voidTmaPricingLogicAlgorithmPopulator.populate(TmaPricingLogicAlgorithmModel source, TmaPricingLogicAlgorithmData target) Constructor parameters in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators with type arguments of type TmaPricingLogicAlgorithmModelModifierConstructorDescriptionTmaComponentProdOfferPricePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<CurrencyModel, CurrencyData> currencyConverter, Map<String, de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmModel, TmaPricingLogicAlgorithmData>> pricingLogicAlgorithmConverterMap) TmaComponentProdOfferPriceReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<CurrencyData, CurrencyModel> currencyReverseConverter, Map<String, de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmData, TmaPricingLogicAlgorithmModel>> pricingLogicAlgorithmReverseConverterMap, Map<String, Class<TmaPricingLogicAlgorithmModel>> pricingLogicAlgorithmReverseDataMap, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<CurrencyData, CurrencyModel> tmaCurrencyEntityResourceNormalizer, Map<String, TmaEntityResourceNormalizer<TmaPricingLogicAlgorithmData, TmaPricingLogicAlgorithmModel>> tmaPricingLogicAlgorithmEntityNormalizerMap) -
Uses of TmaPricingLogicAlgorithmModel in de.hybris.platform.b2ctelcoservices.model
Subclasses of TmaPricingLogicAlgorithmModel in de.hybris.platform.b2ctelcoservices.modelModifier and TypeClassDescriptionclassGenerated model class for type TmaOneTimeRatingPla first defined at extension tuadatacommonsservices.classGenerated model class for type TmaRecurringRatingPla first defined at extension tuadatacommonsservices.classGenerated model class for type TmaUsageRatingPla first defined at extension tuadatacommonsservices.Methods in de.hybris.platform.b2ctelcoservices.model that return TmaPricingLogicAlgorithmModelModifier and TypeMethodDescriptionTmaComponentProdOfferPriceModel.getPricingLogicAlgorithm()Generated method - Getter of theTmaComponentProdOfferPrice.pricingLogicAlgorithmattribute defined at extensiontuadatacommonsservices.TmaExternalIdentifierModel.getPricingLogicAlgorithm()Generated method - Getter of theTmaExternalIdentifier.pricingLogicAlgorithmattribute defined at extensiontuadatacommonsservices.Methods in de.hybris.platform.b2ctelcoservices.model that return types with arguments of type TmaPricingLogicAlgorithmModelModifier and TypeMethodDescriptionTmaPricingLogicAlgorithmSpecModel.getPricingLogicAlgorithms()Generated method - Getter of theTmaPricingLogicAlgorithmSpec.pricingLogicAlgorithmsattribute defined at extensiontuadatacommonsservices.Methods in de.hybris.platform.b2ctelcoservices.model with parameters of type TmaPricingLogicAlgorithmModelModifier and TypeMethodDescriptionvoidTmaComponentProdOfferPriceModel.setPricingLogicAlgorithm(TmaPricingLogicAlgorithmModel value) Generated method - Setter ofTmaComponentProdOfferPrice.pricingLogicAlgorithmattribute defined at extensiontuadatacommonsservices.voidTmaExternalIdentifierModel.setPricingLogicAlgorithm(TmaPricingLogicAlgorithmModel value) Generated method - Setter ofTmaExternalIdentifier.pricingLogicAlgorithmattribute defined at extensiontuadatacommonsservices.Method parameters in de.hybris.platform.b2ctelcoservices.model with type arguments of type TmaPricingLogicAlgorithmModelModifier and TypeMethodDescriptionvoidTmaPricingLogicAlgorithmSpecModel.setPricingLogicAlgorithms(Set<TmaPricingLogicAlgorithmModel> value) Generated method - Setter ofTmaPricingLogicAlgorithmSpec.pricingLogicAlgorithmsattribute defined at extensiontuadatacommonsservices. -
Uses of TmaPricingLogicAlgorithmModel in de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.pricing
Methods in de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.pricing that return types with arguments of type TmaPricingLogicAlgorithmModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmModel,TmaSolrDocumentPricingLogicAlgorithm> TmaSolrDocumentComponentPopPopulator.getPricingLogicAlgorithmConverter()Methods in de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.pricing with parameters of type TmaPricingLogicAlgorithmModelModifier and TypeMethodDescriptionvoidTmaSolrDocumentPricingLogicAlgorithmPopulator.populate(TmaPricingLogicAlgorithmModel source, TmaSolrDocumentPricingLogicAlgorithm target)