|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentDao
Data Access interface for Component business objects.
Method Summary | |
---|---|
Component |
getComponent(java.lang.String key)
Retrieve the component having the specified key |
java.util.List |
getComponentsByRelease(ComponentType type,
Release release)
Retrieve components of specified type generated by a specified release |
java.util.List |
getComponentsInRelease(ComponentType type,
Release release)
Retrieve components of specified type contained by a specified release |
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao |
---|
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save |
Method Detail |
---|
Component getComponent(java.lang.String key)
key
- The key of component to retrieve
java.util.List getComponentsByRelease(ComponentType type, Release release)
type
- The components typerelease
- The release components have been generated for
org.figure8.join.businessobjects.artifact.Component
sjava.util.List getComponentsInRelease(ComponentType type, Release release)
type
- The components typerelease
- The release containing returned components
org.figure8.join.businessobjects.artifact.Component
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |