|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerLocal
Local 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.EJBLocalObject |
|---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
GridWindowVO getWindowVO(Properties ctx,
int WindowNo,
int AD_Window_ID,
int AD_Menu_ID)
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
String postImmediate(Properties ctx,
int AD_Client_ID,
int AD_Table_ID,
int Record_ID,
boolean force,
String trxName)
ctx - Client ContextAD_Client_ID - Client ID of DocumentAD_Table_ID - Table ID of DocumentRecord_ID - Record ID of this documentforce - force postingtrxName - transaction
RowSet pstmt_getRowSet(CStatementVO info,
SecurityToken token)
throws NotSerializableException
info - Result infotoken - Security Token
NotSerializableException
RowSet stmt_getRowSet(CStatementVO info,
SecurityToken token)
info - Result infotoken - Security Token
int stmt_executeUpdate(CStatementVO info,
SecurityToken token)
info - Result infotoken - Security Token
ExecuteResult stmt_execute(CStatementVO info,
SecurityToken token)
CallableResult callable_execute(CStatementVO info,
SecurityToken token)
int getNextID(int AD_Client_ID,
String TableName,
String trxName)
AD_Client_ID - clientTableName - table nametrxName - optional Transaction Name
String getDocumentNo(int AD_Client_ID,
String TableName,
String trxName)
AD_Client_ID - clientTableName - table nametrxName - optional Transaction Name
String getDocumentNo(int AD_Client_ID,
String TableName,
String trxName,
PO po)
AD_Client_ID - clientTableName - table nametrxName - optional Transaction Namepo -
String getDocumentNo(int C_DocType_ID,
String trxName,
boolean definite)
C_DocType_ID - document typetrxName - optional Transaction Name
String getDocumentNo(int C_DocType_ID,
String trxName,
boolean definite,
PO po)
C_DocType_ID - document typetrxName - optional Transaction Namepo -
ProcessInfo process(Properties ctx,
ProcessInfo pi)
ctx - Contextpi - Process Info
ProcessInfo workflow(Properties ctx,
ProcessInfo pi,
int AD_Workflow_ID)
ctx - Contextpi - Process InfoAD_Workflow_ID - id
boolean paymentOnline(Properties ctx,
int C_Payment_ID,
int C_PaymentProcessor_ID,
String trxName)
ctx - ContextC_Payment_ID - paymentC_PaymentProcessor_ID - processortrxName - transaction
EMail createEMail(Properties ctx,
int AD_Client_ID,
String to,
String subject,
String message)
ctx - ContextAD_Client_ID - clientto - recipient email addresssubject - subjectmessage - message
EMail createEMail(Properties ctx,
int AD_Client_ID,
int AD_User_ID,
String to,
String subject,
String message)
ctx - ContextAD_Client_ID - clientAD_User_ID - user to send email fromto - recipient email addresssubject - subjectmessage - message
String executeTask(int AD_Task_ID)
AD_Task_ID - task
int cacheReset(String tableName,
int Record_ID)
tableName - table nameRecord_ID - record or 0 for all
boolean updateLOB(String sql,
int displayType,
Object value,
String trxName,
SecurityToken token)
sql - table namedisplayType - display type (i.e. BLOB/CLOB)value - the datatrxName - token - Security Token
String getStatus()
SavepointVO setSavepoint(String trxName,
String savePointName)
trxName - savePointName -
void startTransaction(String trxName)
trxName - void closeTransaction(String trxName)
trxName - boolean commit(String trxName)
trxName -
boolean rollback(String trxName)
trxName -
boolean rollback(String trxName,
SavepointVO savePoint)
trxName -
ProcessInfo dbProcess(ProcessInfo processInfo,
String procedureName,
String trxName,
SecurityToken token)
processInfo - procedureName - trxName -
ArrayList getFields(GridTabVO gridTabVO)
gridTabVO -
int getTableID(String tableName)
tableName -
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||