org.ifeth.sehr.lib
Class DAOBase

java.lang.Object
  extended byorg.ifeth.sehr.lib.DAOBase
Direct Known Subclasses:
DefOptions

public class DAOBase
extends java.lang.Object

Data access object for using iBatis as layer.

Author:
hansjhaase

Constructor Summary
DAOBase()
           
 
Method Summary
 void getOptionList(java.lang.String mastertyp)
          Special list of option selections from DEF_OPTIONS table
 java.util.List getResList()
          List of last results of mapped object
 void setSEHRDataSource(SEHRDataSource fbds)
          Set the fbds handle for iBatis to use
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAOBase

public DAOBase()
Method Detail

getResList

public java.util.List getResList()
List of last results of mapped object

Returns:
List_object

setSEHRDataSource

public void setSEHRDataSource(SEHRDataSource fbds)
Set the fbds handle for iBatis to use

Parameters:
fbds -

getOptionList

public void getOptionList(java.lang.String mastertyp)
Special list of option selections from DEF_OPTIONS table