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

All Superinterfaces:
bucket.core.persistence.ObjectDao
All Known Implementing Classes:
HibernatePersonalInformationDao

public interface PersonalInformationDao
extends bucket.core.persistence.ObjectDao


Method Summary
 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.

Parameters:
username -
Returns:


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.