com.atlassian.crowd.openid.server.model.profile.attribute
Interface AttributeDAO

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

public interface AttributeDAO
extends EntityObjectDAO


Method Summary
 Attribute findAttributeByName(String name, Profile profile)
          Finds an attribute in a profile 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

findAttributeByName

Attribute findAttributeByName(String name,
                              Profile profile)
Finds an attribute in a profile given a specific name.

Parameters:
name - name of attribute.
profile - profile to look in.
Returns:
attribute object (name-value pair).


Copyright © 2013 Atlassian. All Rights Reserved.