|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StepDao
Data Access interface for Step business objects.
Method Summary | |
---|---|
Step |
getStep(long id)
Retrieve a step using its datastore identifier |
Step |
getStep(java.lang.String label)
Retrieve a step using its label |
Step |
getStepByPosition(int position)
Retrieve a step using its position number within integration cycle |
void |
refreshCache()
Refresh cache containing step objects. |
void |
setCacheManager(CacheManager manager)
Step data access object may want to use the cache manager for storing and retrieving steps. |
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()
Step getStep(long id)
id
- The unique id within datatstore
Step getStep(java.lang.String label)
label
- The label of step to retrieve
Step getStepByPosition(int position)
position
- The position number of the step to retrieve
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |