Uses of Class
org.apache.agila.impl.NotificationImpl

Packages that use NotificationImpl
org.apache.agila.impl.jdbc   
org.apache.agila.impl.memory   
org.apache.agila.services.notification   
 

Uses of NotificationImpl in org.apache.agila.impl.jdbc
 

Methods in org.apache.agila.impl.jdbc that return NotificationImpl
protected  NotificationImpl NotificationServiceImpl.createNew(UserID userID, java.lang.String msg)
           
protected  NotificationImpl NotificationServiceImpl.get(NotificationID id)
           
 

Uses of NotificationImpl in org.apache.agila.impl.memory
 

Methods in org.apache.agila.impl.memory that return NotificationImpl
protected  NotificationImpl NotificationServiceImpl.createNew(UserID userID, java.lang.String msg)
           
protected  NotificationImpl NotificationServiceImpl.get(NotificationID id)
           
 

Uses of NotificationImpl in org.apache.agila.services.notification
 

Methods in org.apache.agila.services.notification that return NotificationImpl
protected abstract  NotificationImpl AbstractNotificationService.createNew(UserID userID, java.lang.String msg)
          Creates a new notification
protected abstract  NotificationImpl AbstractNotificationService.get(NotificationID id)
          Query the specific notification.
 



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.