com.atlassian.crowd.openid.server.model.approval
Interface SiteApprovalDAO

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

public interface SiteApprovalDAO
extends EntityObjectDAO


Method Summary
 List findAllForProfile(Profile profile)
           
 List findAlwaysAllow(User user)
           
 SiteApproval findBySite(User user, Site site)
           
 
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

findBySite

SiteApproval findBySite(User user,
                        Site site)

findAlwaysAllow

List findAlwaysAllow(User user)

findAllForProfile

List findAllForProfile(Profile profile)


Copyright © 2013 Atlassian. All Rights Reserved.