|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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 Subscription s 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(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 Subscription s 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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |