|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_CM_Chat
org.compiere.model.MChat
public class MChat
Chat Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_CM_Chat |
|---|
accessLevel, COLUMNNAME_AD_Table_ID, COLUMNNAME_CM_Chat_ID, COLUMNNAME_CM_ChatType_ID, COLUMNNAME_ConfidentialType, COLUMNNAME_Description, COLUMNNAME_ModerationType, COLUMNNAME_Record_ID, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MChat(Properties ctx,
int AD_Table_ID,
int Record_ID,
String Description,
String trxName)
Full Constructor |
|
MChat(Properties ctx,
int CM_Chat_ID,
String trxName)
Standard Constructor |
|
MChat(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
MChatEntry[] |
getEntries(boolean reload)
Get Entries |
org.apache.ecs.xhtml.p |
getHistory(String ConfidentialType)
Get History as htlp paragraph |
static MChat[] |
getOfTable(Properties ctx,
int AD_Table_ID)
Get Chats Of Table - of client in context |
void |
setDescription(String Description)
Set Description |
| Methods inherited from class org.compiere.model.X_CM_Chat |
|---|
get_AccessLevel, getAD_Table_ID, getAD_Table, getCM_Chat_ID, getCM_ChatType_ID, getCM_ChatType, getConfidentialType, getDescription, getKeyNamePair, getModerationType, getRecord_ID, initPO, setAD_Table_ID, setCM_Chat_ID, setCM_ChatType_ID, setConfidentialType, setModerationType, setRecord_ID, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MChat(Properties ctx,
int CM_Chat_ID,
String trxName)
ctx - contextCM_Chat_ID - idtrxName - transcation
public MChat(Properties ctx,
int AD_Table_ID,
int Record_ID,
String Description,
String trxName)
ctx - contextAD_Table_ID - tableRecord_ID - recordDescription - descriptiontrxName - transaction
public MChat(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MChat[] getOfTable(Properties ctx,
int AD_Table_ID)
ctx - contextAD_Table_ID - table
public MChatEntry[] getEntries(boolean reload)
reload - reload data
public void setDescription(String Description)
setDescription in interface I_CM_ChatsetDescription in class X_CM_ChatDescription - public org.apache.ecs.xhtml.p getHistory(String ConfidentialType)
ConfidentialType - confidentiality
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||