@ProviderType public interface DDLRecord extends DDLRecordModel, PersistedModel
DDLRecordModel| Modifier and Type | Field and Description |
|---|---|
static Accessor<DDLRecord,java.lang.Long> |
RECORD_ID_ACCESSOR |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DDMFormFieldValue> |
getDDMFormFieldValues(java.lang.String fieldName) |
DDMFormValues |
getDDMFormValues() |
java.io.Serializable |
getFieldDataType(java.lang.String fieldName) |
java.io.Serializable |
getFieldType(java.lang.String fieldName) |
DDLRecordVersion |
getLatestRecordVersion() |
DDLRecordSet |
getRecordSet() |
DDLRecordVersion |
getRecordVersion() |
DDLRecordVersion |
getRecordVersion(java.lang.String version) |
int |
getStatus() |
getClassName, getClassPK, getCompanyId, getCreateDate, getDDMStorageId, getDisplayIndex, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getPrimaryKey, getRecordId, getRecordSetId, getRecordSetVersion, getUserId, getUserName, getUserUuid, getUuid, getVersion, getVersionUserId, getVersionUserName, getVersionUserUuid, setClassName, setClassPK, setCompanyId, setCreateDate, setDDMStorageId, setDisplayIndex, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setPrimaryKey, setRecordId, setRecordSetId, setRecordSetVersion, setUserId, setUserName, setUserUuid, setUuid, setVersion, setVersionUserId, setVersionUserName, setVersionUserUuidclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNameclone, getStagedModelTypepersistjava.util.List<DDMFormFieldValue> getDDMFormFieldValues(java.lang.String fieldName) throws PortalException
PortalExceptionDDMFormValues getDDMFormValues() throws PortalException
PortalExceptionjava.io.Serializable getFieldDataType(java.lang.String fieldName)
throws PortalException
PortalExceptionjava.io.Serializable getFieldType(java.lang.String fieldName)
throws java.lang.Exception
java.lang.ExceptionDDLRecordVersion getLatestRecordVersion() throws PortalException
PortalExceptionDDLRecordSet getRecordSet() throws PortalException
PortalExceptionDDLRecordVersion getRecordVersion() throws PortalException
PortalExceptionDDLRecordVersion getRecordVersion(java.lang.String version) throws PortalException
PortalExceptionint getStatus()
throws PortalException
PortalException