org.shredzone.repowatch.repository
Interface BlacklistDAO

All Superinterfaces:
BaseDAO<Blacklist>
All Known Implementing Classes:
BlacklistDAOHibImpl

@Secured(value="IS_AUTHENTICATED_ANONYMOUSLY")
public interface BlacklistDAO
extends BaseDAO<Blacklist>

Gives access to the domain management.

Version:
$Revision: 205 $

Method Summary
 List<Blacklist> findAllBlacklists()
          Returns a set of all blacklists.
 
Methods inherited from interface org.shredzone.repowatch.repository.BaseDAO
delete, fetch, insert, merge
 

Method Detail

findAllBlacklists

List<Blacklist> findAllBlacklists()
Returns a set of all blacklists.

Returns:
List of all Blacklist entities.


Copyright © 2007-2011 shredzone.org. All Rights Reserved.