|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageDao
Data Access interface for Message business objects.
Method Summary | |
---|---|
Message |
getMessage(long id)
Retrieve a message using its unique identifier |
java.util.List |
getMessages(java.util.Date startDate,
java.util.Date endDate)
Retrieve all messages published between publication date and expiry date |
java.util.List |
getMessagesForRelease(Release release,
java.util.Date startDate,
java.util.Date endDate)
Retrieve all messages published between publication date and expiry date for a specified release. |
java.util.List |
getOpenMessages()
Retrieve all current messages at time of invocation |
java.util.List |
getOpenMessagesForRelease(Release release)
Retrieve all current messages that are associated to release at time of invocation |
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao |
---|
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save |
Method Detail |
---|
Message getMessage(long id)
id
- The unique identifier of message to retrieve
java.util.List getOpenMessages()
org.figure8.join.businessobjects.reporting.Message
sjava.util.List getOpenMessagesForRelease(Release release)
release
- The release to retrieve messages for
org.figure8.join.businessobjects.reporting.Message
s for this releasejava.util.List getMessages(java.util.Date startDate, java.util.Date endDate)
startDate
- Start date of messages researchendDate
- End date of messages research
org.figure8.join.businessobjects.reporting.Message
sjava.util.List getMessagesForRelease(Release release, java.util.Date startDate, java.util.Date endDate)
release
- The release to retrieve messages forstartDate
- Start date of messages researchendDate
- End date of messages research
org.figure8.join.businessobjects.reporting.Message
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |