Adempiere 3.5.2a

org.compiere.FA
Class CalloutFA

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

public class CalloutFA
extends CalloutEngine

FA Callout.

Version:
$Id: CalloutFA.java,v 1.0 $
Author:
Rob Klein

Field Summary
 
Fields inherited from class org.compiere.model.CalloutEngine
log, NO_ERROR
 
Constructor Summary
CalloutFA()
           
 
Method Summary
 String Field_Clear(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value, Object oldValue)
          Field_Clear.
 String Table_Period(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value, Object oldValue)
          Table_Period.
 
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

CalloutFA

public CalloutFA()
Method Detail

Table_Period

public String Table_Period(Properties ctx,
                           int WindowNo,
                           GridTab mTab,
                           GridField mField,
                           Object value,
                           Object oldValue)
Table_Period. Used to set the Manual Period Field. This allows the Spread Field to be displayed when there is a code that has been setup as Yearly. The string in the Callout field is: com.compiere.custom.CalloutEngine.Table_Period

Parameters:
ctx - Context
WindowNo - current Window No
mTab - Model Tab
mField - Model Field
value - The new value
oldValue - The old value
Returns:
error message or "" if OK

Field_Clear

public String Field_Clear(Properties ctx,
                          int WindowNo,
                          GridTab mTab,
                          GridField mField,
                          Object value,
                          Object oldValue)
Field_Clear. Used to set the Manual Period Field. This allows the Spread Field to be displayed when there is a code that has been setup as Yearly. The string in the Callout field is: com.compiere.custom.CalloutEngine.Table_Period

Parameters:
ctx - Context
WindowNo - current Window No
mTab - Model Tab
mField - Model Field
value - The new value
oldValue - The old value
Returns:
error message or "" if OK

Adempiere 3.5.2a

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