@ProviderType public interface DDLRecord extends DDLRecordModel, PersistedModel
DDLRecordModel,
DDLRecordImpl,
DDLRecordModelImpl| Modifier and Type | Method and Description |
|---|---|
Field |
getField(java.lang.String fieldName) |
java.io.Serializable |
getFieldDataType(java.lang.String fieldName) |
Fields |
getFields() |
java.io.Serializable |
getFieldType(java.lang.String fieldName) |
java.io.Serializable |
getFieldValue(java.lang.String fieldName) |
java.io.Serializable |
getFieldValue(java.lang.String fieldName,
java.util.Locale locale) |
java.util.List<java.io.Serializable> |
getFieldValues(java.lang.String fieldName,
java.util.Locale locale) |
DDLRecordVersion |
getLatestRecordVersion() |
DDLRecordSet |
getRecordSet() |
DDLRecordVersion |
getRecordVersion() |
DDLRecordVersion |
getRecordVersion(java.lang.String version) |
int |
getStatus() |
clone, compareTo, getCompanyId, getCreateDate, getDDMStorageId, getDisplayIndex, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRecordId, getRecordSetId, getUserId, getUserName, getUserUuid, getUuid, getVersion, getVersionUserId, getVersionUserName, getVersionUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDDMStorageId, setDisplayIndex, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRecordId, setRecordSetId, setUserId, setUserName, setUserUuid, setUuid, setVersion, setVersionUserId, setVersionUserName, setVersionUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringgetModelAttributes, resetOriginalValues, setModelAttributesgetModelClass, getModelClassNamegetStagedModelTypepersistField getField(java.lang.String fieldName) throws PortalException
PortalExceptionjava.io.Serializable getFieldDataType(java.lang.String fieldName)
throws PortalException,
SystemException
PortalExceptionSystemExceptionFields getFields() throws PortalException
PortalExceptionjava.io.Serializable getFieldType(java.lang.String fieldName)
throws java.lang.Exception
java.lang.Exceptionjava.io.Serializable getFieldValue(java.lang.String fieldName)
throws PortalException
PortalExceptionjava.io.Serializable getFieldValue(java.lang.String fieldName,
java.util.Locale locale)
throws PortalException
PortalExceptionjava.util.List<java.io.Serializable> getFieldValues(java.lang.String fieldName,
java.util.Locale locale)
throws PortalException
PortalExceptionDDLRecordVersion getLatestRecordVersion() throws PortalException, SystemException
PortalExceptionSystemExceptionDDLRecordSet getRecordSet() throws PortalException, SystemException
PortalExceptionSystemExceptionDDLRecordVersion getRecordVersion() throws PortalException, SystemException
PortalExceptionSystemExceptionDDLRecordVersion getRecordVersion(java.lang.String version) throws PortalException, SystemException
PortalExceptionSystemExceptionint getStatus()
throws PortalException,
SystemException
PortalExceptionSystemException