|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.reporting.datacollection.LogEntry
atg.reporting.datacollection.SessionScopedLogEntry
atg.reporting.datacollection.UserEventLogEntry
public class UserEventLogEntry
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
UserEventLogEntry(java.lang.Long pId,
long pTimestamp,
java.lang.String pSessionId,
boolean pMember,
java.lang.Integer pEventType,
java.lang.String pProfileId)
Constructs a UserEventLogEntry |
|
UserEventLogEntry(java.lang.Long pId,
java.lang.String pSessionId,
boolean pMember,
java.lang.Integer pEventType,
java.lang.String pProfileId)
Constructs a UserEventLogEntry and time stamps it with the current time. |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getEventType()
Returns property EventType |
java.lang.String |
getProfileId()
Returns property ProfileId |
void |
setEventType(java.lang.Integer pEventType)
Sets property EventType |
void |
setProfileId(java.lang.String pProfileId)
Sets property ProfileId |
java.lang.String |
toString()
Returns String representation of the log entry |
| Methods inherited from class atg.reporting.datacollection.SessionScopedLogEntry |
|---|
getMemberAsDBValue, getSessionId, isMember, setMember, setSessionId |
| Methods inherited from class atg.reporting.datacollection.LogEntry |
|---|
getId, getTimestamp, getTimestampAsDate, setId, setTimestamp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public UserEventLogEntry(java.lang.Long pId,
long pTimestamp,
java.lang.String pSessionId,
boolean pMember,
java.lang.Integer pEventType,
java.lang.String pProfileId)
pId - the sql table id of the eventpTimestamp - the time of the eventpSessionId - the dynamo session idpMember - true if the action is coming from a "member"pEventType - the id of the event typepProfileId - the profile id of the user causing the event
public UserEventLogEntry(java.lang.Long pId,
java.lang.String pSessionId,
boolean pMember,
java.lang.Integer pEventType,
java.lang.String pProfileId)
pId - the sql table id of the eventpTimestamp - the time of the eventpSessionId - the dynamo session idpMember - true if the action is coming from a "member"pEventType - the id of the event typepProfileId - the profile id of the user causing the event| Method Detail |
|---|
public void setEventType(java.lang.Integer pEventType)
public java.lang.Integer getEventType()
public void setProfileId(java.lang.String pProfileId)
public java.lang.String getProfileId()
public java.lang.String toString()
toString in class atg.reporting.datacollection.LogEntry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||