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
 java.util.List findAllForProfile(Profile profile)
           
 java.util.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

java.util.List findAlwaysAllow(User user)

findAllForProfile

java.util.List findAllForProfile(Profile profile)


Copyright © 2012 Atlassian. All Rights Reserved.