|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Server
Remote interface for adempiere/Server.
| Method Summary | |
|---|---|
int |
cacheReset(String tableName,
int Record_ID)
Cash Reset |
CallableResult |
callable_execute(CStatementVO info,
SecurityToken token)
|
void |
closeTransaction(String trxName)
Close remote transaction |
boolean |
commit(String trxName)
Commit the named transaction on server |
EMail |
createEMail(Properties ctx,
int AD_Client_ID,
int AD_User_ID,
String to,
String subject,
String message)
Create EMail from Server (Request User) |
EMail |
createEMail(Properties ctx,
int AD_Client_ID,
String to,
String subject,
String message)
Create EMail from Server (Request User) |
ProcessInfo |
dbProcess(ProcessInfo processInfo,
String procedureName,
String trxName,
SecurityToken token)
Execute db proces on server |
String |
executeTask(int AD_Task_ID)
Create EMail from Server (Request User) |
String |
getDocumentNo(int C_DocType_ID,
String trxName,
boolean definite)
Get Document No based on Document Type |
String |
getDocumentNo(int C_DocType_ID,
String trxName,
boolean definite,
PO po)
Get Document No based on Document Type |
String |
getDocumentNo(int AD_Client_ID,
String TableName,
String trxName)
Get Document No from table |
String |
getDocumentNo(int AD_Client_ID,
String TableName,
String trxName,
PO po)
Get Document No from table |
ArrayList |
getFields(GridTabVO gridTabVO)
Load fields meta data from database |
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 |
int |
getTableID(String tableName)
Get table id from ad_table by table name |
GridWindowVO |
getWindowVO(Properties ctx,
int WindowNo,
int AD_Window_ID,
int AD_Menu_ID)
Get and create Window Model Value Object |
boolean |
paymentOnline(Properties ctx,
int C_Payment_ID,
int C_PaymentProcessor_ID,
String trxName)
Online Payment from Server |
String |
postImmediate(Properties ctx,
int AD_Client_ID,
int AD_Table_ID,
int Record_ID,
boolean force,
String trxName)
Post Immediate |
ProcessInfo |
process(Properties ctx,
ProcessInfo pi)
Process Remote |
RowSet |
pstmt_getRowSet(CStatementVO info,
SecurityToken token)
Get Prepared Statement ResultSet |
boolean |
rollback(String trxName)
Rollback the named transaction on server |
boolean |
rollback(String trxName,
SavepointVO savePoint)
Rollback the named transaction on server |
SavepointVO |
setSavepoint(String trxName,
String savePointName)
Set savepoint |
void |
startTransaction(String trxName)
Start remote transaction |
ExecuteResult |
stmt_execute(CStatementVO info,
SecurityToken token)
|
int |
stmt_executeUpdate(CStatementVO info,
SecurityToken token)
Execute Update |
RowSet |
stmt_getRowSet(CStatementVO info,
SecurityToken token)
Get Statement ResultSet |
boolean |
updateLOB(String sql,
int displayType,
Object value,
String trxName,
SecurityToken token)
LOB update |
ProcessInfo |
workflow(Properties 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(Properties 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(Properties 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,
SecurityToken token)
throws NotSerializableException,
RemoteException
info - Result infotoken - Security Token
NotSerializableException
RemoteException
RowSet stmt_getRowSet(CStatementVO info,
SecurityToken token)
throws RemoteException
info - Result infotoken - Security Token
RemoteException
int stmt_executeUpdate(CStatementVO info,
SecurityToken token)
throws RemoteException
info - Result infotoken - Security Token
RemoteException
ExecuteResult stmt_execute(CStatementVO info,
SecurityToken token)
throws RemoteException
RemoteException
CallableResult callable_execute(CStatementVO info,
SecurityToken token)
throws RemoteException
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 AD_Client_ID,
String TableName,
String trxName,
PO po)
throws RemoteException
AD_Client_ID - clientTableName - table nametrxName - optional Transaction Namepo -
RemoteException
String getDocumentNo(int C_DocType_ID,
String trxName,
boolean definite)
throws RemoteException
C_DocType_ID - document typetrxName - optional Transaction Name
RemoteException
String getDocumentNo(int C_DocType_ID,
String trxName,
boolean definite,
PO po)
throws RemoteException
C_DocType_ID - document typetrxName - optional Transaction Namepo -
RemoteException
ProcessInfo process(Properties ctx,
ProcessInfo pi)
throws RemoteException
ctx - Contextpi - Process Info
RemoteException
ProcessInfo workflow(Properties ctx,
ProcessInfo pi,
int AD_Workflow_ID)
throws RemoteException
ctx - Contextpi - Process InfoAD_Workflow_ID - id
RemoteException
boolean paymentOnline(Properties 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(Properties ctx,
int AD_Client_ID,
String to,
String subject,
String message)
throws RemoteException
ctx - ContextAD_Client_ID - clientto - recipient email addresssubject - subjectmessage - message
RemoteException
EMail createEMail(Properties ctx,
int AD_Client_ID,
int AD_User_ID,
String to,
String subject,
String message)
throws RemoteException
ctx - ContextAD_Client_ID - clientAD_User_ID - user to send email fromto - 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,
String trxName,
SecurityToken token)
throws RemoteException
sql - table namedisplayType - display type (i.e. BLOB/CLOB)value - the datatrxName - token - Security Token
RemoteException
String getStatus()
throws RemoteException
RemoteException
SavepointVO setSavepoint(String trxName,
String savePointName)
throws RemoteException
trxName - savePointName -
RemoteException
void startTransaction(String trxName)
throws RemoteException
trxName -
RemoteException
void closeTransaction(String trxName)
throws RemoteException
trxName -
RemoteException
boolean commit(String trxName)
throws RemoteException
trxName -
RemoteException
boolean rollback(String trxName)
throws RemoteException
trxName -
RemoteException
boolean rollback(String trxName,
SavepointVO savePoint)
throws RemoteException
trxName -
RemoteException
ProcessInfo dbProcess(ProcessInfo processInfo,
String procedureName,
String trxName,
SecurityToken token)
throws RemoteException
processInfo - procedureName - trxName -
RemoteException
ArrayList getFields(GridTabVO gridTabVO)
throws RemoteException
gridTabVO -
RemoteException
int getTableID(String tableName)
throws RemoteException
tableName -
RemoteException
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||