org.apache.continuum.dao
Class NotifierDaoImpl
java.lang.Object
org.apache.continuum.dao.AbstractDao
org.apache.continuum.dao.NotifierDaoImpl
- All Implemented Interfaces:
- NotifierDao
@Repository(value="notifierDao")
public class NotifierDaoImpl
- extends AbstractDao
- implements NotifierDao
- Version:
- $Id: NotifierDaoImpl.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 |
NotifierDaoImpl
public NotifierDaoImpl()
removeNotifier
public void removeNotifier(ProjectNotifier notifier)
throws ContinuumStoreException
- Specified by:
removeNotifier
in interface NotifierDao
- Throws:
ContinuumStoreException
storeNotifier
public ProjectNotifier storeNotifier(ProjectNotifier notifier)
throws ContinuumStoreException
- Specified by:
storeNotifier
in interface NotifierDao
- Throws:
ContinuumStoreException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.