|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildDao
Data Access interface for Build business objects.
Method Summary | |
---|---|
Build |
getBuild(java.lang.String key)
Retrieve a Build using its unique key identifier |
java.util.List |
getBuildsByRelease(Release release)
Retrieve all the builds produced for a spcified release |
java.util.List |
getBuildsComposedByUser(java.lang.String userId)
Retrieve builds composed by a specified user |
java.util.List |
getBuildsWithComponents(java.util.List components)
Retrieve builds having the components specified into list |
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao |
---|
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save |
Method Detail |
---|
java.util.List getBuildsByRelease(Release release)
release
- The release to retrieve builds for
org.figure8.join.businessobjects.artifact.Build
sjava.util.List getBuildsComposedByUser(java.lang.String userId)
userId
- The unique identifier of the composer
org.figure8.join.businessobjects.artifact.Build
sjava.util.List getBuildsWithComponents(java.util.List components)
components
- The list of components builds should have
org.figure8.join.businessobjects.artifact.Build
sBuild getBuild(java.lang.String key)
key
- The unique key identifier of build to retrieve
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |