Uses of Class
de.hybris.platform.sapsalesordersimulation.dto.PricingElementData
Packages that use PricingElementData
Package
Description
-
Uses of PricingElementData in de.hybris.platform.sap.sapsalesordersimulation.service.impl
Methods in de.hybris.platform.sap.sapsalesordersimulation.service.impl that return PricingElementDataModifier and TypeMethodDescriptionprotected PricingElementDataDefaultSalesOrderSimulationService.deliveryPricingCondition(ItemModel itemModel) Methods in de.hybris.platform.sap.sapsalesordersimulation.service.impl that return types with arguments of type PricingElementDataModifier and TypeMethodDescriptionprotected List<PricingElementData>DefaultSalesOrderSimulationService.getHeaderLevelPricingElementData(ItemModel itemModel) Methods in de.hybris.platform.sap.sapsalesordersimulation.service.impl with parameters of type PricingElementDataModifier and TypeMethodDescriptionprotected booleanDefaultSalesOrderSimulationService.isPricingCoditionToBeConsidered(PricingElementData pricingElement, ItemModel itemModel) -
Uses of PricingElementData in de.hybris.platform.sapsalesordersimulation.dto
Methods in de.hybris.platform.sapsalesordersimulation.dto that return types with arguments of type PricingElementDataModifier and TypeMethodDescriptionSalesOrderSimulateItemRequestData.getPricingElements()SalesOrderSimulationRequestData.getPricingElements()PricingElementsData.getSalesOrderPricingElements()Method parameters in de.hybris.platform.sapsalesordersimulation.dto with type arguments of type PricingElementDataModifier and TypeMethodDescriptionvoidSalesOrderSimulateItemRequestData.setPricingElements(List<PricingElementData> pricingElements) voidSalesOrderSimulationRequestData.setPricingElements(List<PricingElementData> pricingElements) voidPricingElementsData.setSalesOrderPricingElements(List<PricingElementData> salesOrderPricingElements)