|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_CM_Chat
org.compiere.model.MChat
public class MChat
Chat Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MChat(Ctx ctx,
int AD_Table_ID,
int Record_ID,
String Description,
String trxName)
Full Constructor |
|
MChat(Ctx ctx,
int CM_Chat_ID,
String trxName)
Standard Constructor |
|
MChat(Ctx 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 |
String |
getHistoryString()
|
static MChat[] |
getOfTable(Ctx 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, getCM_Chat_ID, getCM_ChatType_ID, getConfidentialType, getDescription, getKeyNamePair, getModerationType, getRecord_ID, initPO, isConfidentialTypeValid, isModerationTypeValid, setAD_Table_ID, setCM_Chat_ID, setCM_ChatType_ID, setConfidentialType, setModerationType, setRecord_ID, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MChat(Ctx ctx,
int CM_Chat_ID,
String trxName)
ctx - contextCM_Chat_ID - idtrxName - transcation
public MChat(Ctx ctx,
int AD_Table_ID,
int Record_ID,
String Description,
String trxName)
ctx - contextAD_Table_ID - tableRecord_ID - recordDescription - descriptiontrxName - transaction
public MChat(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MChat[] getOfTable(Ctx 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 class X_CM_ChatDescription - public org.apache.ecs.xhtml.p getHistory(String ConfidentialType)
ConfidentialType - confidentiality
public String getHistoryString()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||