Compiere 3.1

org.compiere.model
Class CalloutGLJournal

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

Deprecated.

@Deprecated
public class CalloutGLJournal
extends CalloutEngine

GL Journal Callout

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

Constructor Summary
CalloutGLJournal()
          Deprecated.  
 
Method Summary
 String alias(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. JournalLine - Alias.
 String amt(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. JournalLine - Amt.
 String period(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. Journal - Period.
 String rate(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. Journal/Line - rate.
 
Methods inherited from class org.compiere.model.CalloutEngine
convert, dateAcct, isCalloutActive, setCalloutActive, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalloutGLJournal

public CalloutGLJournal()
Deprecated. 
Method Detail

period

public String period(Ctx ctx,
                     int WindowNo,
                     GridTab mTab,
                     GridField mField,
                     Object value)
Deprecated. 
Journal - Period. Check that selected period is in DateAcct Range or Adjusting Period Called when C_Period_ID or DateAcct, DateDoc changed

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

rate

public String rate(Ctx ctx,
                   int WindowNo,
                   GridTab mTab,
                   GridField mField,
                   Object value)
Deprecated. 
Journal/Line - rate. Set CurrencyRate from DateAcct, C_ConversionType_ID, C_Currency_ID

Overrides:
rate in class CalloutEngine
Parameters:
ctx - context
WindowNo - window no
mTab - tab
mField - field
value - value
Returns:
null or error message

amt

public String amt(Ctx ctx,
                  int WindowNo,
                  GridTab mTab,
                  GridField mField,
                  Object value)
Deprecated. 
JournalLine - Amt. Convert the source amount to accounted amount (AmtAcctDr/Cr) Called when source amount (AmtSourceCr/Dr) or rate changes

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

alias

public String alias(Ctx ctx,
                    int WindowNo,
                    GridTab mTab,
                    GridField mField,
                    Object value)
Deprecated. 
JournalLine - Alias. Populate Combination if alias is provided and vice versa

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.