Interface DDLRecordSetVersion
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<DDLRecordSetVersion>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<DDLRecordSetVersion>
,com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordSetVersion>
,DDLRecordSetVersionModel
,com.liferay.portal.kernel.model.LocalizedModel
,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:
DDLRecordSetVersionWrapper
@ProviderType
public interface DDLRecordSetVersion
extends DDLRecordSetVersionModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the DDLRecordSetVersion service. Represents a row in the "DDLRecordSetVersion" 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<DDLRecordSetVersion,
Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.dynamic.data.mapping.model.DDMStructureVersion
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.DDLRecordSetVersionModel
cloneWithOriginalValues, getAvailableLanguageIds, getCompanyId, getCreateDate, getCtCollectionId, getDDMStructureVersionId, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getGroupId, getMvccVersion, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getRecordSetId, getRecordSetVersionId, getSettings, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getUserId, getUserName, getUserUuid, getVersion, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isPending, isScheduled, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCompanyId, setCreateDate, setCtCollectionId, setDDMStructureVersionId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setGroupId, setMvccVersion, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setRecordSetId, setRecordSetVersionId, setSettings, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setUserId, setUserName, setUserUuid, setVersion, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
RECORD_SET_VERSION_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<DDLRecordSetVersion,Long> RECORD_SET_VERSION_ID_ACCESSOR
-
-
Method Details
-
getDDMStructureVersion
com.liferay.dynamic.data.mapping.model.DDMStructureVersion getDDMStructureVersion() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRecordSet
- Throws:
com.liferay.portal.kernel.exception.PortalException
-