Interface DDMFormInstanceReport
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<DDMFormInstanceReport>
,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>
,DDMFormInstanceReportModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
DDMFormInstanceReportWrapper
@ProviderType
public interface DDMFormInstanceReport
extends DDMFormInstanceReportModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the DDMFormInstanceReport service. Represents a row in the "DDMFormInstanceReport" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<DDMFormInstanceReport,
Long> -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.dynamic.data.mapping.model.DDMFormInstanceReportModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getCtCollectionId, getData, getFormInstanceId, getFormInstanceReportId, getGroupId, getModifiedDate, getMvccVersion, getPrimaryKey, setCompanyId, setCreateDate, setCtCollectionId, setData, setFormInstanceId, setFormInstanceReportId, setGroupId, setModifiedDate, setMvccVersion, setPrimaryKey, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
FORM_INSTANCE_REPORT_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<DDMFormInstanceReport,Long> FORM_INSTANCE_REPORT_ID_ACCESSOR
-
-
Method Details
-
getFormInstance
- Throws:
com.liferay.portal.kernel.exception.PortalException
-