org.apache.continuum.dao
Interface NotifierDao

All Known Implementing Classes:
NotifierDaoImpl

public interface NotifierDao

Version:
$Id: NotifierDao.java 684085 2008-08-08 20:48:14Z evenisse $
Author:
Emmanuel Venisse

Method Summary
 void removeNotifier(ProjectNotifier notifier)
           
 ProjectNotifier storeNotifier(ProjectNotifier notifier)
           
 

Method Detail

removeNotifier

void removeNotifier(ProjectNotifier notifier)
                    throws ContinuumStoreException
Throws:
ContinuumStoreException

storeNotifier

ProjectNotifier storeNotifier(ProjectNotifier notifier)
                              throws ContinuumStoreException
Throws:
ContinuumStoreException


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