ComponentDAOImpl
public interface ComponentDAO extends BaseDAO<Component>
Modifier and Type | Method | Description |
---|---|---|
Component |
findById(Integer componentId) |
Finds the component with the given ID.
|
List<Component> |
findByProject(Integer projectId) |
Finds all components of a given project.
|
Copyright © 2002–2019 itracker. All rights reserved.