|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Business Delegate (Proxy) Interface to handle communication between web and persistence layer.
| Method Summary | |
Object |
getTemplate(String templateId)
Retrives a single template object based on a templateId |
void |
removeTemplate(Object template)
Removes a template from the database by id |
Object |
saveTemplate(Object template)
Saves a template's information. |
| Method Detail |
public Object getTemplate(String templateId)
throws Exception
templateId -
Exception
public Object saveTemplate(Object template)
throws Exception
template - a populated template object
Exception
public void removeTemplate(Object template)
throws Exception
template - the template to remove
Exception - when something goes wrong
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||