|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.apps.mailreader.dao.impl.AbstractUser
org.apache.struts.apps.mailreader.dao.impl.memory.MemoryUser
public class MemoryUser
Concrete implementation of AbstractUser
used for an in-memory
database backed by an XML data file.
Constructor Summary | |
---|---|
MemoryUser(UserDatabase database,
java.lang.String username)
|
Method Summary | |
---|---|
java.lang.String |
toString()
Return a String representation of this object. |
Methods inherited from class org.apache.struts.apps.mailreader.dao.impl.AbstractUser |
---|
createSubscription, findSubscription, getDatabase, getFromAddress, getFullName, getPassword, getReplyToAddress, getSubscriptions, getUsername, removeSubscription, setFromAddress, setFullName, setPassword, setReplyToAddress |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MemoryUser(UserDatabase database, java.lang.String username)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |