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

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

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

Methods in org.apache.struts.apps.mailreader.dao that return UserDatabase
 UserDatabase User.getDatabase()
          Return the UserDatabase with which we are associated.
 

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

Methods in org.apache.struts.apps.mailreader.dao.impl that return UserDatabase
 UserDatabase AbstractUser.getDatabase()
          The UserDatabase with which we are associated.
 

Constructors in org.apache.struts.apps.mailreader.dao.impl with parameters of type UserDatabase
AbstractUser(UserDatabase database, String username)
          Construct a new User associated with the specified UserDatabase.
 

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

Classes in org.apache.struts.apps.mailreader.dao.impl.memory that implement UserDatabase
 class MemoryUserDatabase
          Concrete implementation of UserDatabase for an in-memory database backed by an XML data file.
 

Constructors in org.apache.struts.apps.mailreader.dao.impl.memory with parameters of type UserDatabase
MemoryUser(UserDatabase database, String username)
           
 



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