Compiere 3.1

org.compiere.model
Class CalloutPaySelection

java.lang.Object
  extended by org.compiere.model.CalloutEngine
      extended by org.compiere.model.CalloutPaySelection
All Implemented Interfaces:
Callout

Deprecated.

@Deprecated
public class CalloutPaySelection
extends CalloutEngine

Payment Selection Callouts

Version:
$Id: CalloutPaySelection.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $
Author:
Jorg Janke

Constructor Summary
CalloutPaySelection()
          Deprecated.  
 
Method Summary
 String invoice(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. Payment Selection Line - Invoice
 String payAmt(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. Payment Selection Line - Payment Amount
 
Methods inherited from class org.compiere.model.CalloutEngine
convert, dateAcct, 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()
Deprecated. 
Method Detail

payAmt

public String payAmt(Ctx ctx,
                     int WindowNo,
                     GridTab mTab,
                     GridField mField,
                     Object value)
Deprecated. 
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(Ctx ctx,
                      int WindowNo,
                      GridTab mTab,
                      GridField mField,
                      Object value)
Deprecated. 
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

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.