|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerLocal
Local 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.EJBLocalObject |
|---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
GridWindowVO getWindowVO(Ctx 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(Ctx 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)
throws NotSerializableException
info - Result info
NotSerializableExceptionRowSet stmt_getRowSet(CStatementVO info)
info - Result info
int stmt_executeUpdate(CStatementVO info)
info - Result info
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 C_DocType_ID,
String trxName)
C_DocType_ID - document typetrxName - optional Transaction Name
ProcessInfo process(Ctx ctx,
ProcessInfo pi)
ctx - Contextpi - Process Info
ProcessInfo workflow(Ctx ctx,
ProcessInfo pi,
int AD_Workflow_ID)
ctx - Contextpi - Process InfoAD_Workflow_ID - id
boolean paymentOnline(Ctx ctx,
int C_Payment_ID,
int C_PaymentProcessor_ID,
String trxName)
ctx - ContextC_Payment_ID - paymentC_PaymentProcessor_ID - processortrxName - transaction
EMail createEMail(Ctx ctx,
int AD_Client_ID,
String toEMail,
String toName,
String subject,
String message)
ctx - ContextAD_Client_ID - clienttoEMail - recipient email addresssubject - subjectmessage - message
EMail createEMail(Ctx ctx,
int AD_Client_ID,
int AD_User_ID,
String toEMail,
String toName,
String subject,
String message)
ctx - ContextAD_Client_ID - clientAD_User_ID - user to send email fromtoEMail - 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)
sql - table namedisplayType - display type (i.e. BLOB/CLOB)value - the data
String getStatus()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||