Uses of Class
au.gov.tas.dpiwe.mr.response.WipeResponse

Packages that use WipeResponse
au.gov.tas.dpiwe.mr The au.gov.tas.dpiwe.mr package contains the Mr Architecture EJB container and support classes and interfaces. 
au.gov.tas.dpiwe.mr.server The au.gov.tas.dpiwe.mr.server package contains the Mr Architecture EJB container implementation for use in servers, along with supporting classes and interfaces. 
 

Uses of WipeResponse in au.gov.tas.dpiwe.mr
 

Methods in au.gov.tas.dpiwe.mr that return WipeResponse
protected abstract  WipeResponse CommandInterpreter.doWipeCommand(Connection databaseConnection, Statement statement, StringBuffer query, Set changedClasses, WipeCommand command, EntityBean bean)
          Directly executes a wipe command.
 WipeResponse Container.wipeEntityBeans(EntityBean bean, Collection constrainedFields)
          The eventual action of this method is to delete many entity beans from persistent storage.
 

Uses of WipeResponse in au.gov.tas.dpiwe.mr.server
 

Methods in au.gov.tas.dpiwe.mr.server that return WipeResponse
protected  WipeResponse DatabaseBackedContainer.doWipeCommand(Connection databaseConnection, Statement statement, StringBuffer query, Set changedClasses, WipeCommand command, EntityBean bean)