org.apache.agila.dao.jdbc
Class BusinessProcessDAOJdbc

java.lang.Object
  extended by org.apache.agila.dao.jdbc.BusinessProcessDAOJdbc
All Implemented Interfaces:
BusinessProcessDAO

public class BusinessProcessDAOJdbc
extends java.lang.Object
implements BusinessProcessDAO

$Id: BusinessProcessDAOJdbc.java 232595 2005-08-14 11:11:13Z clim $


Constructor Summary
BusinessProcessDAOJdbc()
           
 
Method Summary
 BusinessProcessID addGraph(BusinessProcess graph)
           
 int generateKey()
          Generates a unique key
 java.util.List getAllProcessGraphs()
           
 BusinessProcess getGraphByID(BusinessProcessID businessProcessID)
           
 BusinessProcessID getGraphIDByName(java.lang.String name)
           
 void setDataSource(javax.sql.DataSource dataSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessProcessDAOJdbc

public BusinessProcessDAOJdbc()
Method Detail

addGraph

public BusinessProcessID addGraph(BusinessProcess graph)
                           throws BusinessProcessException
Specified by:
addGraph in interface BusinessProcessDAO
Throws:
BusinessProcessException

getGraphByID

public BusinessProcess getGraphByID(BusinessProcessID businessProcessID)
                             throws BusinessProcessException
Specified by:
getGraphByID in interface BusinessProcessDAO
Throws:
BusinessProcessException

getAllProcessGraphs

public java.util.List getAllProcessGraphs()
                                   throws BusinessProcessException
Specified by:
getAllProcessGraphs in interface BusinessProcessDAO
Throws:
BusinessProcessException

getGraphIDByName

public BusinessProcessID getGraphIDByName(java.lang.String name)
                                   throws BusinessProcessException
Specified by:
getGraphIDByName in interface BusinessProcessDAO
Throws:
BusinessProcessException

generateKey

public int generateKey()
Generates a unique key


setDataSource

public void setDataSource(javax.sql.DataSource dataSource)


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.