Uses of Package
org.apache.struts.apps.mailreader.dao

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

Classes in org.apache.struts.apps.mailreader.dao used by org.apache.struts.apps.mailreader.dao
ExpiredPasswordException
          Example of an application-specific exception for which a handler can be configured.
Subscription
          A Subscription which is stored, along with the associated User, in a UserDatabase.
User
          A User which is stored, along with his or her associated Subscriptions, in a UserDatabase.
UserDatabase
          A Data Access Object (DAO) interface describing the available operations for retrieving and storing Users (and their associated Subscriptions) in some persistence layer whose characteristics are not specified here.
 

Classes in org.apache.struts.apps.mailreader.dao used by org.apache.struts.apps.mailreader.dao.impl
Subscription
          A Subscription which is stored, along with the associated User, in a UserDatabase.
User
          A User which is stored, along with his or her associated Subscriptions, in a UserDatabase.
UserDatabase
          A Data Access Object (DAO) interface describing the available operations for retrieving and storing Users (and their associated Subscriptions) in some persistence layer whose characteristics are not specified here.
 

Classes in org.apache.struts.apps.mailreader.dao used by org.apache.struts.apps.mailreader.dao.impl.memory
Subscription
          A Subscription which is stored, along with the associated User, in a UserDatabase.
User
          A User which is stored, along with his or her associated Subscriptions, in a UserDatabase.
UserDatabase
          A Data Access Object (DAO) interface describing the available operations for retrieving and storing Users (and their associated Subscriptions) in some persistence layer whose characteristics are not specified here.
 



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