|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentDAO
Component Data Access Object interface.
| Method Summary | |
|---|---|
Component |
findById(Integer componentId)
Finds the component with the given ID. |
List<Component> |
findByProject(Integer projectId)
Finds all components of a given project. |
| Methods inherited from interface org.itracker.persistence.dao.BaseDAO |
|---|
delete, detach, merge, refresh, save, saveOrUpdate |
| Method Detail |
|---|
Component findById(Integer componentId)
componentId - ID of the component to retrieve
List<Component> findByProject(Integer projectId)
projectId - ID of the project of which to retrieve all components
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||