org.apache.agila.dao.jdbc
Class BusinessProcessDAOJdbc
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BusinessProcessDAOJdbc
public BusinessProcessDAOJdbc()
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.