|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An implementation of the Deleter interface must be able to
delete an object from a peristant store.
| Method Summary | |
void |
delete(String key)
Finds the object with the given key and deletes it from the persistent store. |
| Methods inherited from interface org.davesag.generica.controller.ActionController |
setAction |
| Methods inherited from interface org.davesag.generica.controller.Controller |
setForm, setRequest, setResponse |
| Method Detail |
public void delete(String key)
throws Exception
key - A unique identifier for the the object to delete.
Exception - if something went wrong.DeleteTargetAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||