Compiere 3.1

org.compiere.model
Class CalloutInOut

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

Deprecated.

@Deprecated
public class CalloutInOut
extends CalloutEngine

Shipment/Receipt Callouts

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

Constructor Summary
CalloutInOut()
          Deprecated.  
 
Method Summary
 String asi(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. M_InOutLine - ASI.
 String bpartner(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. M_InOut - Defaults for BPartner
 String docType(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value, Object oldValue)
          Deprecated. InOut - DocType
 String order(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. C_Order - Order Defaults.
 String orderLine(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. OrderLine Callout
 String product(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. M_InOutLine - Default UOM/Locator for Product.
 String qty(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. InOut Line - Quantity
 String warehouse(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. M_Warehouse.
 
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

CalloutInOut

public CalloutInOut()
Deprecated. 
Method Detail

order

public String order(Ctx ctx,
                    int WindowNo,
                    GridTab mTab,
                    GridField mField,
                    Object value)
Deprecated. 
C_Order - Order Defaults.

Parameters:
ctx -
WindowNo -
mTab -
mField -
value -
Returns:
error message or ""

docType

public String docType(Ctx ctx,
                      int WindowNo,
                      GridTab mTab,
                      GridField mField,
                      Object value,
                      Object oldValue)
Deprecated. 
InOut - DocType. - sets MovementType - gets DocNo

Parameters:
ctx -
WindowNo -
mTab -
mField -
value -
Returns:
error message or ""

bpartner

public String bpartner(Ctx ctx,
                       int WindowNo,
                       GridTab mTab,
                       GridField mField,
                       Object value)
Deprecated. 
M_InOut - Defaults for BPartner. - Location - Contact

Parameters:
ctx -
WindowNo -
mTab -
mField -
value -
Returns:
error message or ""

warehouse

public String warehouse(Ctx ctx,
                        int WindowNo,
                        GridTab mTab,
                        GridField mField,
                        Object value)
Deprecated. 
M_Warehouse. Set Organization and Default Locator

Parameters:
ctx -
WindowNo -
mTab -
mField -
value -
Returns:
error message or ""

orderLine

public String orderLine(Ctx ctx,
                        int WindowNo,
                        GridTab mTab,
                        GridField mField,
                        Object value)
Deprecated. 
OrderLine Callout

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

product

public String product(Ctx ctx,
                      int WindowNo,
                      GridTab mTab,
                      GridField mField,
                      Object value)
Deprecated. 
M_InOutLine - Default UOM/Locator for Product.

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

qty

public String qty(Ctx ctx,
                  int WindowNo,
                  GridTab mTab,
                  GridField mField,
                  Object value)
Deprecated. 
InOut Line - Quantity. - called from C_UOM_ID, QtyEntered, MovementQty - enforces qty UOM relationship

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

asi

public String asi(Ctx ctx,
                  int WindowNo,
                  GridTab mTab,
                  GridField mField,
                  Object value)
Deprecated. 
M_InOutLine - ASI.

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

Compiere 3.1

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