|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mydm.db.EDocWriter
Writes EDocument Objects to the Database.
Constructor Summary | |
EDocWriter(java.lang.String colname)
Constructer |
Method Summary | |
void |
updateEDocument(EDocument edoc)
Update the EDocument, Currently just deletes the resource and creates the new resource with the same ID. |
EDocument |
writeEDocument(EDocument edoc)
Writes an EDocument to the database. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EDocWriter(java.lang.String colname)
colname
- collection nameMethod Detail |
public EDocument writeEDocument(EDocument edoc)
edoc
-
public void updateEDocument(EDocument edoc)
edoc
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |