org.apache.continuum.dao
Class DaoUtilsImpl
java.lang.Object
org.apache.continuum.dao.AbstractDao
org.apache.continuum.dao.DaoUtilsImpl
- All Implemented Interfaces:
- DaoUtils
@Repository(value="daoUtils")
public class DaoUtilsImpl
- extends AbstractDao
- implements DaoUtils
- Version:
- $Id: DaoUtilsImpl.java 1372260 2012-08-13 04:29:09Z brett $
- Author:
- Emmanuel Venisse
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 |
DaoUtilsImpl
public DaoUtilsImpl()
closeStore
public void closeStore()
- Specified by:
closeStore
in interface DaoUtils
eraseDatabase
public void eraseDatabase()
- Specified by:
eraseDatabase
in interface DaoUtils
getAggregatedProjectIdsAndBuildDefinitionIdsBySchedule
public Map<Integer,Object> getAggregatedProjectIdsAndBuildDefinitionIdsBySchedule(int scheduleId)
throws ContinuumStoreException
- get the combined list of projectId and build definitions, including the
ones inherited by their project group
- Specified by:
getAggregatedProjectIdsAndBuildDefinitionIdsBySchedule
in interface DaoUtils
- Parameters:
scheduleId
-
- Returns:
-
- Throws:
ContinuumStoreException
getProjectIdsAndBuildDefinitionsIdsBySchedule
public Map<Integer,Object> getProjectIdsAndBuildDefinitionsIdsBySchedule(int scheduleId)
throws ContinuumStoreException
- Specified by:
getProjectIdsAndBuildDefinitionsIdsBySchedule
in interface DaoUtils
- Parameters:
scheduleId
-
- Returns:
-
- Throws:
ContinuumStoreException
getProjectGroupIdsAndBuildDefinitionsIdsBySchedule
public Map<Integer,Object> getProjectGroupIdsAndBuildDefinitionsIdsBySchedule(int scheduleId)
throws ContinuumStoreException
- Specified by:
getProjectGroupIdsAndBuildDefinitionsIdsBySchedule
in interface DaoUtils
- Parameters:
scheduleId
-
- Returns:
-
- Throws:
ContinuumStoreException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.