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