public interface ContentViewedLogging
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Long | 
logContentViewed(java.lang.Long pRequestId,
                java.lang.String pContentId,
                boolean pMember)
Generates a log entry indicating that a piece of content was viewed 
 | 
static final java.lang.String CLASS_VERSION
java.lang.Long logContentViewed(java.lang.Long pRequestId,
                              java.lang.String pContentId,
                              boolean pMember)
                                throws atg.reporting.datacollection.LoggingException
pRequestId - the id of the request when this content was viewedpContentId - the id of the content viewedpMember - true if the action is coming from a "member"LoggingException - if there was a problem while performing the log operationRequestLogging