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 Details

    • RECORD_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<DDLRecord,Long> 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

      Serializable getFieldType(String fieldName) throws Exception
      Throws:
      Exception
    • getLatestRecordVersion

      DDLRecordVersion getLatestRecordVersion() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRecordSet

      DDLRecordSet getRecordSet() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRecordVersion

      DDLRecordVersion getRecordVersion() throws com.liferay.portal.kernel.exception.PortalException
      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