org.ow2.dragon.persistence.dao.administration
Interface RoleDAO

All Superinterfaces:
GenericORMDAO<Role,java.lang.String>
All Known Implementing Classes:
RoleDAOImpl

public interface RoleDAO
extends GenericORMDAO<Role,java.lang.String>

Author:
strino - eBM WebSourcing

Method Summary
 Role getRoleByName(java.lang.String name)
           
 
Methods inherited from interface org.ow2.dragon.persistence.dao.GenericORMDAO
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getManipulatedType, remove, remove, save, search, searchAndCount, searchEquals, searchLike, searchUnique
 

Method Detail

getRoleByName

Role getRoleByName(java.lang.String name)


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.