Class SearchLog
- java.lang.Object
-
- org.codelibs.fess.es.log.allcommon.EsAbstractEntity
-
- org.codelibs.fess.es.log.bsentity.BsSearchLog
-
- org.codelibs.fess.es.log.exentity.SearchLog
-
- All Implemented Interfaces:
Serializable,Cloneable,SearchLogEvent,org.dbflute.Entity
public class SearchLog extends BsSearchLog 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.BsSearchLog
accessType, clientIp, hitCount, hitCountRelation, languages, queryId, queryOffset, queryPageSize, queryTime, referer, requestedAt, responseTime, roles, searchWord, suppressUnusedImportLocalDateTime, user, userAgent, userInfoId, userSessionId, virtualHost
-
Fields inherited from class org.codelibs.fess.es.log.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
-
Constructor Summary
Constructors Constructor Description SearchLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDocument(Map<String,Object> doc)voidaddField(String key, Object value)protected voidaddFieldToSource(Map<String,Object> sourceMap, String field, Object value)voidaddSearchFieldLogValue(String name, String value)StringgetEventType()StringgetId()StringgetLogMessage()List<org.codelibs.core.misc.Pair<String,String>>getSearchFieldLogList()org.dbflute.optional.OptionalEntity<UserInfo>getUserInfo()LonggetVersionNo()voidsetId(String id)voidsetSearchQuery(String query)voidsetUserInfo(org.dbflute.optional.OptionalEntity<UserInfo> userInfo)voidsetUserInfoId(String value)voidsetVersionNo(Long version)Map<String,Object>toSource()StringtoString()-
Methods inherited from class org.codelibs.fess.es.log.bsentity.BsSearchLog
asDBMeta, asTableDbName, doBuildColumnString, getAccessType, getClientIp, getHitCount, getHitCountRelation, getLanguages, getQueryId, getQueryOffset, getQueryPageSize, getQueryTime, getReferer, getRequestedAt, getResponseTime, getRoles, getSearchWord, getUser, getUserAgent, getUserInfoId, getUserSessionId, getVirtualHost, setAccessType, setClientIp, setHitCount, setHitCountRelation, setLanguages, setQueryId, setQueryOffset, setQueryPageSize, setQueryTime, setReferer, setRequestedAt, setResponseTime, setRoles, setSearchWord, setUser, setUserAgent, setUserSessionId, setVirtualHost
-
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)
-
setSearchQuery
public void setSearchQuery(String query)
-
getUserInfo
public org.dbflute.optional.OptionalEntity<UserInfo> getUserInfo()
-
setUserInfo
public void setUserInfo(org.dbflute.optional.OptionalEntity<UserInfo> userInfo)
-
getSearchFieldLogList
public List<org.codelibs.core.misc.Pair<String,String>> getSearchFieldLogList()
-
getLogMessage
public String getLogMessage()
-
toSource
public Map<String,Object> toSource()
- Specified by:
toSourcein interfaceSearchLogEvent- Overrides:
toSourcein classBsSearchLog
-
addFieldToSource
protected void addFieldToSource(Map<String,Object> sourceMap, String field, Object value)
- Overrides:
addFieldToSourcein classBsSearchLog
-
setUserInfoId
public void setUserInfoId(String value)
- Overrides:
setUserInfoIdin classBsSearchLog
-
toString
public String toString()
- Overrides:
toStringin classEsAbstractEntity
-
getEventType
public String getEventType()
- Specified by:
getEventTypein interfaceSearchLogEvent
-
-