com.atlassian.confluence.user.persistence.dao
Interface PersonalInformationDao

All Superinterfaces:
ObjectDao
All Known Implementing Classes:
CachingPersonalInformationDao, HibernatePersonalInformationDao

public interface PersonalInformationDao
extends ObjectDao

Manages the persistence of personal information objects, containing user properties like logos, preferences, etc.


Method Summary
 PersonalInformation getById(long id)
          Returns the personal information object with the given ID.
 PersonalInformation getByUsername(java.lang.String username)
          Fetches the personal information object for this username.
 
Methods inherited from interface bucket.core.persistence.ObjectDao
findAll, findAllSorted, getPersistentClass, refresh, remove, replicate, save, saveRaw
 

Method Detail

getByUsername

PersonalInformation getByUsername(java.lang.String username)
Fetches the personal information object for this username.


getById

PersonalInformation getById(long id)
Returns the personal information object with the given ID.

Since:
3.0


Copyright © 2003-2011 Atlassian. All Rights Reserved.