Class FavoriteLog
- java.lang.Object
-
- org.codelibs.fess.es.log.allcommon.EsAbstractEntity
-
- org.codelibs.fess.es.log.bsentity.BsFavoriteLog
-
- org.codelibs.fess.es.log.exentity.FavoriteLog
-
- All Implemented Interfaces:
Serializable,Cloneable,SearchLogEvent,org.dbflute.Entity
public class FavoriteLog extends BsFavoriteLog 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.BsFavoriteLog
createdAt, docId, queryId, suppressUnusedImportLocalDateTime, url, userInfoId
-
Fields inherited from class org.codelibs.fess.es.log.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
-
Constructor Summary
Constructors Constructor Description FavoriteLog()
-
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()LocalDateTimegetRequestedAt()LonggetVersionNo()voidsetId(String id)voidsetVersionNo(Long version)Map<String,Object>toSource()StringtoString()-
Methods inherited from class org.codelibs.fess.es.log.bsentity.BsFavoriteLog
asDBMeta, asTableDbName, doBuildColumnString, getCreatedAt, getDocId, getQueryId, getUrl, getUserInfoId, setCreatedAt, setDocId, setQueryId, setUrl, setUserInfoId
-
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()
-
getRequestedAt
public LocalDateTime getRequestedAt()
-
toSource
public Map<String,Object> toSource()
- Specified by:
toSourcein interfaceSearchLogEvent- Overrides:
toSourcein classBsFavoriteLog
-
addFieldToSource
protected void addFieldToSource(Map<String,Object> sourceMap, String field, Object value)
- Overrides:
addFieldToSourcein classBsFavoriteLog
-
toString
public String toString()
- Overrides:
toStringin classEsAbstractEntity
-
getEventType
public String getEventType()
- Specified by:
getEventTypein interfaceSearchLogEvent
-
-