Class CalloutPaySelection

  • All Implemented Interfaces:
    Callout

    public class CalloutPaySelection
    extends CalloutEngine
    Payment Selection Callouts
    Version:
    $Id: CalloutPaySelection.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $ globalqss - integrate Teo Sarca bug fix [ 1623598 ] Payment Selection Line problem when selecting invoice
    Author:
    Jorg Janke
    • Constructor Detail

      • CalloutPaySelection

        public CalloutPaySelection()
    • Method Detail

      • payAmt

        public String payAmt​(Properties ctx,
                             int WindowNo,
                             GridTab mTab,
                             GridField mField,
                             Object value)
        Payment Selection Line - Payment Amount. - called from C_PaySelectionLine.PayAmt - update DifferenceAmt
        Parameters:
        ctx - context
        WindowNo - current Window No
        mTab - Grid Tab
        mField - Grid Field
        value - New Value
        Returns:
        null or error message
      • invoice

        public String invoice​(Properties ctx,
                              int WindowNo,
                              GridTab mTab,
                              GridField mField,
                              Object value)
        Payment Selection Line - Invoice. - called from C_PaySelectionLine.C_Invoice_ID - update PayAmt and DifferenceAmt
        Parameters:
        ctx - context
        WindowNo - current Window No
        mTab - Grid Tab
        mField - Grid Field
        value - New Value
        Returns:
        null or error message