br.com.arsmachina.authentication.controller
Interface PermissionGroupController

All Superinterfaces:
br.com.arsmachina.controller.Controller<PermissionGroup,Integer>, br.com.arsmachina.controller.ReadableController<PermissionGroup,Integer>, br.com.arsmachina.controller.WriteableController<PermissionGroup,Integer>
All Known Implementing Classes:
PermissionGroupControllerImpl

public interface PermissionGroupController
extends br.com.arsmachina.controller.Controller<PermissionGroup,Integer>

Controller definition 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.controller.ReadableController
countAll, findAll, findAll, findByExample, findById, findByIds, reattach
 
Methods inherited from interface br.com.arsmachina.controller.WriteableController
delete, delete, evict, isPersistent, save, saveOrUpdate, 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.