Interface DDLRecordSet

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<DDLRecordSet>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<DDLRecordSet>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordSet>, DDLRecordSetModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.LocalizedModel, 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:
DDLRecordSetWrapper

@ProviderType public interface DDLRecordSet extends DDLRecordSetModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the DDLRecordSet service. Represents a row in the "DDLRecordSet" database table, with each column mapped to a property of this class.
See Also:
Generated:
  • Field Details

    • RECORD_SET_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<DDLRecordSet,Long> RECORD_SET_ID_ACCESSOR
  • Method Details

    • getDDMStructure

      com.liferay.dynamic.data.mapping.model.DDMStructure getDDMStructure() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDDMStructure

      com.liferay.dynamic.data.mapping.model.DDMStructure getDDMStructure(long formDDMTemplateId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRecords

      List<DDLRecord> getRecords()
    • getRecordSetVersion

      DDLRecordSetVersion getRecordSetVersion() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRecordSetVersion

      DDLRecordSetVersion getRecordSetVersion(String version) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSettingsDDMFormValues

      com.liferay.dynamic.data.mapping.storage.DDMFormValues getSettingsDDMFormValues() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSettingsModel

      DDLRecordSetSettings getSettingsModel() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException