|
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_AD_AccessLog
org.compiere.model.MAccessLog
public class MAccessLog
Access Log Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_AccessLog |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| 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 | |
|---|---|
MAccessLog(Ctx ctx,
int AD_AccessLog_ID,
String trxName)
Standard Constructor |
|
MAccessLog(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MAccessLog(Ctx ctx,
String email,
int AD_Table_ID,
int AD_Column_ID,
int Record_ID,
String trxName)
New Constructor |
|
MAccessLog(Ctx ctx,
String email,
String Remote_Host,
String Remote_Addr,
String TextMsg,
String trxName)
New Constructor |
|
| Method Summary | |
|---|---|
void |
addReply(String Reply)
Add to Reply |
| Methods inherited from class org.compiere.model.X_AD_AccessLog |
|---|
get_AccessLevel, getAD_AccessLog_ID, getAD_Column_ID, getAD_Table_ID, getAD_User_ID, getC_Lead_ID, getDescription, getKeyNamePair, getRecord_ID, getRemote_Addr, getRemote_Host, getReply, getTextMsg, initPO, setAD_AccessLog_ID, setAD_Column_ID, setAD_Table_ID, setAD_User_ID, setC_Lead_ID, setDescription, setRecord_ID, setRemote_Addr, setRemote_Host, setReply, setTextMsg, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MAccessLog(Ctx ctx,
int AD_AccessLog_ID,
String trxName)
ctx - contextAD_AccessLog_ID - idtrxName - transaction
public MAccessLog(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MAccessLog(Ctx ctx,
String email,
String Remote_Host,
String Remote_Addr,
String TextMsg,
String trxName)
ctx - contextemail - mailRemote_Host - hostRemote_Addr - addressTextMsg - text messagetrxName - transaction
public MAccessLog(Ctx ctx,
String email,
int AD_Table_ID,
int AD_Column_ID,
int Record_ID,
String trxName)
ctx - contextemail - mailAD_Table_ID - tableAD_Column_ID - columnRecord_ID - recordtrxName - transaction| Method Detail |
|---|
public void addReply(String Reply)
Reply -
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||