com.atlassian.crowd.openid.server.model.security
Interface AddressRestrictionDAO

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

public interface AddressRestrictionDAO
extends EntityObjectDAO


Method Summary
 AddressRestriction findbyAddress(java.lang.String address)
           
 void removeAll()
           
 
Methods inherited from interface com.atlassian.crowd.openid.server.model.EntityObjectDAO
findAll, save, update
 
Methods inherited from interface com.atlassian.crowd.util.persistence.hibernate.ObjectDao
getPersistentClass, load, remove, save, update
 

Method Detail

removeAll

void removeAll()

findbyAddress

AddressRestriction findbyAddress(java.lang.String address)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.