|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.services.StandardManager
wt.fc.delete.StandardDeleteManager
public class StandardDeleteManager
StandardDeleteManager is a concrete persistent manager targeted for WTObject classes.
Use the newStandardDeleteManager static factory method(s),
not the StandardDeleteManager constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
Persistable |
markForDelete(Persistable obj)
Updates the given Persistable object in the datastore. |
Persistable |
restoreMarkForDelete(Persistable obj)
Updates the given Persistable object in the datastore. |
| Methods inherited from class wt.services.StandardManager |
|---|
getManagerService, getManagerStatus, getName, getStartupType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Persistable markForDelete(Persistable obj)
throws WTException
markForDelete in interface DeleteManagerobj - The object to be modified in the datastore
WTException
public Persistable restoreMarkForDelete(Persistable obj)
throws WTException
restoreMarkForDelete in interface DeleteManagerobj - The object to be modified in the datastore
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||