org.apache.continuum.dao
Class ScheduleDaoImpl
java.lang.Object
org.apache.continuum.dao.AbstractDao
org.apache.continuum.dao.ScheduleDaoImpl
- All Implemented Interfaces:
- ScheduleDao
@Repository(value="scheduleDao")
public class ScheduleDaoImpl
- extends AbstractDao
- implements ScheduleDao
- Version:
- $Id: ScheduleDaoImpl.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 |
ScheduleDaoImpl
public ScheduleDaoImpl()
getAllSchedulesByName
public List<Schedule> getAllSchedulesByName()
- Specified by:
getAllSchedulesByName
in interface ScheduleDao
addSchedule
public Schedule addSchedule(Schedule schedule)
- Specified by:
addSchedule
in interface ScheduleDao
getScheduleByName
public Schedule getScheduleByName(String name)
throws ContinuumStoreException
- Specified by:
getScheduleByName
in interface ScheduleDao
- Throws:
ContinuumStoreException
storeSchedule
public Schedule storeSchedule(Schedule schedule)
throws ContinuumStoreException
- Specified by:
storeSchedule
in interface ScheduleDao
- Throws:
ContinuumStoreException
updateSchedule
public void updateSchedule(Schedule schedule)
throws ContinuumStoreException
- Specified by:
updateSchedule
in interface ScheduleDao
- Throws:
ContinuumStoreException
removeSchedule
public void removeSchedule(Schedule schedule)
- Specified by:
removeSchedule
in interface ScheduleDao
getSchedule
public Schedule getSchedule(int scheduleId)
throws ContinuumStoreException
- Specified by:
getSchedule
in interface ScheduleDao
- Throws:
ContinuumStoreException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.