com.atlassian.crowd.openid.server.model.profile
Interface ProfileDAO

All Superinterfaces:
EntityObjectDAO, ObjectDao
All Known Implementing Classes:
ProfileDAOHibernate

public interface ProfileDAO
extends EntityObjectDAO


Method Summary
 Profile findProfileByName(java.lang.String name, User user)
          Finds a profile for a user given a specific name.
 
Methods inherited from interface com.atlassian.crowd.openid.server.model.EntityObjectDAO
findAll, save, update
 
Methods inherited from interface com.atlassian.crowd.openid.server.model.ObjectDao
getPersistentClass, load, remove, save, update
 

Method Detail

findProfileByName

Profile findProfileByName(java.lang.String name,
                          User user)
Finds a profile for a user given a specific name.

Parameters:
name - name of profile.
user - owner of the profile.
Returns:
profile for the user with the given name.


Copyright © 2010 Atlassian. All Rights Reserved.