Uses of Interface
wt.fc.delete.DeleteManager

Packages that use DeleteManager
wt.fc.delete   
 

Uses of DeleteManager in wt.fc.delete
 

Classes in wt.fc.delete that implement DeleteManager
 class DeleteManagerFwd
          The DeleteManager interface identifies the set of methods that applications use to manage the Mark for Delete state of their business objects.
 class StandardDeleteManager
          StandardDeleteManager is a concrete persistent manager targeted for WTObject classes.
 

Fields in wt.fc.delete declared as DeleteManager
private  DeleteManager DeleteManagerEvent.deleteManager
           
static DeleteManager DeleteHelper.manager
          

Supported API: true
 

Methods in wt.fc.delete that return DeleteManager
 DeleteManager DeleteManagerEvent.getDeleteManager()
          Gets the value of the attribute: deleteManager.
 

Constructors in wt.fc.delete with parameters of type DeleteManager
DeleteManagerEvent(DeleteManager deleteManager, String eventType, Persistable target)
          

Supported API: false