Uses of Interface
org.apache.struts.apps.mailreader.dao.Subscription

Packages that use Subscription
org.apache.struts.apps.mailreader.dao   
org.apache.struts.apps.mailreader.dao.impl   
org.apache.struts.apps.mailreader.dao.impl.memory   
 

Uses of Subscription in org.apache.struts.apps.mailreader.dao
 

Methods in org.apache.struts.apps.mailreader.dao that return Subscription
 Subscription User.createSubscription(String host)
          Create and return a new Subscription associated with this User, for the specified host name.
 Subscription User.findSubscription(String host)
          Find and return the Subscription associated with the specified host.
 Subscription[] User.getSubscriptions()
          Find and return all Subscriptions associated with this user.
 

Methods in org.apache.struts.apps.mailreader.dao with parameters of type Subscription
 void User.removeSubscription(Subscription subscription)
          Remove the specified Subscription from being associated with this User.
 

Uses of Subscription in org.apache.struts.apps.mailreader.dao.impl
 

Classes in org.apache.struts.apps.mailreader.dao.impl that implement Subscription
 class AbstractSubscription
          Concrete implementation of AbstractSubscription.
 

Methods in org.apache.struts.apps.mailreader.dao.impl that return Subscription
 Subscription AbstractUser.createSubscription(String host)
          Create and return a new Subscription associated with this User, for the specified host name.
 Subscription AbstractUser.findSubscription(String host)
          Find and return the Subscription associated with the specified host.
 Subscription[] AbstractUser.getSubscriptions()
          Find and return all Subscriptions associated with this user.
 

Methods in org.apache.struts.apps.mailreader.dao.impl with parameters of type Subscription
 void AbstractUser.removeSubscription(Subscription subscription)
          Remove the specified Subscription from being associated with this User.
 

Uses of Subscription in org.apache.struts.apps.mailreader.dao.impl.memory
 

Classes in org.apache.struts.apps.mailreader.dao.impl.memory that implement Subscription
 class MemorySubscription
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.