Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.PricingLogicAlgorithm
-
Packages that use PricingLogicAlgorithm Package Description de.hybris.platform.b2ctelcotmfwebservices.v2.dto de.hybris.platform.b2ctelcotmfwebservices.v3.dto -
-
Uses of PricingLogicAlgorithm in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return PricingLogicAlgorithm Modifier and Type Method Description PricingLogicAlgorithmPricingLogicAlgorithm. attype(java.lang.String attype)PricingLogicAlgorithmPricingLogicAlgorithm. description(java.lang.String description)PricingLogicAlgorithmPricingLogicAlgorithm. href(java.lang.String href)PricingLogicAlgorithmPricingLogicAlgorithm. id(java.lang.String id)PricingLogicAlgorithmPricingLogicAlgorithm. name(java.lang.String name)PricingLogicAlgorithmPricingLogicAlgorithm. plaSpecId(java.lang.String plaSpecId)PricingLogicAlgorithmPricingLogicAlgorithm. validFor(TimePeriod validFor)Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type PricingLogicAlgorithm Modifier and Type Method Description @Valid java.util.List<PricingLogicAlgorithm>ProductOfferingPrice. getPricingLogicAlgorithm()Not Sent.@Valid java.util.List<PricingLogicAlgorithm>ProductOfferingPriceUnderscoreCreate. getPricingLogicAlgorithm()Get pricingLogicAlgorithm@Valid java.util.List<PricingLogicAlgorithm>ProductOfferingPriceUnderscoreUpdate. getPricingLogicAlgorithm()Get pricingLogicAlgorithmMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type PricingLogicAlgorithm Modifier and Type Method Description ProductOfferingPriceProductOfferingPrice. addPricingLogicAlgorithmItem(PricingLogicAlgorithm pricingLogicAlgorithmItem)ProductOfferingPriceUnderscoreCreateProductOfferingPriceUnderscoreCreate. addPricingLogicAlgorithmItem(PricingLogicAlgorithm pricingLogicAlgorithmItem)ProductOfferingPriceUnderscoreUpdateProductOfferingPriceUnderscoreUpdate. addPricingLogicAlgorithmItem(PricingLogicAlgorithm pricingLogicAlgorithmItem)Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type PricingLogicAlgorithm Modifier and Type Method Description ProductOfferingPriceProductOfferingPrice. pricingLogicAlgorithm(java.util.List<PricingLogicAlgorithm> pricingLogicAlgorithm)ProductOfferingPriceUnderscoreCreateProductOfferingPriceUnderscoreCreate. pricingLogicAlgorithm(java.util.List<PricingLogicAlgorithm> pricingLogicAlgorithm)ProductOfferingPriceUnderscoreUpdateProductOfferingPriceUnderscoreUpdate. pricingLogicAlgorithm(java.util.List<PricingLogicAlgorithm> pricingLogicAlgorithm)voidProductOfferingPrice. setPricingLogicAlgorithm(java.util.List<PricingLogicAlgorithm> pricingLogicAlgorithm)voidProductOfferingPriceUnderscoreCreate. setPricingLogicAlgorithm(java.util.List<PricingLogicAlgorithm> pricingLogicAlgorithm)voidProductOfferingPriceUnderscoreUpdate. setPricingLogicAlgorithm(java.util.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 PricingLogicAlgorithm Modifier and Type Method Description @Valid java.util.List<PricingLogicAlgorithm>ProductOfferingPrice. getPricingLogicAlgorithm()not sentMethods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type PricingLogicAlgorithm Modifier and Type Method Description ProductOfferingPriceProductOfferingPrice. addPricingLogicAlgorithmItem(PricingLogicAlgorithm pricingLogicAlgorithmItem)Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type PricingLogicAlgorithm Modifier and Type Method Description ProductOfferingPriceProductOfferingPrice. pricingLogicAlgorithm(java.util.List<PricingLogicAlgorithm> pricingLogicAlgorithm)voidProductOfferingPrice. setPricingLogicAlgorithm(java.util.List<PricingLogicAlgorithm> pricingLogicAlgorithm)
-