Uses of Class
com.avoka.fc.core.entity.UserProperty
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides web automated test services.
-
Uses of UserProperty in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionUserPropertyDao.getUserPropertyForPK
(Object id) Return the user property with the specified OID -
Uses of UserProperty in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<UserProperty>>
_PropertyType.USER_PROPERTIES
Provides the 'USER_PROPERTIES' property.static final org.apache.cayenne.exp.Property<List<UserProperty>>
_UserProfile.USER_PROPERTIES
Provides the 'USER_PROPERTIES' property.Modifier and TypeMethodDescription_PropertyType.getUserProperties()
Return the UserProperties._UserProfile.getUserProperties()
Return the UserProperties.Modifier and TypeMethodDescriptionvoid
_PropertyType.addToUserProperties
(UserProperty obj) Add the UserProperties object.void
_UserProfile.addToUserProperties
(UserProperty obj) Add the UserProperties object.void
_PropertyType.removeFromUserProperties
(UserProperty obj) Remove the UserProperties object.void
_UserProfile.removeFromUserProperties
(UserProperty obj) Remove the UserProperties object. -
Uses of UserProperty in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.createUserProperty
(UserProfile userProfile, PropertyType propertyType, String value) Create a user property value for a user profile and property type.