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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods 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, toXmlStringMethods 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
-