|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.com.arsmachina.controller.impl.ControllerImpl<T,K>
br.com.arsmachina.controller.impl.SpringControllerImpl<Permission,Integer>
br.com.arsmachina.authentication.controller.impl.PermissionControllerImpl
public class PermissionControllerImpl
PermissionController implementation.
| Constructor Summary | |
|---|---|
PermissionControllerImpl(PermissionDAO dao)
Single constructor of this class. |
|
| Method Summary | |
|---|---|
Permission |
findByName(String name)
Invokes dao.findByName() |
| Methods inherited from class br.com.arsmachina.controller.impl.SpringControllerImpl |
|---|
countAll, delete, delete, findAll, findAll, findById, findByIds, refresh, save, saveOrUpdate, update |
| Methods inherited from class br.com.arsmachina.controller.impl.ControllerImpl |
|---|
evict, findByExample, isPersistent, reattach |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public PermissionControllerImpl(PermissionDAO dao)
dao - an PermissionDAO. It cannot be null.| Method Detail |
|---|
public Permission findByName(String name)
dao.findByName().
- Specified by:
findByName in interface PermissionController
- Parameters:
name - a String.
- Returns:
- a
Permission or null. - See Also:
PermissionDAO.findByName(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||