Class UserPropertyDao


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

    • UserPropertyDao

      public UserPropertyDao()
  • Method Details

    • 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)