Adempiere 3.5.2a

org.compiere.model
Class CalloutPaySelection

java.lang.Object
  extended by org.compiere.model.CalloutEngine
      extended by org.compiere.model.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

Field Summary
 
Fields inherited from class org.compiere.model.CalloutEngine
log, NO_ERROR
 
Constructor Summary
CalloutPaySelection()
           
 
Method Summary
 String invoice(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Payment Selection Line - Invoice
 String payAmt(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Payment Selection Line - Payment Amount
 
Methods inherited from class org.compiere.model.CalloutEngine
convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 & DifferenceAmt

Parameters:
ctx - context
WindowNo - current Window No
mTab - Grid Tab
mField - Grid Field
value - New Value
Returns:
null or error message

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.