|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataManager
| Method Summary | |
|---|---|
java.lang.String |
getDebugData()
|
ObjectDataVector |
getInstances(ObjectData pattern)
Return data for all instances that match the pattern. |
void |
insertObject(ObjectData data)
Save the data for an object and adds the reference to a list of instances |
boolean |
isFixturesInstalled()
|
Data |
loadData(SerialOid oid)
|
int |
numberOfInstances(ObjectData pattern)
Return the number of instances that match the specified data |
void |
remove(SerialOid oid)
|
void |
save(Data data)
Save the data for latter retrieval. |
void |
shutdown()
|
| Method Detail |
|---|
void shutdown()
ObjectDataVector getInstances(ObjectData pattern)
int numberOfInstances(ObjectData pattern)
Data loadData(SerialOid oid)
void insertObject(ObjectData data)
void remove(SerialOid oid)
throws ObjectNotFoundException,
ObjectPersistenceException
ObjectNotFoundException
ObjectPersistenceExceptionvoid save(Data data)
java.lang.String getDebugData()
boolean isFixturesInstalled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||