| Package | Description |
|---|---|
| org.apache.struts.apps.mailreader.dao | |
| org.apache.struts.apps.mailreader.dao.impl | |
| org.apache.struts.apps.mailreader.dao.impl.memory |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
User.createSubscription(java.lang.String host)
Create and return a new
Subscription associated with this
User, for the specified host name. |
Subscription |
User.findSubscription(java.lang.String host)
Find and return the
Subscription associated with the specified
host. |
Subscription[] |
User.getSubscriptions()
Find and return all
Subscriptions associated with this user. |
| Modifier and Type | Method and Description |
|---|---|
void |
User.removeSubscription(Subscription subscription)
Remove the specified
Subscription from being associated
with this User. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSubscription
Concrete implementation of
AbstractSubscription. |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
AbstractUser.createSubscription(java.lang.String host)
Create and return a new
Subscription associated with this
User, for the specified host name. |
Subscription |
AbstractUser.findSubscription(java.lang.String host)
Find and return the
Subscription associated with the specified
host. |
Subscription[] |
AbstractUser.getSubscriptions()
Find and return all
Subscriptions associated with this user. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUser.removeSubscription(Subscription subscription)
Remove the specified
Subscription from being associated
with this User. |
| Modifier and Type | Class and Description |
|---|---|
class |
MemorySubscription |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.