org.apache.continuum.dao
Class BuildQueueDaoImpl
java.lang.Object
org.apache.continuum.dao.AbstractDao
org.apache.continuum.dao.BuildQueueDaoImpl
- All Implemented Interfaces:
- BuildQueueDao
@Repository(value="buildQueueDao")
public class BuildQueueDaoImpl
- extends AbstractDao
- implements BuildQueueDao
- Author:
- Maria Odea Ching
Methods inherited from class org.apache.continuum.dao.AbstractDao |
addObject, attachAndDelete, getAllObjectsDetached, getAllObjectsDetached, getAllObjectsDetached, getAllObjectsDetached, getContinuumPersistenceManagerFactory, getObjectById, getObjectById, getObjectFromQuery, getPersistenceManager, makePersistent, removeObject, rollback, updateObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildQueueDaoImpl
public BuildQueueDaoImpl()
addBuildQueue
public BuildQueue addBuildQueue(BuildQueue buildQueue)
throws ContinuumStoreException
- Specified by:
addBuildQueue
in interface BuildQueueDao
- Throws:
ContinuumStoreException
getAllBuildQueues
public List<BuildQueue> getAllBuildQueues()
throws ContinuumStoreException
- Specified by:
getAllBuildQueues
in interface BuildQueueDao
- Throws:
ContinuumStoreException
getBuildQueue
public BuildQueue getBuildQueue(int buildQueueId)
throws ContinuumStoreException
- Specified by:
getBuildQueue
in interface BuildQueueDao
- Throws:
ContinuumStoreException
getBuildQueueByName
public BuildQueue getBuildQueueByName(String name)
throws ContinuumStoreException
- Specified by:
getBuildQueueByName
in interface BuildQueueDao
- Throws:
ContinuumStoreException
removeBuildQueue
public void removeBuildQueue(BuildQueue buildQueue)
throws ContinuumStoreException
- Specified by:
removeBuildQueue
in interface BuildQueueDao
- Throws:
ContinuumStoreException
storeBuildQueue
public BuildQueue storeBuildQueue(BuildQueue buildQueue)
throws ContinuumStoreException
- Specified by:
storeBuildQueue
in interface BuildQueueDao
- Throws:
ContinuumStoreException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.