JTools

org.jtools.dao
Interface DAOInvocator<T_Parent>

All Known Implementing Classes:
SimpleDAOInvocator

public interface DAOInvocator<T_Parent>

Author:
Rainer

Method Summary
 boolean addText(T_Parent element, StringBuilder value)
           
 Object createElement(T_Parent parent, String name)
           
 boolean setAttribute(T_Parent element, String name, String value)
           
 void setElement(T_Parent parent, String name, Object element)
           
 boolean setText(T_Parent element, StringBuilder value)
           
 

Method Detail

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

JTools

© 2000-2006, JTools.org.