org.jtools.dao
Interface DAOInvocator<T_Parent>
- All Known Implementing Classes:
- SimpleDAOInvocator
public interface DAOInvocator<T_Parent>
- Author:
- Rainer
createElement
Object createElement(T_Parent parent,
String name)
throws Exception
- Throws:
Exception
setElement
void setElement(T_Parent parent,
String name,
Object element)
throws Exception
- Throws:
Exception
setAttribute
boolean setAttribute(T_Parent element,
String name,
String value)
throws Exception
- Throws:
Exception
addText
boolean addText(T_Parent element,
StringBuilder value)
throws Exception
- Throws:
Exception
setText
boolean setText(T_Parent element,
StringBuilder value)
throws Exception
- Throws:
Exception
© 2000-2006, JTools.org.