Class SapPricingHeaderMapper
- java.lang.Object
-
- de.hybris.platform.sap.sappricingbol.backend.impl.SapPricingBaseMapper
-
- de.hybris.platform.sap.sappricingbol.backend.impl.SapPricingHeaderMapper
-
public class SapPricingHeaderMapper extends SapPricingBaseMapper
-
-
Constructor Summary
Constructors Constructor Description SapPricingHeaderMapper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfillDeliveryMode(com.sap.conn.jco.JCoTable callerData, AbstractOrderModel order)voidfillImportParameters(com.sap.conn.jco.JCoParameterList importParameters, SapPricingPartnerFunction partnerFunction)voidfillImportParameters(com.sap.conn.jco.JCoParameterList importParameters, SapPricingPartnerFunction partnerFunction, AbstractOrderModel order)protected voidfillPaymentMode(com.sap.conn.jco.JCoTable callerData, AbstractOrderModel order)protected static <T> TuncheckedCast(java.lang.Object obj)Helps to avoid using@SuppressWarnings( "unchecked")} when casting to a generic type.-
Methods inherited from class de.hybris.platform.sap.sappricingbol.backend.impl.SapPricingBaseMapper
fillImportParameters, getModuleConfigurationAccess, getProperty, setModuleConfigurationAccess
-
-
-
-
Method Detail
-
fillImportParameters
public void fillImportParameters(com.sap.conn.jco.JCoParameterList importParameters, SapPricingPartnerFunction partnerFunction)
-
fillDeliveryMode
protected void fillDeliveryMode(com.sap.conn.jco.JCoTable callerData, AbstractOrderModel order)
-
fillPaymentMode
protected void fillPaymentMode(com.sap.conn.jco.JCoTable callerData, AbstractOrderModel order)
-
uncheckedCast
protected static <T> T uncheckedCast(java.lang.Object obj)
Helps to avoid using@SuppressWarnings( "unchecked")} when casting to a generic type.
-
fillImportParameters
public void fillImportParameters(com.sap.conn.jco.JCoParameterList importParameters, SapPricingPartnerFunction partnerFunction, AbstractOrderModel order)
-
-