|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PhysicalEnvironmentDao
Data Access interface for Machine business objects.
Method Summary | |
---|---|
PhysicalEnvironment |
getPhysicalEnvironment(long id)
Retrieve a physical environment using its entity identifier |
PhysicalEnvironment |
getPhysicalEnvironment(java.lang.String key)
Retrieve a physical environment using its key |
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao |
---|
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save |
Method Detail |
---|
PhysicalEnvironment getPhysicalEnvironment(long id)
id
- The environment unique identifier
PhysicalEnvironment getPhysicalEnvironment(java.lang.String key)
key
- The business key of the environment to retrieve
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |