org.compiere.model
Class CalloutRequest
java.lang.Object
org.compiere.model.CalloutEngine
org.compiere.model.CalloutRequest
- All Implemented Interfaces:
- Callout
public class CalloutRequest
- extends CalloutEngine
Request Callouts
- Version:
- $Id: CalloutRequest.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $
- Author:
- Jorg Janke
|
Method Summary |
String |
copyMail(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
Request - Copy Mail Text - Callout |
String |
copyResponse(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
Request - Copy Response Text - Callout |
String |
type(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
Request - Chane of Request Type - Callout |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalloutRequest
public CalloutRequest()
copyMail
public String copyMail(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
- Request - Copy Mail Text - Callout
- Parameters:
ctx - ContextWindowNo - current Window NomTab - Model TabmField - Model Fieldvalue - The new value
- Returns:
- Error message or ""
copyResponse
public String copyResponse(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
- Request - Copy Response Text - Callout
- Parameters:
ctx - ContextWindowNo - current Window NomTab - Model TabmField - Model Fieldvalue - The new value
- Returns:
- Error message or ""
type
public String type(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
- Request - Chane of Request Type - Callout
- Parameters:
ctx - ContextWindowNo - current Window NomTab - Model TabmField - Model Fieldvalue - The new value
- Returns:
- Error message or ""
Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.