|
Adempiere 3.5.2a | |||||||||
| 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.
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.CalloutEngine |
|---|
log, NO_ERROR |
| Constructor Summary | |
|---|---|
CalloutUser()
|
|
| Method Summary | |
|---|---|
String |
bPartner(Properties 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(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value,
Object oldValue)
JustAnExample. |
| Methods inherited from class org.compiere.model.CalloutEngine |
|---|
convert, dateAcct, getGridField, getGridTab, 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(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value,
Object oldValue)
com.adempiere.custom.CalloutEngine.justAnExample
ctx - ContextWindowNo - current Window NomTab - Model TabmField - Model Fieldvalue - The new valueoldValue - The old value
public String bPartner(Properties 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
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||