|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The DeleteManager interface identifies the set of methods that applications
use to manage the Mark for Delete state of their business objects. While
all of the methods declared by this interface execute on the server,
they are accessable to client application through a helper class. See
DeleteHelper.
Supported API: true
Extendable: false
Method Summary | |
Persistable |
makeUnrestorable(Persistable obj)
Makes the marked-for-delete object unrestorable. |
Persistable |
markForDelete(Persistable obj)
Updates the given Persistable object in the datastore. |
Persistable |
restoreMarkForDelete(Persistable obj)
Updates the given Persistable object in the datastore. |
Method Detail |
public Persistable markForDelete(Persistable obj) throws WTException
obj
- The object to be modified in the datastore
WTException
public Persistable restoreMarkForDelete(Persistable obj) throws WTException
obj
- The object to be modified in the datastore
WTException
public Persistable makeUnrestorable(Persistable obj) throws WTException
obj
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |