|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReleaseDao
Data Access interface for Release business objects.
Method Summary | |
---|---|
Release |
getRelease(java.lang.String name)
Retrieve a release using its name |
Release |
getReleaseByNumbers(int major,
int minor)
Retrieve a release using its major and minor numbers |
void |
refreshCache()
Refresh cache containing release objects. |
void |
setCacheManager(CacheManager manager)
Release data access object may want to use the cache manager for storing and retrieving releases. |
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao |
---|
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save |
Method Detail |
---|
void setCacheManager(CacheManager manager)
manager
- The CacheManager implementation to use.void refreshCache()
Release getRelease(java.lang.String name)
name
- The name of the release
Release getReleaseByNumbers(int major, int minor)
major
- The major number of the release to getminor
- The minor number of the release to get
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |