public abstract class AbstractFeedChannel extends AbstractPullChannel
IPullChannel.PullExceptionAMOUNT, DEFAULT_AMOUNT, MAX_AMOUNT, SECRET| Constructor and Description |
|---|
AbstractFeedChannel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorName() |
String |
getFeedTitle() |
boolean |
isConfigured(Params params) |
protected String |
pull(List<Message> messages,
Date lastModified,
IChannelPreferences cPrefs,
IPreferences prefs) |
void |
setAuthorName(String authorName) |
void |
setFeedTitle(String feedTitle) |
com.sun.syndication.feed.WireFeed |
toFeed(List<Message> messages,
Date lastModified,
IPreferences prefs,
IChannelPreferences cPrefs) |
getDefaultAmount, isAuthorized, newDefaultPreferences, pull, render, setDefaultAmount, setDispatchService, setNotificationDAO, setNotificationRenderService, setPreferencesDAOclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getNotificationTypesprotected String pull(List<Message> messages, Date lastModified, IChannelPreferences cPrefs, IPreferences prefs) throws IPullChannel.PullException
pull in class AbstractPullChannelIPullChannel.PullExceptionpublic com.sun.syndication.feed.WireFeed toFeed(List<Message> messages, Date lastModified, IPreferences prefs, IChannelPreferences cPrefs) throws IRenderService.RenderException
IRenderService.RenderExceptionpublic boolean isConfigured(Params params)
isConfigured in interface IChannelisConfigured in class AbstractPullChannelpublic String getAuthorName()
public void setAuthorName(String authorName)
public String getFeedTitle()
public void setFeedTitle(String feedTitle)
Copyright © 2013 Molindo GmbH. All Rights Reserved.