|
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_AD_AccessLog
org.compiere.model.MAccessLog
public class MAccessLog
Access Log 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_AD_AccessLog |
|---|
accessLevel, COLUMNNAME_AD_AccessLog_ID, COLUMNNAME_AD_Column_ID, COLUMNNAME_AD_Table_ID, COLUMNNAME_Description, COLUMNNAME_Record_ID, COLUMNNAME_Remote_Addr, COLUMNNAME_Remote_Host, COLUMNNAME_Reply, COLUMNNAME_TextMsg, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MAccessLog(Properties ctx,
int AD_Table_ID,
int AD_Column_ID,
int Record_ID,
String trxName)
New Constructor |
|
MAccessLog(Properties ctx,
int AD_AccessLog_ID,
String trxName)
Standard Constructor |
|
MAccessLog(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MAccessLog(Properties ctx,
String Remote_Host,
String Remote_Addr,
String TextMsg,
String trxName)
New Constructor |
|
| Method Summary |
|---|
| Methods inherited from class org.compiere.model.X_AD_AccessLog |
|---|
get_AccessLevel, getAD_AccessLog_ID, getAD_Column_ID, getAD_Column, getAD_Table_ID, getAD_Table, getDescription, getKeyNamePair, getRecord_ID, getRemote_Addr, getRemote_Host, getReply, getTextMsg, initPO, setAD_AccessLog_ID, setAD_Column_ID, setAD_Table_ID, setDescription, setRecord_ID, setRemote_Addr, setRemote_Host, setReply, setTextMsg, 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 MAccessLog(Properties ctx,
int AD_AccessLog_ID,
String trxName)
ctx - contextAD_AccessLog_ID - idtrxName - transaction
public MAccessLog(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MAccessLog(Properties ctx,
String Remote_Host,
String Remote_Addr,
String TextMsg,
String trxName)
ctx - contextRemote_Host - hostRemote_Addr - addressTextMsg - text messagetrxName - transaction
public MAccessLog(Properties ctx,
int AD_Table_ID,
int AD_Column_ID,
int Record_ID,
String trxName)
ctx - contextAD_Table_ID - tableAD_Column_ID - columnRecord_ID - recordtrxName - transaction
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||