Package com.liferay.dispatch.model
Interface DispatchLog
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<DispatchLog>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<DispatchLog>,DispatchLogModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
DispatchLogWrapper
@ProviderType
public interface DispatchLog
extends DispatchLogModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the DispatchLog service. Represents a row in the "DispatchLog" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<DispatchLog, Long> -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.dispatch.model.DispatchLogModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getDispatchLogId, getDispatchTriggerId, getEndDate, getError, getModifiedDate, getMvccVersion, getOutput, getPrimaryKey, getStartDate, getStatus, getUserId, getUserName, getUserUuid, setCompanyId, setCreateDate, setDispatchLogId, setDispatchTriggerId, setEndDate, setError, setModifiedDate, setMvccVersion, setOutput, setPrimaryKey, setStartDate, setStatus, setUserId, setUserName, setUserUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
DISPATCH_LOG_ID_ACCESSOR
-