|
Dekoh platform API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubscriptionList
Represents a Collection of SubscriptionItem.
All SubscriptionItems in SubscriptionList will be aggregated togather by Aggregator
| Method Summary | |
|---|---|
SubscriptionItem |
add(SubscriptionItem subscriptionItem)
|
void |
add(URI feedUri)
|
void |
addAll(List subscriptionItems)
|
boolean |
addListener(SubscriptionListListener subscriptionListListener)
|
String |
getAuthor()
|
String |
getDescripton()
|
String |
getProperty(String name)
|
Set |
getSubscribedItems()
Gets the list Feed items from this subscription list |
String |
getTitle()
Gets the current subscription list title |
long |
lastModifiedTime()
Gets the last updated time for subscription list |
boolean |
remove(SubscriptionItem subscriptionItem)
|
boolean |
remove(URI feedURI)
Removes the given feed from the subscription List |
void |
removeAll(List subscriptionItems)
|
boolean |
removeListener(SubscriptionListListener subscriptionListListener)
|
void |
setAuthor(String author)
|
void |
setDescripton(String description)
|
void |
setProperty(String name,
String value)
|
void |
setTitle(String title)
|
| Method Detail |
|---|
String getTitle()
String getDescripton()
String getAuthor()
void setTitle(String title)
void setDescripton(String description)
void setAuthor(String author)
void setProperty(String name,
String value)
String getProperty(String name)
void add(URI feedUri)
throws MalformedURLException
MalformedURLExceptionSubscriptionItem add(SubscriptionItem subscriptionItem)
void addAll(List subscriptionItems)
boolean remove(URI feedURI)
boolean remove(SubscriptionItem subscriptionItem)
void removeAll(List subscriptionItems)
Set getSubscribedItems()
long lastModifiedTime()
boolean addListener(SubscriptionListListener subscriptionListListener)
subscriptionListListener - to be added cannot be null
NullPointerException - if subscriptionListListener passed is nullboolean removeListener(SubscriptionListListener subscriptionListListener)
|
Dekoh platform API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
© 2009 Pramati Technologies - Dekoh - Portal for Developers