Package org.compiere.model
Class CalloutProject
- java.lang.Object
-
- org.compiere.model.CalloutEngine
-
- org.compiere.model.CalloutProject
-
- All Implemented Interfaces:
Callout
public class CalloutProject extends CalloutEngine
Project Callouts- Version:
- $Id: CalloutProject.java,v 1.3 2006/07/30 00:51:04 jjanke Exp $
- Author:
- Jorg Janke
-
-
Field Summary
-
Fields inherited from class org.compiere.model.CalloutEngine
additionalArgs, ARG_SEPARATOR, log, NO_ERROR
-
-
Constructor Summary
Constructors Constructor Description CalloutProject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
planned(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
Project Planned - Price + Qty-
Methods inherited from class org.compiere.model.CalloutEngine
checkPeriodOpen, convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start
-
-
-
-
Method Detail
-
planned
public String planned(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
Project Planned - Price + Qty. - called from PlannedPrice, PlannedQty - calculates PlannedAmt (same as Trigger)- Parameters:
ctx
- contextWindowNo
- current Window NomTab
- Grid TabmField
- Grid Fieldvalue
- New Value- Returns:
- null or error message
-
-