Package org.compiere.model
Class CalloutPaySelection
java.lang.Object
org.compiere.model.CalloutEngine
org.compiere.model.CalloutPaySelection
- All Implemented Interfaces:
 Callout
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
additionalArgs, ARG_SEPARATOR, log, NO_ERROR - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.compiere.model.CalloutEngine
checkPeriodOpen, convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start 
- 
Constructor Details
- 
CalloutPaySelection
public CalloutPaySelection() 
 - 
 - 
Method Details
- 
payAmt
Payment Selection Line - Payment Amount. - called from C_PaySelectionLine.PayAmt - update DifferenceAmt- Parameters:
 ctx- contextWindowNo- current Window NomTab- Grid TabmField- Grid Fieldvalue- New Value- Returns:
 - null or error message
 
 - 
invoice
Payment Selection Line - Invoice. - called from C_PaySelectionLine.C_Invoice_ID - update PayAmt and DifferenceAmt- Parameters:
 ctx- contextWindowNo- current Window NomTab- Grid TabmField- Grid Fieldvalue- New Value- Returns:
 - null or error message
 
 
 -