Uses of Class
de.hybris.platform.saps4omservices.dto.PricingElementData
Packages that use PricingElementData
Package
Description
-
Uses of PricingElementData in de.hybris.platform.sap.saps4omservices.order.populator
Methods in de.hybris.platform.sap.saps4omservices.order.populator that return PricingElementDataModifier and TypeMethodDescriptionprotected PricingElementDataDefaultSapS4OMOrderPopulator.fetchItemPricingElement(SAPS4OMItemData source) Methods in de.hybris.platform.sap.saps4omservices.order.populator with parameters of type PricingElementDataModifier and TypeMethodDescriptionprotected doubleDefaultSapS4OMOrderPopulator.fetchConditionAmount(PricingElementData pricingElement) protected doubleDefaultSapS4OMOrderPopulator.fetchConditionRateValue(PricingElementData pricingElement) -
Uses of PricingElementData in de.hybris.platform.sap.saps4omservices.services.impl
Methods in de.hybris.platform.sap.saps4omservices.services.impl that return PricingElementDataModifier and TypeMethodDescriptionprotected PricingElementDataDefaultSapS4OMRequestPayloadCreator.deliveryPricingCondition(AbstractOrderModel abstractOrderModel) Methods in de.hybris.platform.sap.saps4omservices.services.impl that return types with arguments of type PricingElementDataModifier and TypeMethodDescriptionprotected List<PricingElementData>DefaultSapS4OMRequestPayloadCreator.getHeaderPricingElements(ItemModel itemModel) Methods in de.hybris.platform.sap.saps4omservices.services.impl with parameters of type PricingElementDataModifier and TypeMethodDescriptionprotected booleanDefaultSapS4OMResponseProcessor.isPricingCoditionToBeConsidered(PricingElementData pricingElement, ItemModel itemModel) -
Uses of PricingElementData in de.hybris.platform.saps4omservices.dto
Methods in de.hybris.platform.saps4omservices.dto that return types with arguments of type PricingElementDataModifier and TypeMethodDescriptionSAPS4OMItemRequestData.getPricingElements()SAPS4OMRequestData.getPricingElements()PricingElementsData.getSalesOrderPricingElements()Method parameters in de.hybris.platform.saps4omservices.dto with type arguments of type PricingElementDataModifier and TypeMethodDescriptionvoidSAPS4OMItemRequestData.setPricingElements(List<PricingElementData> pricingElements) voidSAPS4OMRequestData.setPricingElements(List<PricingElementData> pricingElements) voidPricingElementsData.setSalesOrderPricingElements(List<PricingElementData> salesOrderPricingElements)