|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PermissionDAO
Data access object (DAO) for Permission.
| Method Summary | |
|---|---|
Permission |
findByName(String name)
Returns the permission 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 |
|---|
Permission findByName(String name)
null if there is no such one.
name - a String.
Permission or null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||