|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatusDao
Data Access interface for Status business objects.
Method Summary | |
---|---|
Status |
getStatus(long id)
Retrieve a status using its datastore identifier |
Status |
getStatus(java.lang.String key)
Retrieve a status using its key |
java.util.List |
getStatusByType(java.lang.String type)
Retrieve status having the specified type |
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao |
---|
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save |
Method Detail |
---|
Status getStatus(long id)
id
- The unique id within datatstore
Status getStatus(java.lang.String key)
key
- The key of status to retrieve
java.util.List getStatusByType(java.lang.String type)
type
- The type of status to retrieve
org.figure8.join.businessobjects.commons.Status
objects
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |