|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.CalloutEngine
org.compiere.model.CalloutInOut
@Deprecated public class CalloutInOut
Shipment/Receipt Callouts
| 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 |
|---|
public CalloutInOut()
| Method Detail |
|---|
public String order(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - WindowNo - mTab - mField - value -
public String docType(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value,
Object oldValue)
ctx - WindowNo - mTab - mField - value -
public String bpartner(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - WindowNo - mTab - mField - value -
public String warehouse(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - WindowNo - mTab - mField - value -
public String orderLine(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - contextWindowNo - window nomTab - tab modelmField - field modelvalue - new value
public String product(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - contextWindowNo - window nomTab - tab modelmField - field modelvalue - new value
public String qty(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - contextWindowNo - window nomTab - tab modelmField - field modelvalue - new value
public String asi(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - contextWindowNo - window nomTab - tab modelmField - field modelvalue - new value
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||