Uses of Class
com.avoka.fc.core.entity.UserProperty
Packages that use 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
Methods in com.avoka.fc.core.dao that return UserPropertyModifier and TypeMethodDescriptionUserPropertyDao.getUserPropertyForPK
(Object id) Return the user property with the specified OID -
Uses of UserProperty in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type UserPropertyModifier 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.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type UserPropertyModifier and TypeMethodDescription_PropertyType.getUserProperties()
Return the UserProperties._UserProfile.getUserProperties()
Return the UserProperties.Methods in com.avoka.fc.core.entity.auto with parameters of type UserPropertyModifier 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
Methods in com.avoka.fc.core.service.test that return UserPropertyModifier and TypeMethodDescriptionMockEntityService.createUserProperty
(UserProfile userProfile, PropertyType propertyType, String value) Create a user property value for a user profile and property type.