Interface DDMFormInstanceVersion
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<DDMFormInstanceVersion>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<DDMFormInstanceVersion>,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceVersion>,DDMFormInstanceVersionModel,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.WorkflowedModel
- All Known Implementing Classes:
DDMFormInstanceVersionWrapper
@ProviderType
public interface DDMFormInstanceVersion
extends DDMFormInstanceVersionModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the DDMFormInstanceVersion service. Represents a row in the "DDMFormInstanceVersion" 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<DDMFormInstanceVersion,Long> -
Method Summary
Modifier and TypeMethodDescriptionMethods 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.DDMFormInstanceVersionModel
cloneWithOriginalValues, getAvailableLanguageIds, getCompanyId, getCreateDate, getCtCollectionId, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getFormInstanceId, getFormInstanceVersionId, getGroupId, getMvccVersion, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getSettings, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getStructureVersionId, getUserId, getUserName, getUserUuid, getVersion, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isPending, isScheduled, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCompanyId, setCreateDate, setCtCollectionId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setFormInstanceId, setFormInstanceVersionId, setGroupId, setMvccVersion, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setSettings, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setStructureVersionId, setUserId, setUserName, setUserUuid, setVersion, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
FORM_INSTANCE_VERSION_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<DDMFormInstanceVersion,Long> FORM_INSTANCE_VERSION_ID_ACCESSOR
-
-
Method Details
-
getFormInstance
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStructureVersion
DDMStructureVersion getStructureVersion() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-