com.atlassian.crowd.openid.server.model.property
Interface PropertyDAO

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

public interface PropertyDAO
extends EntityObjectDAO


Method Summary
 Property findByName(long 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

findByName

Property findByName(long name)
                    throws ObjectNotFoundException
Throws:
ObjectNotFoundException


Copyright © 2013 Atlassian. All Rights Reserved.