Class UserPropertyDao


  • public class UserPropertyDao
    extends AbstractDao
    Provides a DAO for the UserProperty entity.
    See Also:
    UserProperty
    • Constructor Detail

      • UserPropertyDao

        public UserPropertyDao()
    • Method Detail

      • getUserPropertyForPK

        public UserProperty getUserPropertyForPK​(Object id)
        Return the user property with the specified OID
        Parameters:
        id - the OID
        Returns:
        the matching user property, or null if not found
      • initialiseUserProperties

        public void initialiseUserProperties​(UserProfile userProfile)
        Create property values for each user property for a new user profile
        Parameters:
        userProfile - a new user profile not associated with any user properties (required)