br.com.arsmachina.authentication.dao
Interface PermissionGroupDAO

All Superinterfaces:
br.com.arsmachina.dao.DAO<PermissionGroup,Integer>, br.com.arsmachina.dao.ReadableDAO<PermissionGroup,Integer>, br.com.arsmachina.dao.WriteableDAO<PermissionGroup,Integer>

public interface PermissionGroupDAO
extends br.com.arsmachina.dao.DAO<PermissionGroup,Integer>

Data access object (DAO) for PermissionGroup.

Author:
Thiago H. de Paula Figueiredo

Method Summary
 PermissionGroup findByName(String name)
          Returns the permission group with the given name or null if there is no such one.
 
Methods inherited from interface br.com.arsmachina.dao.ReadableDAO
countAll, findAll, findAll, findByExample, findById, findByIds, getDefaultSortCriteria, reattach, refresh
 
Methods inherited from interface br.com.arsmachina.dao.WriteableDAO
delete, delete, evict, isPersistent, save, update
 

Method Detail

findByName

PermissionGroup findByName(String name)
Returns the permission group with the given name or null if there is no such one.

Parameters:
name - a String.
Returns:
a PermissionGroup or null.


Copyright © 2008-2009 Thiago H. de Paula Figueiredo. All Rights Reserved.