de.iai.ilcd.model.dao
Class DaoService

java.lang.Object
  extended by de.iai.ilcd.model.dao.DaoService

public class DaoService
extends java.lang.Object

Author:
clemens.duepmeier

Constructor Summary
DaoService()
           
 
Method Summary
 ContactDao getContactDao()
           
 FlowDao getFlowDao()
           
 FlowPropertyDao getFlowPropertyDao()
           
 ProcessDao getProcessDao()
           
 SourceDao getSourceDao()
           
 UnitGroupDao getUnitGroupDao()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaoService

public DaoService()
Method Detail

getProcessDao

public ProcessDao getProcessDao()

getFlowDao

public FlowDao getFlowDao()

getFlowPropertyDao

public FlowPropertyDao getFlowPropertyDao()

getUnitGroupDao

public UnitGroupDao getUnitGroupDao()

getSourceDao

public SourceDao getSourceDao()

getContactDao

public ContactDao getContactDao()