Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.PricingLogicAlgorithm
Packages that use PricingLogicAlgorithm
Package
Description
-
Uses of PricingLogicAlgorithm in de.hybris.platform.b2ctelcotmfwebservices.mappers.pricinglogicalgorithm
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.pricinglogicalgorithm with parameters of type PricingLogicAlgorithmModifier and TypeMethodDescriptionvoidPlaExternalIdentifierAttributeMapper.populateSourceAttributeFromTarget(PricingLogicAlgorithm source, TmaPricingLogicAlgorithmData target, ma.glasnost.orika.MappingContext context) voidPlaSpecIdAttributeMapper.populateSourceAttributeFromTarget(PricingLogicAlgorithm source, TmaPricingLogicAlgorithmData target, ma.glasnost.orika.MappingContext context) voidPlaValidForAttributeMapper.populateSourceAttributeFromTarget(PricingLogicAlgorithm source, TmaPricingLogicAlgorithmData target, ma.glasnost.orika.MappingContext context) voidPlaAtBaseTypeAttributeMapper.populateTargetAttributeFromSource(TmaPricingLogicAlgorithmData source, PricingLogicAlgorithm target, ma.glasnost.orika.MappingContext context) voidPlaAtTypeAttributeMapper.populateTargetAttributeFromSource(TmaPricingLogicAlgorithmData source, PricingLogicAlgorithm target, ma.glasnost.orika.MappingContext context) voidPlaExternalIdentifierAttributeMapper.populateTargetAttributeFromSource(TmaPricingLogicAlgorithmData source, PricingLogicAlgorithm target, ma.glasnost.orika.MappingContext context) voidPlaHrefAttributeMapper.populateTargetAttributeFromSource(TmaPricingLogicAlgorithmData source, PricingLogicAlgorithm target, ma.glasnost.orika.MappingContext context) voidPlaSpecIdAttributeMapper.populateTargetAttributeFromSource(TmaPricingLogicAlgorithmData source, PricingLogicAlgorithm target, ma.glasnost.orika.MappingContext context) voidPlaValidForAttributeMapper.populateTargetAttributeFromSource(TmaPricingLogicAlgorithmData source, PricingLogicAlgorithm target, ma.glasnost.orika.MappingContext context) -
Uses of PricingLogicAlgorithm in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return PricingLogicAlgorithmModifier and TypeMethodDescriptionPricingLogicAlgorithm.addExternalIdentifierItem(ExternalIdentifier externalIdentifierItem) PricingLogicAlgorithm.atbaseType(String atbaseType) PricingLogicAlgorithm.atschemaLocation(String atschemaLocation) PricingLogicAlgorithm.description(String description) PricingLogicAlgorithm.externalIdentifier(List<ExternalIdentifier> externalIdentifier) PricingLogicAlgorithm.validFor(TimePeriod validFor) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type PricingLogicAlgorithmModifier and TypeMethodDescription@Valid List<PricingLogicAlgorithm>ProdOfferPriceAllowance.getPricingLogicAlgorithm()Not Sent.@Valid List<PricingLogicAlgorithm>ProductOfferingPrice.getPricingLogicAlgorithm()Not Sent.@Valid List<PricingLogicAlgorithm>ProductOfferingPriceUnderscoreCreate.getPricingLogicAlgorithm()Get pricingLogicAlgorithm@Valid List<PricingLogicAlgorithm>ProductOfferingPriceUnderscoreUpdate.getPricingLogicAlgorithm()Get pricingLogicAlgorithmMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type PricingLogicAlgorithmModifier and TypeMethodDescriptionProdOfferPriceAllowance.addPricingLogicAlgorithmItem(PricingLogicAlgorithm pricingLogicAlgorithmItem) ProductOfferingPrice.addPricingLogicAlgorithmItem(PricingLogicAlgorithm pricingLogicAlgorithmItem) ProductOfferingPriceUnderscoreCreate.addPricingLogicAlgorithmItem(PricingLogicAlgorithm pricingLogicAlgorithmItem) ProductOfferingPriceUnderscoreUpdate.addPricingLogicAlgorithmItem(PricingLogicAlgorithm pricingLogicAlgorithmItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type PricingLogicAlgorithmModifier and TypeMethodDescriptionProdOfferPriceAllowance.pricingLogicAlgorithm(List<PricingLogicAlgorithm> pricingLogicAlgorithm) ProductOfferingPrice.pricingLogicAlgorithm(List<PricingLogicAlgorithm> pricingLogicAlgorithm) ProductOfferingPriceUnderscoreCreate.pricingLogicAlgorithm(List<PricingLogicAlgorithm> pricingLogicAlgorithm) ProductOfferingPriceUnderscoreUpdate.pricingLogicAlgorithm(List<PricingLogicAlgorithm> pricingLogicAlgorithm) voidProdOfferPriceAllowance.setPricingLogicAlgorithm(List<PricingLogicAlgorithm> pricingLogicAlgorithm) voidProductOfferingPrice.setPricingLogicAlgorithm(List<PricingLogicAlgorithm> pricingLogicAlgorithm) voidProductOfferingPriceUnderscoreCreate.setPricingLogicAlgorithm(List<PricingLogicAlgorithm> pricingLogicAlgorithm) voidProductOfferingPriceUnderscoreUpdate.setPricingLogicAlgorithm(List<PricingLogicAlgorithm> pricingLogicAlgorithm) -
Uses of PricingLogicAlgorithm in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type PricingLogicAlgorithmModifier and TypeMethodDescription@Valid List<PricingLogicAlgorithm>ProductOfferingPrice.getPricingLogicAlgorithm()not sentMethods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type PricingLogicAlgorithmModifier and TypeMethodDescriptionProductOfferingPrice.addPricingLogicAlgorithmItem(PricingLogicAlgorithm pricingLogicAlgorithmItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type PricingLogicAlgorithmModifier and TypeMethodDescriptionProductOfferingPrice.pricingLogicAlgorithm(List<PricingLogicAlgorithm> pricingLogicAlgorithm) voidProductOfferingPrice.setPricingLogicAlgorithm(List<PricingLogicAlgorithm> pricingLogicAlgorithm)