|
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_WebAccessLog
public class X_CM_WebAccessLog
Generated Model for CM_WebAccessLog
| Field Summary | |
|---|---|
static int |
LOGTYPE_AD_Reference_ID
LogType AD_Reference_ID=390 |
static String |
LOGTYPE_AdDisplay
Ad display = A |
static String |
LOGTYPE_Redirect
Redirect = R |
static String |
LOGTYPE_WebAccess
Web Access = W |
| 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 |
| Constructor Summary | |
|---|---|
X_CM_WebAccessLog(Properties ctx,
int CM_WebAccessLog_ID,
String trxName)
Standard Constructor |
|
X_CM_WebAccessLog(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getAcceptLanguage()
Get Accept Language. |
int |
getAD_User_ID()
Get User/Contact. |
I_AD_User |
getAD_User()
|
int |
getCM_BroadcastServer_ID()
Get Broadcast Server. |
I_CM_BroadcastServer |
getCM_BroadcastServer()
|
int |
getCM_Media_ID()
Get Media Item. |
I_CM_Media |
getCM_Media()
|
int |
getCM_WebAccessLog_ID()
Get Web Access Log. |
int |
getCM_WebProject_ID()
Get Web Project. |
I_CM_WebProject |
getCM_WebProject()
|
BigDecimal |
getFileSize()
Get File Size. |
String |
getHyphen()
Get Hyphen. |
String |
getIP_Address()
Get IP Address. |
String |
getLogType()
Get Log Type. |
String |
getPageURL()
Get Page URL. |
String |
getProtocol()
Get Protocol. |
String |
getReferrer()
Get Referrer. |
String |
getRemote_Addr()
Get Remote Addr. |
String |
getRemote_Host()
Get Remote Host. |
String |
getRequestType()
Get Request Type. |
int |
getStatusCode()
Get Status Code. |
String |
getUserAgent()
Get User Agent. |
String |
getWebSession()
Get Web Session. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setAcceptLanguage(String AcceptLanguage)
Set Accept Language. |
void |
setAD_User_ID(int AD_User_ID)
Set User/Contact. |
void |
setCM_BroadcastServer_ID(int CM_BroadcastServer_ID)
Set Broadcast Server. |
void |
setCM_Media_ID(int CM_Media_ID)
Set Media Item. |
void |
setCM_WebAccessLog_ID(int CM_WebAccessLog_ID)
Set Web Access Log. |
void |
setCM_WebProject_ID(int CM_WebProject_ID)
Set Web Project. |
void |
setFileSize(BigDecimal FileSize)
Set File Size. |
void |
setHyphen(String Hyphen)
Set Hyphen. |
void |
setIP_Address(String IP_Address)
Set IP Address. |
void |
setLogType(String LogType)
Set Log Type. |
void |
setPageURL(String PageURL)
Set Page URL. |
void |
setProtocol(String Protocol)
Set Protocol. |
void |
setReferrer(String Referrer)
Set Referrer. |
void |
setRemote_Addr(String Remote_Addr)
Set Remote Addr. |
void |
setRemote_Host(String Remote_Host)
Set Remote Host. |
void |
setRequestType(String RequestType)
Set Request Type. |
void |
setStatusCode(int StatusCode)
Set Status Code. |
void |
setUserAgent(String UserAgent)
Set User Agent. |
void |
setWebSession(String WebSession)
Set Web Session. |
String |
toString()
String representation |
| 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 |
| Field Detail |
|---|
public static final int LOGTYPE_AD_Reference_ID
public static final String LOGTYPE_WebAccess
public static final String LOGTYPE_AdDisplay
public static final String LOGTYPE_Redirect
| Constructor Detail |
|---|
public X_CM_WebAccessLog(Properties ctx,
int CM_WebAccessLog_ID,
String trxName)
public X_CM_WebAccessLog(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAcceptLanguage(String AcceptLanguage)
setAcceptLanguage in interface I_CM_WebAccessLogAcceptLanguage - Language accepted based on browser informationpublic String getAcceptLanguage()
getAcceptLanguage in interface I_CM_WebAccessLog
public I_AD_User getAD_User()
throws Exception
getAD_User in interface I_CM_WebAccessLogExceptionpublic void setAD_User_ID(int AD_User_ID)
setAD_User_ID in interface I_CM_WebAccessLogAD_User_ID - User within the system - Internal or Business Partner Contactpublic int getAD_User_ID()
getAD_User_ID in interface I_CM_WebAccessLog
public I_CM_BroadcastServer getCM_BroadcastServer()
throws Exception
getCM_BroadcastServer in interface I_CM_WebAccessLogExceptionpublic void setCM_BroadcastServer_ID(int CM_BroadcastServer_ID)
setCM_BroadcastServer_ID in interface I_CM_WebAccessLogCM_BroadcastServer_ID - Web Broadcast Serverpublic int getCM_BroadcastServer_ID()
getCM_BroadcastServer_ID in interface I_CM_WebAccessLog
public I_CM_Media getCM_Media()
throws Exception
getCM_Media in interface I_CM_WebAccessLogExceptionpublic void setCM_Media_ID(int CM_Media_ID)
setCM_Media_ID in interface I_CM_WebAccessLogCM_Media_ID - Contains media content like images, flash movies etc.public int getCM_Media_ID()
getCM_Media_ID in interface I_CM_WebAccessLogpublic void setCM_WebAccessLog_ID(int CM_WebAccessLog_ID)
setCM_WebAccessLog_ID in interface I_CM_WebAccessLogCM_WebAccessLog_ID - Web Access Log Informationpublic int getCM_WebAccessLog_ID()
getCM_WebAccessLog_ID in interface I_CM_WebAccessLog
public I_CM_WebProject getCM_WebProject()
throws Exception
getCM_WebProject in interface I_CM_WebAccessLogExceptionpublic void setCM_WebProject_ID(int CM_WebProject_ID)
setCM_WebProject_ID in interface I_CM_WebAccessLogCM_WebProject_ID - A web project is the main data container for Containers, URLs, Ads, Media etc.public int getCM_WebProject_ID()
getCM_WebProject_ID in interface I_CM_WebAccessLogpublic void setFileSize(BigDecimal FileSize)
setFileSize in interface I_CM_WebAccessLogFileSize - Size of the File in bytespublic BigDecimal getFileSize()
getFileSize in interface I_CM_WebAccessLogpublic void setHyphen(String Hyphen)
setHyphen in interface I_CM_WebAccessLogHyphen - Hyphenpublic String getHyphen()
getHyphen in interface I_CM_WebAccessLogpublic void setIP_Address(String IP_Address)
setIP_Address in interface I_CM_WebAccessLogIP_Address - Defines the IP address to transfer data topublic String getIP_Address()
getIP_Address in interface I_CM_WebAccessLogpublic void setLogType(String LogType)
setLogType in interface I_CM_WebAccessLogLogType - Web Log Typepublic String getLogType()
getLogType in interface I_CM_WebAccessLogpublic void setPageURL(String PageURL)
setPageURL in interface I_CM_WebAccessLogPageURL - Page URLpublic String getPageURL()
getPageURL in interface I_CM_WebAccessLogpublic void setProtocol(String Protocol)
setProtocol in interface I_CM_WebAccessLogProtocol - Protocolpublic String getProtocol()
getProtocol in interface I_CM_WebAccessLogpublic void setReferrer(String Referrer)
setReferrer in interface I_CM_WebAccessLogReferrer - Referring web addresspublic String getReferrer()
getReferrer in interface I_CM_WebAccessLogpublic void setRemote_Addr(String Remote_Addr)
setRemote_Addr in interface I_CM_WebAccessLogRemote_Addr - Remote Addresspublic String getRemote_Addr()
getRemote_Addr in interface I_CM_WebAccessLogpublic void setRemote_Host(String Remote_Host)
setRemote_Host in interface I_CM_WebAccessLogRemote_Host - Remote host Infopublic String getRemote_Host()
getRemote_Host in interface I_CM_WebAccessLogpublic void setRequestType(String RequestType)
setRequestType in interface I_CM_WebAccessLogRequestType - Request Typepublic String getRequestType()
getRequestType in interface I_CM_WebAccessLogpublic void setStatusCode(int StatusCode)
setStatusCode in interface I_CM_WebAccessLogStatusCode - Status Codepublic int getStatusCode()
getStatusCode in interface I_CM_WebAccessLogpublic void setUserAgent(String UserAgent)
setUserAgent in interface I_CM_WebAccessLogUserAgent - Browser Usedpublic String getUserAgent()
getUserAgent in interface I_CM_WebAccessLogpublic void setWebSession(String WebSession)
setWebSession in interface I_CM_WebAccessLogWebSession - Web Session IDpublic String getWebSession()
getWebSession in interface I_CM_WebAccessLog
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||