Class ClickLog
- java.lang.Object
-
- org.codelibs.fess.es.log.allcommon.EsAbstractEntity
-
- org.codelibs.fess.es.log.bsentity.BsClickLog
-
- org.codelibs.fess.es.log.exentity.ClickLog
-
- All Implemented Interfaces:
Serializable,Cloneable,SearchLogEvent,org.dbflute.Entity
public class ClickLog extends BsClickLog implements SearchLogEvent
- Author:
- FreeGen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.codelibs.fess.es.log.allcommon.EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>
-
-
Field Summary
-
Fields inherited from class org.codelibs.fess.es.log.bsentity.BsClickLog
docId, order, queryId, queryRequestedAt, requestedAt, suppressUnusedImportLocalDateTime, url, urlId, userSessionId
-
Fields inherited from class org.codelibs.fess.es.log.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
-
Constructor Summary
Constructors Constructor Description ClickLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddField(String key, Object value)protected voidaddFieldToSource(Map<String,Object> sourceMap, String field, Object value)StringgetEventType()StringgetId()StringgetLogMessage()LonggetVersionNo()voidsetId(String id)voidsetVersionNo(Long version)Map<String,Object>toSource()StringtoString()-
Methods inherited from class org.codelibs.fess.es.log.bsentity.BsClickLog
asDBMeta, asTableDbName, doBuildColumnString, getDocId, getOrder, getQueryId, getQueryRequestedAt, getRequestedAt, getUrl, getUrlId, getUserSessionId, setDocId, setOrder, setQueryId, setQueryRequestedAt, setRequestedAt, setUrl, setUrlId, setUserSessionId
-
Methods inherited from class org.codelibs.fess.es.log.allcommon.EsAbstractEntity
asDocMeta, buildDisplayString, checkSpecifiedProperty, clearMarkAsSelect, clearModifiedInfo, clearSpecifiedInfo, clearUniqueDrivenInfo, convertEmptyToNull, createdBySelect, hasModification, hasPrimaryKeyValue, instanceHash, markAsSelect, modifiedToSpecified, mymodifiedProperties, mymodifyProperty, mymodifyPropertyCancel, myspecifiedProperties, myspecifyProperty, myspecifyPropertyCancel, myundefinedClassificationAccessAllowed, myuniqueByProperty, myuniqueByPropertyCancel, myuniqueDrivenProperties, myunlockUndefinedClassificationAccess, newModifiedProperties, newUniqueDrivenProperties, registerModifiedProperty, registerSpecifiedProperty, toStringWithRelation
-
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceSearchLogEvent
-
setId
public void setId(String id)
-
getVersionNo
public Long getVersionNo()
- Specified by:
getVersionNoin interfaceSearchLogEvent
-
setVersionNo
public void setVersionNo(Long version)
-
getLogMessage
public String getLogMessage()
-
toSource
public Map<String,Object> toSource()
- Specified by:
toSourcein interfaceSearchLogEvent- Overrides:
toSourcein classBsClickLog
-
addFieldToSource
protected void addFieldToSource(Map<String,Object> sourceMap, String field, Object value)
- Overrides:
addFieldToSourcein classBsClickLog
-
toString
public String toString()
- Overrides:
toStringin classEsAbstractEntity
-
getEventType
public String getEventType()
- Specified by:
getEventTypein interfaceSearchLogEvent
-
-