|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Server
Remote interface for compiere/Server.
| Method Summary | |
|---|---|
int |
cacheReset(String tableName,
int Record_ID)
Cash Reset |
EMail |
createEMail(Ctx ctx,
int AD_Client_ID,
int AD_User_ID,
String toEMail,
String toName,
String subject,
String message)
Create EMail from Server (Request User) |
EMail |
createEMail(Ctx ctx,
int AD_Client_ID,
String toEMail,
String toName,
String subject,
String message)
Create EMail from Server (Request User) |
String |
executeTask(int AD_Task_ID)
Create EMail from Server (Request User) |
String |
getDocumentNo(int C_DocType_ID,
String trxName)
Get Document No based on Document Type |
String |
getDocumentNo(int AD_Client_ID,
String TableName,
String trxName)
Get Document No from table |
int |
getNextID(int AD_Client_ID,
String TableName,
String trxName)
Get next number for Key column = 0 is Error. |
String |
getStatus()
Describes the instance and its content for debugging purpose |
GridWindowVO |
getWindowVO(Ctx ctx,
int WindowNo,
int AD_Window_ID,
int AD_Menu_ID)
Get and create Window Model Value Object |
boolean |
paymentOnline(Ctx ctx,
int C_Payment_ID,
int C_PaymentProcessor_ID,
String trxName)
Online Payment from Server |
String |
postImmediate(Ctx ctx,
int AD_Client_ID,
int AD_Table_ID,
int Record_ID,
boolean force,
String trxName)
Post Immediate |
ProcessInfo |
process(Ctx ctx,
ProcessInfo pi)
Process Remote |
RowSet |
pstmt_getRowSet(CStatementVO info)
Get Prepared Statement ResultSet |
int |
stmt_executeUpdate(CStatementVO info)
Execute Update |
RowSet |
stmt_getRowSet(CStatementVO info)
Get Statement ResultSet |
boolean |
updateLOB(String sql,
int displayType,
Object value)
LOB update |
ProcessInfo |
workflow(Ctx ctx,
ProcessInfo pi,
int AD_Workflow_ID)
Run Workflow (and wait) on Server |
| Methods inherited from interface javax.ejb.EJBObject |
|---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
GridWindowVO getWindowVO(Ctx ctx,
int WindowNo,
int AD_Window_ID,
int AD_Menu_ID)
throws RemoteException
ctx - Environment PropertiesWindowNo - number of this windowAD_Window_ID - the internal number of the window, if not 0, AD_Menu_ID is ignoredAD_Menu_ID - ine internal menu number, used when AD_Window_ID is 0
RemoteException
String postImmediate(Ctx ctx,
int AD_Client_ID,
int AD_Table_ID,
int Record_ID,
boolean force,
String trxName)
throws RemoteException
ctx - Client ContextAD_Client_ID - Client ID of DocumentAD_Table_ID - Table ID of DocumentRecord_ID - Record ID of this documentforce - force postingtrxName - transaction
RemoteException
RowSet pstmt_getRowSet(CStatementVO info)
throws NotSerializableException,
RemoteException
info - Result info
NotSerializableException
RemoteException
RowSet stmt_getRowSet(CStatementVO info)
throws RemoteException
info - Result info
RemoteException
int stmt_executeUpdate(CStatementVO info)
throws RemoteException
info - Result info
RemoteException
int getNextID(int AD_Client_ID,
String TableName,
String trxName)
throws RemoteException
AD_Client_ID - clientTableName - table nametrxName - optional Transaction Name
RemoteException
String getDocumentNo(int AD_Client_ID,
String TableName,
String trxName)
throws RemoteException
AD_Client_ID - clientTableName - table nametrxName - optional Transaction Name
RemoteException
String getDocumentNo(int C_DocType_ID,
String trxName)
throws RemoteException
C_DocType_ID - document typetrxName - optional Transaction Name
RemoteException
ProcessInfo process(Ctx ctx,
ProcessInfo pi)
throws RemoteException
ctx - Contextpi - Process Info
RemoteException
ProcessInfo workflow(Ctx ctx,
ProcessInfo pi,
int AD_Workflow_ID)
throws RemoteException
ctx - Contextpi - Process InfoAD_Workflow_ID - id
RemoteException
boolean paymentOnline(Ctx ctx,
int C_Payment_ID,
int C_PaymentProcessor_ID,
String trxName)
throws RemoteException
ctx - ContextC_Payment_ID - paymentC_PaymentProcessor_ID - processortrxName - transaction
RemoteException
EMail createEMail(Ctx ctx,
int AD_Client_ID,
String toEMail,
String toName,
String subject,
String message)
throws RemoteException
ctx - ContextAD_Client_ID - clienttoEMail - recipient email addresssubject - subjectmessage - message
RemoteException
EMail createEMail(Ctx ctx,
int AD_Client_ID,
int AD_User_ID,
String toEMail,
String toName,
String subject,
String message)
throws RemoteException
ctx - ContextAD_Client_ID - clientAD_User_ID - user to send email fromtoEMail - recipient email addresssubject - subjectmessage - message
RemoteException
String executeTask(int AD_Task_ID)
throws RemoteException
AD_Task_ID - task
RemoteException
int cacheReset(String tableName,
int Record_ID)
throws RemoteException
tableName - table nameRecord_ID - record or 0 for all
RemoteException
boolean updateLOB(String sql,
int displayType,
Object value)
throws RemoteException
sql - table namedisplayType - display type (i.e. BLOB/CLOB)value - the data
RemoteException
String getStatus()
throws RemoteException
RemoteException
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||