Uses of Class
com.avoka.fc.core.entity.VersionPropertyValue
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity classes.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides web automated test services.
-
Uses of VersionPropertyValue in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionVersionPropertyValueDao.createVersionPropertyValue
(TemplateVersion templateVersion, Form form, PropertyType propertyType, String value) Creates a new VersionPropertyValue for the given form, version and property.VersionPropertyValueDao.createVersionPropertyValue
(TemplateVersion templateVersion, Form form, PropertyType propertyType, String value, String longValue) Deprecated.VersionPropertyValueDao.getVersionPropertyValue
(TemplateVersion version, String propertyName) Return the VersionPropertyValue object for the given template version, property name and scope.VersionPropertyValueDao.getVersionPropertyValue
(TemplateVersion version, String propertyName, String scope) Return the VersionPropertyValue object for the given template version, property name and scope.VersionPropertyValueDao.getVersionPropertyValueFromPk
(Object id) Return the VersionPropertyValue object with the given OIDModifier and TypeMethodDescriptionVersionPropertyValueDao.getPropertyValues
(TemplateVersion version, String scope) Return the list of property values for a form version.VersionPropertyValueDao.getPropertyValues
(String templateVersionId) Return the list of property values for a form versionVersionPropertyValueDao.getTemplateVersionPropertyValues
(TemplateVersion templateVersion) Return the TemplateVersions property value list.VersionPropertyValueDao.getVersionProperties
(String propertyName, String scope) Gets the version properties who have defined the property name and scope. -
Uses of VersionPropertyValue in com.avoka.fc.core.entity
Modifier and TypeMethodDescriptionTemplateVersion.getVersionPropertyMap()
Return the map of VersionPropertyValues keyed on property name. -
Uses of VersionPropertyValue in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<VersionPropertyValue>>
_PropertyType.VERSION_PROPERTY_VALUES
Provides the 'VERSION_PROPERTY_VALUES' property.static final org.apache.cayenne.exp.Property<List<VersionPropertyValue>>
_TemplateVersion.VERSION_PROPERTY_VALUES
Provides the 'VERSION_PROPERTY_VALUES' property.Modifier and TypeMethodDescription_PropertyType.getVersionPropertyValues()
Return the VersionPropertyValues._TemplateVersion.getVersionPropertyValues()
Return the VersionPropertyValues.Modifier and TypeMethodDescriptionvoid
_PropertyType.addToVersionPropertyValues
(VersionPropertyValue obj) Add the VersionPropertyValues object.void
_TemplateVersion.addToVersionPropertyValues
(VersionPropertyValue obj) Add the VersionPropertyValues object.void
_PropertyType.removeFromVersionPropertyValues
(VersionPropertyValue obj) Remove the VersionPropertyValues object.void
_TemplateVersion.removeFromVersionPropertyValues
(VersionPropertyValue obj) Remove the VersionPropertyValues object. -
Uses of VersionPropertyValue in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.createVersionProperty
(TemplateVersion version, PropertyType propertyType, String value) Create a version property value for a form version and property type.
VersionPropertyValueDao.createVersionPropertyValue(TemplateVersion, Form, PropertyType, String)
instead.