|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jstorm.factory.MockDatabase
Insert the type's description here. Creation date: (7/3/2001 11:13:34 AM)
Constructor Summary | |
MockDatabase()
MockDatabase constructor comment. |
Method Summary | |
void |
addReturnObject(StorableObject object)
Insert the method's description here. |
void |
addReturnObjects(java.util.Vector newReturnObjects)
Insert the method's description here. |
java.util.Collection |
doAggregateSelect(Mapping first,
Mapping second,
java.lang.String field1,
java.lang.String field2)
Insert the method's description here. |
java.util.Collection |
doAggregateSelect(Mapping first,
Mapping second,
java.lang.String field1,
java.lang.String field2,
java.lang.String whereClause)
Insert the method's description here. |
void |
doDelete(StorableObject object)
Insert the method's description here. |
void |
doInsert(StorableObject object)
Insert the method's description here. |
java.util.Collection |
doSelect(Mapping mapping)
Insert the method's description here. |
java.util.Collection |
doSelect(Mapping mapping,
java.lang.String whereClause)
Insert the method's description here. |
java.util.Collection |
doSelect(StorableObject queryObject)
Insert the method's description here. |
void |
doUpdate(StorableObject object)
Insert the method's description here. |
java.util.Vector |
getDeletedObjects()
Insert the method's description here. |
java.util.Vector |
getInsertedObjects()
Insert the method's description here. |
java.util.Collection |
getNextReturnObjects()
Insert the method's description here. |
java.util.Vector |
getUpdatedObjects()
Insert the method's description here. |
void |
setReturnObject(StorableObject object)
Insert the method's description here. |
void |
setReturnObjects(java.util.Vector newReturnObjects)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MockDatabase()
Method Detail |
public void addReturnObject(StorableObject object)
public void addReturnObjects(java.util.Vector newReturnObjects)
public java.util.Collection doAggregateSelect(Mapping first, Mapping second, java.lang.String field1, java.lang.String field2) throws DatabaseException
doAggregateSelect
in interface IDatabase
public java.util.Collection doAggregateSelect(Mapping first, Mapping second, java.lang.String field1, java.lang.String field2, java.lang.String whereClause) throws DatabaseException
doAggregateSelect
in interface IDatabase
mapping
- jstorm.mapping.Mappingpublic void doDelete(StorableObject object)
doDelete
in interface IDatabase
object
- jstorm.mapping.StorableObjectpublic void doInsert(StorableObject object)
doInsert
in interface IDatabase
object
- jstorm.mapping.StorableObjectpublic java.util.Collection doSelect(Mapping mapping) throws DatabaseException
doSelect
in interface IDatabase
mapping
- jstorm.mapping.Mappingpublic java.util.Collection doSelect(Mapping mapping, java.lang.String whereClause) throws DatabaseException
doSelect
in interface IDatabase
mapping
- jstorm.mapping.Mappingpublic java.util.Collection doSelect(StorableObject queryObject) throws DatabaseException
doSelect
in interface IDatabase
mapping
- jstorm.mapping.Mappingpublic void doUpdate(StorableObject object)
doUpdate
in interface IDatabase
object
- jstorm.mapping.StorableObjectpublic java.util.Vector getDeletedObjects()
public java.util.Vector getInsertedObjects()
public java.util.Collection getNextReturnObjects()
newReturnObjects
- java.util.Collectionpublic java.util.Vector getUpdatedObjects()
public void setReturnObject(StorableObject object)
newReturnObjects
- java.util.Collectionpublic void setReturnObjects(java.util.Vector newReturnObjects)
newReturnObjects
- java.util.Collection
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |