Interface DDLRecordVersion
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<DDLRecordVersion>
,com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>
,DDLRecordVersionModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.WorkflowedModel
- All Known Implementing Classes:
DDLRecordVersionWrapper
@ProviderType
public interface DDLRecordVersion
extends DDLRecordVersionModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the DDLRecordVersion service. Represents a row in the "DDLRecordVersion" 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<DDLRecordVersion,
Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.dynamic.data.mapping.storage.DDMFormValues
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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.dynamic.data.lists.model.DDLRecordVersionModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getCtCollectionId, getDDMStorageId, getDisplayIndex, getGroupId, getMvccVersion, getPrimaryKey, getRecordId, getRecordSetId, getRecordSetVersion, getRecordVersionId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getUserId, getUserName, getUserUuid, getVersion, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isPending, isScheduled, setCompanyId, setCreateDate, setCtCollectionId, setDDMStorageId, setDisplayIndex, setGroupId, setMvccVersion, setPrimaryKey, setRecordId, setRecordSetId, setRecordSetVersion, setRecordVersionId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setUserId, setUserName, setUserUuid, setVersion, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
RECORD_VERSION_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<DDLRecordVersion,Long> RECORD_VERSION_ID_ACCESSOR
-
-
Method Details
-
getDDMFormValues
com.liferay.dynamic.data.mapping.storage.DDMFormValues getDDMFormValues() throws com.liferay.dynamic.data.mapping.exception.StorageException- Throws:
com.liferay.dynamic.data.mapping.exception.StorageException
-
getRecord
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRecordSet
- Throws:
com.liferay.portal.kernel.exception.PortalException
-