Compiere 3.1

org.compiere.model
Class CalloutBankStatement

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

Deprecated.

@Deprecated
public class CalloutBankStatement
extends CalloutEngine

Bank Statement Callout

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

Constructor Summary
CalloutBankStatement()
          Deprecated.  
 
Method Summary
 String amount(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. BankStmt - Amount.
 String bankAccount(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. Bank Account Changed.
 String org(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. Org Changed.
 String payment(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. BankStmt - Payment.
 
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

CalloutBankStatement

public CalloutBankStatement()
Deprecated. 
Method Detail

bankAccount

public String bankAccount(Ctx ctx,
                          int WindowNo,
                          GridTab mTab,
                          GridField mField,
                          Object value)
Deprecated. 
Bank Account Changed. Update Beginning Balance

Parameters:
ctx - context
WindowNo - window no
mTab - tab
mField - field
value - value
Returns:
null or error message

amount

public String amount(Ctx ctx,
                     int WindowNo,
                     GridTab mTab,
                     GridField mField,
                     Object value)
Deprecated. 
BankStmt - Amount. Calculate ChargeAmt = StmtAmt - TrxAmt - InterestAmt or id Charge is entered - InterestAmt = StmtAmt - TrxAmt - ChargeAmt

Parameters:
ctx - context
WindowNo - window no
mTab - tab
mField - field
value - value
Returns:
null or error message

payment

public String payment(Ctx ctx,
                      int WindowNo,
                      GridTab mTab,
                      GridField mField,
                      Object value)
Deprecated. 
BankStmt - Payment. Update Transaction Amount when payment is selected

Parameters:
ctx - context
WindowNo - window no
mTab - tab
mField - field
value - value
Returns:
null or error message

org

public String org(Ctx ctx,
                  int WindowNo,
                  GridTab mTab,
                  GridField mField,
                  Object value)
Deprecated. 
Org Changed. Update Bank Account

Parameters:
ctx - context
WindowNo - window no
mTab - tab
mField - field
value - value
Returns:
null or error message

Compiere 3.1

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