Class SapPricingHeaderMapper

    • Constructor Detail

      • SapPricingHeaderMapper

        public SapPricingHeaderMapper()
    • 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.