net.sf.dropboxmq.workflow.persistence.jdbc
Class ProcessTypePersistenceImpl
java.lang.Object
net.sf.dropboxmq.workflow.persistence.jdbc.ProcessTypePersistenceImpl
- All Implemented Interfaces:
- ProcessTypePersistence
public class ProcessTypePersistenceImpl
- extends Object
- implements ProcessTypePersistence
Created: 04 Feb 2011
- Version:
- $Revision$, $Date$
- Author:
- Dwayne Schultz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessTypePersistenceImpl
public ProcessTypePersistenceImpl(PersistenceFactoryImpl persistenceFactory)
storeProcessType
public void storeProcessType(ProcessType processType)
- Specified by:
storeProcessType in interface ProcessTypePersistence
newJDBCHelper
JDBCHelper newJDBCHelper()
getProcessTypeByName
public ProcessType getProcessTypeByName(String name,
String processorName)
- Specified by:
getProcessTypeByName in interface ProcessTypePersistence