|
||||||||||
| 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<Task,Integer>
br.com.arsmachina.example.controller.impl.TaskControllerImpl
public class TaskControllerImpl
TaskController implementation.
| Constructor Summary | |
|---|---|
TaskControllerImpl(TaskDAO taskDAO)
Single constructor of this class. |
|
| Method Summary | |
|---|---|
List<Task> |
findByProject(Project project)
|
| 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 TaskControllerImpl(TaskDAO taskDAO)
taskDAO - a TaskDAO. It cannot be null.| Method Detail |
|---|
public List<Task> findByProject(Project project)
findByProject in interface TaskControllerTaskController.findByProject(br.com.arsmachina.example.entity.Project)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||