|
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
compiere.model.CalloutUser
public class CalloutUser
User Callout Example.
| Constructor Summary | |
|---|---|
CalloutUser()
|
|
| Method Summary | |
|---|---|
String |
bPartner(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value,
Object oldValue)
Invoice Header- BPartner |
String |
Frie_Name(String value)
Frie Value - convert to standardized Name |
String |
Frie_Status(String value)
Frie Status - convert to Status. |
String |
Frie_Value(String value)
Frie Value - convert Name to Value |
String |
justAnExample(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value,
Object oldValue)
JustAnExample. |
| 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 CalloutUser()
| Method Detail |
|---|
public String justAnExample(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value,
Object oldValue)
com.compiere.custom.CalloutEngine.justAnExample
ctx - ContextWindowNo - current Window NomTab - Model TabmField - Model Fieldvalue - The new valueoldValue - The old value
public String bPartner(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value,
Object oldValue)
ctx - ContextWindowNo - current Window NomTab - Model TabmField - Model Fieldvalue - The new valueoldValue - The old value
public String Frie_Name(String value)
value - Name
public String Frie_Value(String value)
value - Name
public String Frie_Status(String value)
value - value
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||