Uses of Class
com.avoka.fc.core.entity.UserProperty
-
Packages that use UserProperty Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.com.avoka.fc.core.service.test Provides web automated test services. -
-
Uses of UserProperty in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return UserProperty Modifier and Type Method Description UserProperty
UserPropertyDao. 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 UserProperty Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<UserProperty>>
_PropertyType. USER_PROPERTIES
Provides the 'USER_PROPERTIES' property.static 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 UserProperty Modifier and Type Method Description List<UserProperty>
_PropertyType. getUserProperties()
Return the UserProperties.List<UserProperty>
_UserProfile. getUserProperties()
Return the UserProperties.Methods in com.avoka.fc.core.entity.auto with parameters of type UserProperty Modifier and Type Method Description void
_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 UserProperty Modifier and Type Method Description UserProperty
MockEntityService. createUserProperty(UserProfile userProfile, PropertyType propertyType, String value)
Create a user property value for a user profile and property type.
-