Interface DDLRecord
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<DDLRecord>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<DDLRecord>,com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecord>,DDLRecordModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel
- All Known Implementing Classes:
DDLRecordWrapper
@ProviderType
public interface DDLRecord
extends DDLRecordModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the DDLRecord service. Represents a row in the "DDLRecord" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptionList<com.liferay.dynamic.data.mapping.storage.DDMFormFieldValue> getDDMFormFieldValues(String fieldName) com.liferay.dynamic.data.mapping.storage.DDMFormValuesgetFieldDataType(String fieldName) getFieldType(String fieldName) getRecordVersion(String version) intMethods 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.dynamic.data.lists.model.DDLRecordModel
cloneWithOriginalValues, getClassName, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getDDMStorageId, getDisplayIndex, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getPrimaryKey, getRecordId, getRecordSetId, getRecordSetVersion, getUserId, getUserName, getUserUuid, getUuid, getVersion, getVersionUserId, getVersionUserName, getVersionUserUuid, setClassName, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setDDMStorageId, setDisplayIndex, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setPrimaryKey, setRecordId, setRecordSetId, setRecordSetVersion, setUserId, setUserName, setUserUuid, setUuid, setVersion, setVersionUserId, setVersionUserName, setVersionUserUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
RECORD_ID_ACCESSOR
-
-
Method Details
-
getDDMFormFieldValues
List<com.liferay.dynamic.data.mapping.storage.DDMFormFieldValue> getDDMFormFieldValues(String fieldName) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMFormValues
com.liferay.dynamic.data.mapping.storage.DDMFormValues getDDMFormValues() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFieldDataType
Serializable getFieldDataType(String fieldName) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFieldType
- Throws:
Exception
-
getLatestRecordVersion
DDLRecordVersion getLatestRecordVersion() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRecordSet
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRecordVersion
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRecordVersion
DDLRecordVersion getRecordVersion(String version) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStatus
int getStatus() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-