Package org.compiere.model
Class CalloutPaySelection
- java.lang.Object
-
- org.compiere.model.CalloutEngine
-
- 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
additionalArgs, ARG_SEPARATOR, log, NO_ERROR
-
-
Constructor Summary
Constructors Constructor Description CalloutPaySelection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
invoice(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
Payment Selection Line - InvoiceString
payAmt(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
Payment Selection Line - Payment Amount-
Methods inherited from class org.compiere.model.CalloutEngine
checkPeriodOpen, convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start
-
-
-
-
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
- contextWindowNo
- current Window NomTab
- Grid TabmField
- Grid Fieldvalue
- 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
- contextWindowNo
- current Window NomTab
- Grid TabmField
- Grid Fieldvalue
- New Value- Returns:
- null or error message
-
-