com.liferay.portlet.dynamicdatalists.model
Interface DDLRecord
- All Superinterfaces:
- AuditedModel, BaseModel<DDLRecord>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<DDLRecord>, DDLRecordModel, GroupedModel, PersistedModel, java.io.Serializable
- All Known Implementing Classes:
- DDLRecordWrapper
public interface DDLRecord
- extends DDLRecordModel, 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.
- Author:
- Brian Wing Shun Chan
- See Also:
DDLRecordModel,
DDLRecordImpl,
DDLRecordModelImpl- Generated:
| Methods inherited from interface com.liferay.portlet.dynamicdatalists.model.DDLRecordModel |
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, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRecordId, setRecordSetId, setUserId, setUserName, setUserUuid, setUuid, setVersion, setVersionUserId, setVersionUserName, setVersionUserUuid, toCacheModel, toEscapedModel, toString, toXmlString |
getField
Field getField(java.lang.String fieldName)
throws PortalException
- Throws:
PortalException
getFieldDataType
java.io.Serializable getFieldDataType(java.lang.String fieldName)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFields
Fields getFields()
throws PortalException
- Throws:
PortalException
getFieldType
java.io.Serializable getFieldType(java.lang.String fieldName)
throws java.lang.Exception
- Throws:
java.lang.Exception
getFieldValue
java.io.Serializable getFieldValue(java.lang.String fieldName)
throws PortalException
- Throws:
PortalException
getLatestRecordVersion
DDLRecordVersion getLatestRecordVersion()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getRecordSet
DDLRecordSet getRecordSet()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getRecordVersion
DDLRecordVersion getRecordVersion()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getRecordVersion
DDLRecordVersion getRecordVersion(java.lang.String version)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getStatus
int getStatus()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException