org.apache.continuum.dao
Interface DaoUtils

All Known Implementing Classes:
DaoUtilsImpl

public interface DaoUtils

Version:
$Id: DaoUtils.java 1372260 2012-08-13 04:29:09Z brett $
Author:
Emmanuel Venisse

Method Summary
 void closeStore()
           
 void eraseDatabase()
           
 Map<Integer,Object> getAggregatedProjectIdsAndBuildDefinitionIdsBySchedule(int scheduleId)
           
 Map<Integer,Object> getProjectGroupIdsAndBuildDefinitionsIdsBySchedule(int scheduleId)
           
 Map<Integer,Object> getProjectIdsAndBuildDefinitionsIdsBySchedule(int scheduleId)
           
 

Method Detail

closeStore

void closeStore()

eraseDatabase

void eraseDatabase()

getProjectIdsAndBuildDefinitionsIdsBySchedule

Map<Integer,Object> getProjectIdsAndBuildDefinitionsIdsBySchedule(int scheduleId)
                                                                  throws ContinuumStoreException
Throws:
ContinuumStoreException

getProjectGroupIdsAndBuildDefinitionsIdsBySchedule

Map<Integer,Object> getProjectGroupIdsAndBuildDefinitionsIdsBySchedule(int scheduleId)
                                                                       throws ContinuumStoreException
Throws:
ContinuumStoreException

getAggregatedProjectIdsAndBuildDefinitionIdsBySchedule

Map<Integer,Object> getAggregatedProjectIdsAndBuildDefinitionIdsBySchedule(int scheduleId)
                                                                           throws ContinuumStoreException
Throws:
ContinuumStoreException


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.