com.atlassian.crowd.openid.server.model.site
Interface SiteDAO

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

public interface SiteDAO
extends EntityObjectDAO


Method Summary
 Site findByURL(String url)
           
 
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

findByURL

Site findByURL(String url)


Copyright © 2013 Atlassian. All Rights Reserved.