|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeliverableDao
Data Access interface for Deliverable business objects.
Method Summary | |
---|---|
Deliverable |
getDeliverable(java.lang.String key)
Retrieve a deliverable using its unique business key |
java.util.List |
getDeliverablesByRelease(DeliverableType type,
Release release)
Retrieve deliverables of specified type for a specified release |
java.util.List |
getDeliverablesSuppliedByUser(java.lang.String userId)
Retrieve deliverables supplied by a specified user |
java.util.List |
getLastDeliverables(DeliverableType type,
int maxResult)
Retrieve the last deliverables for a specified type. |
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao |
---|
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save |
Method Detail |
---|
Deliverable getDeliverable(java.lang.String key)
key
- The key of deliverable to retrieve
java.util.List getLastDeliverables(DeliverableType type, int maxResult)
type
- The deliverables typemaxResult
- The maximum number of returned deliverables
org.figure8.join.businessobjects.artifact.Deliverable
sjava.util.List getDeliverablesByRelease(DeliverableType type, Release release)
type
- The deliverables typerelease
- The release deliverables have been done for
org.figure8.join.businessobjects.artifact.Deliverable
sjava.util.List getDeliverablesSuppliedByUser(java.lang.String userId)
userId
- The unique identifier of the supplier
org.figure8.join.businessobjects.artifact.Deliverable
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |