Skip navigation links
A B C D E F G H I J L M N O P Q R S T W X 

A

AbstractFeedModel<RD extends info.magnolia.rendering.template.RenderableDefinition> - Class in info.magnolia.module.rssaggregator.templates.components
Base class for rendering models.
AbstractFeedModel(Node, RD, RenderingModel<?>, TemplatingFunctions) - Constructor for class info.magnolia.module.rssaggregator.templates.components.AbstractFeedModel
 
AbstractServlet - Class in info.magnolia.module.rssaggregator.servlet
Deprecated.
since 1.0 use info.magnolia.cms.servlets.MVCServlet instead.
AbstractServlet() - Constructor for class info.magnolia.module.rssaggregator.servlet.AbstractServlet
Deprecated.
 
AbstractSyndFeedGenerator - Class in info.magnolia.module.rssaggregator.generator
Convenience base class providing plumbing required for generating a Feed from a SyndFeed.
AbstractSyndFeedGenerator() - Constructor for class info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator
 
addFeedChannel(FeedChannel) - Method in class info.magnolia.module.rssaggregator.importhandler.AggregateFeed
Add a feed channel to this aggregate feed.
addFeedGenerator(String, FeedGenerator) - Method in class info.magnolia.module.rssaggregator.RSSAggregator
 
AggregateFeed - Class in info.magnolia.module.rssaggregator.importhandler
A named set of feed channels.
AggregateFeed(String) - Constructor for class info.magnolia.module.rssaggregator.importhandler.AggregateFeed
Create a new AggregateFeed with the given name.
AggregateFeedContentMapper - Class in info.magnolia.module.rssaggregator.importhandler
Maps a Node defining an aggregate feed to an actual AggregateFeed with its feed channels.
AggregateFeedContentMapper() - Constructor for class info.magnolia.module.rssaggregator.importhandler.AggregateFeedContentMapper
 
AggregateFilter - Class in info.magnolia.module.rssaggregator.importhandler
A set of filter predicates defined for an AggregateFeed.
AggregateFilter(Set<FilterPredicate>) - Constructor for class info.magnolia.module.rssaggregator.importhandler.AggregateFilter
 
APP_NAME - Static variable in class info.magnolia.module.rssaggregator.app.RSSAggregatorApp
 
Assert - Class in info.magnolia.module.rssaggregator.util
Assertion utility class that assists in validating arguments.
asVaadinComponent() - Method in class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppViewImpl
 

B

BROWSER_SUBAPP_ID - Static variable in class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubApp
 
build() - Method in interface info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppView
Builds the view after setting it up.
build() - Method in class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppViewImpl
 

C

ClassUtils - Class in info.magnolia.module.rssaggregator.util
Convenience methods when handling with classes.
clone() - Method in class info.magnolia.module.rssaggregator.generator.PageSyndicator
 
clone() - Method in class info.magnolia.module.rssaggregator.generator.PlanetFeedGenerator
 
clone() - Method in class info.magnolia.module.rssaggregator.generator.RSSModuleFeedGenerator
 
CollectStatisticsCommand - Class in info.magnolia.module.rssaggregator.generator
Collects and generates statistics for imported RSS feed data.
CollectStatisticsCommand() - Constructor for class info.magnolia.module.rssaggregator.generator.CollectStatisticsCommand
 
CombinedFeedModel<RD extends info.magnolia.rendering.template.TemplateDefinition> - Class in info.magnolia.module.rssaggregator.templates.components
Model class for combinedFeedParagraph.
CombinedFeedModel(Node, RD, RenderingModel<?>, TemplatingFunctions) - Constructor for class info.magnolia.module.rssaggregator.templates.components.CombinedFeedModel
 
compositeFieldName - Variable in class info.magnolia.module.rssaggregator.field.RSSScheduleTabTransformer
 
CONFIG_SUBAPP_ID - Static variable in class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubApp
 
contains(FilterPredicate) - Method in class info.magnolia.module.rssaggregator.importhandler.AggregateFilter
 
ContentMapper<T> - Interface in info.magnolia.module.rssaggregator.util
Capable of mapping a Node node ContentMapper.map(Node) an object of type T.
convertPubDate(Object) - Method in class info.magnolia.module.rssaggregator.templates.components.AbstractFeedModel
This can get sometimes confusing.
createCategoriesNode(SyndEntry, Node) - Method in class info.magnolia.module.rssaggregator.command.LaunchSingleRSSCommand
 
createFeedChannelEntryNode(SyndEntry, String, Node) - Method in class info.magnolia.module.rssaggregator.command.LaunchSingleRSSCommand
 
createFieldComponent() - Method in class info.magnolia.module.rssaggregator.field.factory.RunEveryRSSImportButtonFieldFactory
 
createFieldComponent() - Method in class info.magnolia.module.rssaggregator.field.factory.RunRSSImportButtonFieldFactory
 
createMapEntry(MultiKeyMap, Node) - Method in class info.magnolia.module.rssaggregator.generator.CollectStatisticsCommand
Add blog entries from the planet archive to a multi key map.
createStatisticsNodes(MultiKeyMap, Node) - Method in class info.magnolia.module.rssaggregator.generator.CollectStatisticsCommand
Store collected statistics in JCR tree.
createValidator() - Method in class info.magnolia.module.rssaggregator.validator.factory.RSSNameFieldValidatorFactory
 

D

DataAccessException - Exception in info.magnolia.module.rssaggregator.util
Thrown when a data access exception occurs.
DataAccessException(String) - Constructor for exception info.magnolia.module.rssaggregator.util.DataAccessException
 
DataAccessException(String, Throwable) - Constructor for exception info.magnolia.module.rssaggregator.util.DataAccessException
 
DEFAULT_CONTENT_TYPE - Static variable in class info.magnolia.module.rssaggregator.RSSAggregator
 
DEFAULT_ENCODING - Static variable in class info.magnolia.module.rssaggregator.RSSAggregator
 
DEFAULT_FEEDTYPE - Static variable in class info.magnolia.module.rssaggregator.RSSAggregator
 
DefaultFeedChannelFetchTask - Class in info.magnolia.module.rssaggregator.importhandler
Task that fetches the given feed for the given channel.
DefaultFeedChannelFetchTask(FeedFetcher, FeedChannel, String) - Constructor for class info.magnolia.module.rssaggregator.importhandler.DefaultFeedChannelFetchTask
 
doExceptionThrowingQuery(String, String, String, String) - Method in class info.magnolia.module.rssaggregator.util.MagnoliaTemplate
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.module.rssaggregator.servlet.AbstractServlet
Deprecated.
doPost(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.module.rssaggregator.servlet.AbstractServlet
Deprecated.

E

equals(Object) - Method in class info.magnolia.module.rssaggregator.importhandler.AggregateFeed
 
equals(Object) - Method in class info.magnolia.module.rssaggregator.importhandler.FeedChannel
 
execute() - Method in class info.magnolia.module.rssaggregator.action.RunEveryRSSImportAction
 
execute() - Method in class info.magnolia.module.rssaggregator.action.RunRSSImportAction
 
execute() - Method in class info.magnolia.module.rssaggregator.action.SaveRSSAction
 
execute(Context) - Method in class info.magnolia.module.rssaggregator.command.LaunchSingleRSSCommand
 
execute(Context) - Method in class info.magnolia.module.rssaggregator.generator.CollectStatisticsCommand
 
execute(Context) - Method in class info.magnolia.module.rssaggregator.generator.PlanetDataGenerator
 
execute(InstallContext) - Method in class info.magnolia.module.rssaggregator.setup.RenameFilterFieldsPropertiesTask
 
execute(InstallContext) - Method in class info.magnolia.module.rssaggregator.setup.SetFetcherClassPropertyTask
 
execute(InstallContext) - Method in class info.magnolia.module.rssaggregator.setup.SetImportTimingSetterPropertyInitialValue
 
execute() - Method in class info.magnolia.module.rssaggregator.templates.components.CombinedFeedModel
 
execute() - Method in class info.magnolia.module.rssaggregator.templates.components.FeedStatisticsModel
 
execute() - Method in class info.magnolia.module.rssaggregator.templates.components.PlanetFeedModel
 

F

FastRSSFeedFetcher - Class in info.magnolia.module.rssaggregator.importhandler
A multithreaded RSSFeedFetcher for feed retrieval over http that follows redirects and supports conditional gets.
FastRSSFeedFetcher(ComponentProvider) - Constructor for class info.magnolia.module.rssaggregator.importhandler.FastRSSFeedFetcher
 
Feed - Class in info.magnolia.module.rssaggregator.generator
A Feed.
Feed(String, String, String) - Constructor for class info.magnolia.module.rssaggregator.generator.Feed
Construct a new Feed with the given content and characterEncoding.
Feed(String, String) - Constructor for class info.magnolia.module.rssaggregator.generator.Feed
Construct a new Feed with the given content, characterEncoding and default content type (text/xml).
FeedChannel - Class in info.magnolia.module.rssaggregator.importhandler
A named feed channel that typically belongs to an AggregateFeed.
FeedChannel(String, String, String) - Constructor for class info.magnolia.module.rssaggregator.importhandler.FeedChannel
Create a new feed channel from the given name, url and title.
FeedChannelContentMapper - Class in info.magnolia.module.rssaggregator.importhandler
Maps a content node defining a feed channel to an actual FeedChannel.
FeedChannelContentMapper() - Constructor for class info.magnolia.module.rssaggregator.importhandler.FeedChannelContentMapper
 
FeedGenerationException - Exception in info.magnolia.module.rssaggregator.generator
Thrown when an exception occurs while generating a feed.
FeedGenerationException(String, Throwable) - Constructor for exception info.magnolia.module.rssaggregator.generator.FeedGenerationException
 
FeedGenerator - Interface in info.magnolia.module.rssaggregator.generator
Strategy interface for generating a Feed.
FeedGeneratorConstructionException - Exception in info.magnolia.module.rssaggregator.generator
Thrown when a FeedGenerator cannot be constructed.
FeedGeneratorConstructionException(String, Throwable) - Constructor for exception info.magnolia.module.rssaggregator.generator.FeedGeneratorConstructionException
 
FeedGeneratorConstructionException(String) - Constructor for exception info.magnolia.module.rssaggregator.generator.FeedGeneratorConstructionException
 
FeedGeneratorResolver - Class in info.magnolia.module.rssaggregator.generator
Responsible for resolving FeedGenerators based on given parameters.
FeedGeneratorResolver(ModuleRegistry, FeedGenerator) - Constructor for class info.magnolia.module.rssaggregator.generator.FeedGeneratorResolver
 
FeedListModel<RD extends info.magnolia.rendering.template.TemplateDefinition> - Class in info.magnolia.module.rssaggregator.templates.components
Model class for FeedList paragraph.
FeedListModel(Node, RD, RenderingModel<?>, TemplatingFunctions) - Constructor for class info.magnolia.module.rssaggregator.templates.components.FeedListModel
 
FEEDS_NODE - Static variable in class info.magnolia.module.rssaggregator.templates.components.AbstractFeedModel
 
FeedStatisticsModel<RD extends info.magnolia.rendering.template.TemplateDefinition> - Class in info.magnolia.module.rssaggregator.templates.components
FeedStatisticsModel.
FeedStatisticsModel(Node, RD, RenderingModel<?>, TemplatingFunctions) - Constructor for class info.magnolia.module.rssaggregator.templates.components.FeedStatisticsModel
 
FeedSubscriptionsModel<RD extends info.magnolia.rendering.template.TemplateDefinition> - Class in info.magnolia.module.rssaggregator.templates.components
FeedSubscriptionsModel.
FeedSubscriptionsModel(Node, RD, RenderingModel<?>, TemplatingFunctions) - Constructor for class info.magnolia.module.rssaggregator.templates.components.FeedSubscriptionsModel
 
FeedSyndicationServlet - Class in info.magnolia.module.rssaggregator.servlet
Writes an XML feed to the response.
FeedSyndicationServlet() - Constructor for class info.magnolia.module.rssaggregator.servlet.FeedSyndicationServlet
Construct a new AggregateFeedSyndicationController initialized with a FeedGeneratorResolver.
fetchAggregateFeeds(Set<AggregateFeed>) - Method in class info.magnolia.module.rssaggregator.importhandler.FastRSSFeedFetcher
 
fetchAggregateFeeds(Set<AggregateFeed>) - Method in interface info.magnolia.module.rssaggregator.importhandler.RSSFeedFetcher
Fetch feeds for channels of provided aggregates.
fetchAggregateFeeds(Set<AggregateFeed>) - Method in class info.magnolia.module.rssaggregator.importhandler.SimpleRSSFeedFetcher
 
fetchFeedChannel(FeedChannel) - Method in class info.magnolia.module.rssaggregator.importhandler.SimpleRSSFeedFetcher
Fetch the given feed channel.
fieldsName - Variable in class info.magnolia.module.rssaggregator.field.RSSScheduleTabTransformer
 
fieldsName - Variable in class info.magnolia.module.rssaggregator.field.transformer.RSSSwitchableFieldTransformer
 
FilterPredicate - Class in info.magnolia.module.rssaggregator.importhandler
A filter predicate that can be applied to a feed entry.
FilterPredicate(FilterPredicate.Condition, String, String) - Constructor for class info.magnolia.module.rssaggregator.importhandler.FilterPredicate
Create a new FilterPredicate for the given condition, property and regularExpression.
FilterPredicateContentMapper - Class in info.magnolia.module.rssaggregator.importhandler
Maps a content node representing a FilterPredicate to a FilterPredicate.
FilterPredicateContentMapper() - Constructor for class info.magnolia.module.rssaggregator.importhandler.FilterPredicateContentMapper
 
findAuthorNode(Node, String, String, int) - Static method in class info.magnolia.module.rssaggregator.util.PlanetUtil
Search for an author / feed combination in planet statistics and return the authors node if found.
formatDescription(String, Integer) - Static method in class info.magnolia.module.rssaggregator.util.PlanetUtil
Format and sanitize description input.
formatName(Node, String) - Static method in class info.magnolia.module.rssaggregator.util.PlanetUtil
Format node content containing author and channel names.
forName(String) - Static method in class info.magnolia.module.rssaggregator.util.ClassUtils
 
forName(String, ClassLoader) - Static method in class info.magnolia.module.rssaggregator.util.ClassUtils
 

G

generate() - Method in class info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator
Generate a SyndFeed.
generate() - Method in interface info.magnolia.module.rssaggregator.generator.FeedGenerator
Generate a Feed.
generate() - Method in class info.magnolia.module.rssaggregator.generator.PlanetFeedGenerator
 
getActualSize() - Method in exception info.magnolia.module.rssaggregator.util.IncorrectResultSizeDataAccessException
 
getAutomatedImport() - Method in class info.magnolia.module.rssaggregator.RSSJob
 
getBeginIndex() - Method in class info.magnolia.module.rssaggregator.util.PagerUtil
Deprecated.
 
getCamelCaseProperty(String) - Method in class info.magnolia.module.rssaggregator.importhandler.PlanetFilter
 
getCaption() - Method in class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubApp
 
getChannels() - Method in class info.magnolia.module.rssaggregator.importhandler.AggregateFeed
Return the channels known to this aggregate.
getCharacterEncoding() - Method in class info.magnolia.module.rssaggregator.generator.Feed
Return the character encoding of this feed.
getCondition() - Method in class info.magnolia.module.rssaggregator.importhandler.FilterPredicate
Return the condition for this predicate.
getContent() - Method in class info.magnolia.module.rssaggregator.generator.Feed
Return the content of this feed.
getContentType() - Method in class info.magnolia.module.rssaggregator.generator.Feed
Return the contentType of this feed.
getContextPath() - Method in class info.magnolia.module.rssaggregator.templates.components.AbstractFeedModel
 
getContextPath() - Method in class info.magnolia.module.rssaggregator.templates.components.CombinedFeedModel
 
getCron() - Method in class info.magnolia.module.rssaggregator.RSSJob
 
getCurrentPage() - Method in class info.magnolia.module.rssaggregator.util.PagerUtil
Deprecated.
 
getDefaultUpdateTasks(Version) - Method in class info.magnolia.module.rssaggregator.setup.RSSAggregatorVersionHandler
 
getDescription(String, Integer) - Method in class info.magnolia.module.rssaggregator.templates.components.PlanetFeedModel
 
getEndIndex() - Method in class info.magnolia.module.rssaggregator.util.PagerUtil
Deprecated.
 
getEntryContent(SyndEntry) - Method in class info.magnolia.module.rssaggregator.command.LaunchSingleRSSCommand
 
getExecutorService() - Method in class info.magnolia.module.rssaggregator.importhandler.FastRSSFeedFetcher
 
getExpectedSize() - Method in exception info.magnolia.module.rssaggregator.util.IncorrectResultSizeDataAccessException
 
getExtraInstallTasks(InstallContext) - Method in class info.magnolia.module.rssaggregator.setup.RSSAggregatorVersionHandler
 
getFeed() - Method in class info.magnolia.module.rssaggregator.importhandler.FeedChannel
Return the feed (fetch result) for this feed channel.
getFeedChannelFetchTaskClass() - Method in class info.magnolia.module.rssaggregator.importhandler.FastRSSFeedFetcher
 
getFeedGenerators() - Method in class info.magnolia.module.rssaggregator.RSSAggregator
 
getFeedProperty(Node, String, String, String, String) - Method in class info.magnolia.module.rssaggregator.templates.components.AbstractFeedModel
Find a feed node and return a property.
getFeeds(Node) - Method in class info.magnolia.module.rssaggregator.command.LaunchSingleRSSCommand
 
getFeeds() - Method in class info.magnolia.module.rssaggregator.templates.components.FeedListModel
 
getFeedTitle(String) - Method in class info.magnolia.module.rssaggregator.templates.components.AbstractFeedModel
Retrieve the title attribute of an individual feed subscription.
getFeedTitle(String) - Method in class info.magnolia.module.rssaggregator.templates.components.PlanetFeedModel
Retrieve the title attribute of an individual feed subscription.
getFeedType() - Method in class info.magnolia.module.rssaggregator.generator.PlanetFeedGenerator
Determine the feed type.
getFetcher() - Method in class info.magnolia.module.rssaggregator.RSSAggregator
Deprecated.
since 2.3.4 use RSSAggregator.newFetcher() instead.
getFetcher() - Method in class info.magnolia.module.rssaggregator.RSSJob
 
getFetcherClass() - Method in class info.magnolia.module.rssaggregator.RSSAggregator
 
getFetcherClass() - Method in class info.magnolia.module.rssaggregator.RSSJob
 
getFormDefinitions() - Method in class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppDescriptor
 
getHackergotchi(String) - Method in class info.magnolia.module.rssaggregator.templates.components.PlanetFeedModel
Retrieve an author's Hackergotchi image if available.
getHit(Collection<Object>, String) - Method in class info.magnolia.module.rssaggregator.importhandler.AggregateFilter
 
getInstance() - Static method in class info.magnolia.module.rssaggregator.RSSAggregator
Deprecated.
since 2.2.4, use IoC instead
getItems() - Method in class info.magnolia.module.rssaggregator.templates.components.CombinedFeedModel
 
getItems(String) - Method in class info.magnolia.module.rssaggregator.templates.components.FeedListModel
 
getItems() - Method in class info.magnolia.module.rssaggregator.templates.components.FeedStatisticsModel
Select statistic items.
getItems() - Method in class info.magnolia.module.rssaggregator.templates.components.FeedSubscriptionsModel
Select statistic items.
getItems() - Method in class info.magnolia.module.rssaggregator.templates.components.PlanetFeedModel
 
getJob() - Method in class info.magnolia.module.rssaggregator.command.LaunchSingleRSSCommand
 
getJobByName(String) - Method in class info.magnolia.module.rssaggregator.RSSAggregator
 
getJobs() - Method in class info.magnolia.module.rssaggregator.RSSAggregator
 
getListener() - Method in class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppViewImpl
 
getMonthsIncluded() - Method in class info.magnolia.module.rssaggregator.RSSAggregator
 
getName() - Method in class info.magnolia.module.rssaggregator.importhandler.AggregateFeed
Return the name of this aggregate.
getName() - Method in class info.magnolia.module.rssaggregator.importhandler.FeedChannel
Return the name of the feed channel.
getName() - Method in class info.magnolia.module.rssaggregator.RSSJob
 
getNumPages() - Method in class info.magnolia.module.rssaggregator.util.PagerUtil
Deprecated.
 
getOffset() - Method in class info.magnolia.module.rssaggregator.util.PagerUtil
Deprecated.
 
getOrderBy() - Method in class info.magnolia.module.rssaggregator.templates.components.CombinedFeedModel
 
getOrderBy() - Method in class info.magnolia.module.rssaggregator.templates.components.FeedListModel
 
getOverrideDefault() - Method in class info.magnolia.module.rssaggregator.RSSJob
 
getPageItems() - Method in class info.magnolia.module.rssaggregator.util.PagerUtil
Deprecated.
 
getPageLink(int) - Method in class info.magnolia.module.rssaggregator.util.PagerUtil
Deprecated.
 
getPager() - Method in class info.magnolia.module.rssaggregator.templates.components.PlanetFeedModel
 
getPagerProperties(Node) - Method in class info.magnolia.module.rssaggregator.util.PagerUtil
Deprecated.
 
getPlanetItems(String, String, String, boolean) - Method in class info.magnolia.module.rssaggregator.templates.components.AbstractFeedModel
Select items from the data module for planet components.
getPlanetOptions() - Method in class info.magnolia.module.rssaggregator.RSSAggregator
 
getPosition() - Method in class info.magnolia.module.rssaggregator.util.PagerUtil
Deprecated.
 
getProperty() - Method in class info.magnolia.module.rssaggregator.importhandler.FilterPredicate
Return the property of the feed this predicate applies to.
getRegularExpression() - Method in class info.magnolia.module.rssaggregator.importhandler.FilterPredicate
Return the regular expression for this predicate.
getShutdownTimeout() - Method in class info.magnolia.module.rssaggregator.importhandler.FastRSSFeedFetcher
 
getSiteRoot() - Method in class info.magnolia.module.rssaggregator.generator.PageSyndicator
 
getSortDirection() - Method in class info.magnolia.module.rssaggregator.templates.components.CombinedFeedModel
 
getSortDirection() - Method in class info.magnolia.module.rssaggregator.templates.components.FeedListModel
 
getStatisticsStartDate() - Method in class info.magnolia.module.rssaggregator.generator.CollectStatisticsCommand
Get relevant date for statistics from Magnolia config workspace.
getTemplateSubtype() - Method in class info.magnolia.module.rssaggregator.generator.PageSyndicator
 
getTemplateType() - Method in class info.magnolia.module.rssaggregator.generator.PageSyndicator
 
getTitle() - Method in class info.magnolia.module.rssaggregator.importhandler.FeedChannel
Return the title of the feed channel.
getType() - Method in class info.magnolia.module.rssaggregator.field.RunEveryRSSImportButtonField
 
getType() - Method in class info.magnolia.module.rssaggregator.field.RunRSSImportButtonField
 
getUrl() - Method in class info.magnolia.module.rssaggregator.importhandler.FeedChannel
Return the url which points to the RSS or ATOM feed for this feed channel.
getXml() - Method in class info.magnolia.module.rssaggregator.generator.Feed
Deprecated.
since 1.1 use Feed.getContent() instead

H

handleRequest(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.module.rssaggregator.servlet.AbstractServlet
Deprecated.
Subclass need implement this method in order to handle the request.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.module.rssaggregator.servlet.FeedSyndicationServlet
 
hasFeed() - Method in class info.magnolia.module.rssaggregator.importhandler.FeedChannel
Return true when this feed channel contains a FeedChannel.feed, false otherwise.
hashCode() - Method in class info.magnolia.module.rssaggregator.importhandler.AggregateFeed
 
hashCode() - Method in class info.magnolia.module.rssaggregator.importhandler.FeedChannel
 

I

include(SyndEntry) - Method in class info.magnolia.module.rssaggregator.importhandler.AggregateFilter
 
include(SyndEntry) - Method in class info.magnolia.module.rssaggregator.importhandler.PlanetFilter
 
IncorrectResultSizeDataAccessException - Exception in info.magnolia.module.rssaggregator.util
Data access exception thrown when a result was not of the expected size, for example when expecting a single content node but getting 0 or more than 1.
IncorrectResultSizeDataAccessException(int) - Constructor for exception info.magnolia.module.rssaggregator.util.IncorrectResultSizeDataAccessException
Construct a new IncorrectResultSizeDataAccessException.
IncorrectResultSizeDataAccessException(int, int) - Constructor for exception info.magnolia.module.rssaggregator.util.IncorrectResultSizeDataAccessException
Construct a new IncorrectResultSizeDataAccessException.
info.magnolia.module.rssaggregator - package info.magnolia.module.rssaggregator
 
info.magnolia.module.rssaggregator.action - package info.magnolia.module.rssaggregator.action
 
info.magnolia.module.rssaggregator.app - package info.magnolia.module.rssaggregator.app
 
info.magnolia.module.rssaggregator.app.subapps.aggregationconfig - package info.magnolia.module.rssaggregator.app.subapps.aggregationconfig
 
info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.view - package info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.view
 
info.magnolia.module.rssaggregator.app.tree - package info.magnolia.module.rssaggregator.app.tree
 
info.magnolia.module.rssaggregator.command - package info.magnolia.module.rssaggregator.command
 
info.magnolia.module.rssaggregator.field - package info.magnolia.module.rssaggregator.field
 
info.magnolia.module.rssaggregator.field.definition - package info.magnolia.module.rssaggregator.field.definition
 
info.magnolia.module.rssaggregator.field.factory - package info.magnolia.module.rssaggregator.field.factory
 
info.magnolia.module.rssaggregator.field.transformer - package info.magnolia.module.rssaggregator.field.transformer
 
info.magnolia.module.rssaggregator.generator - package info.magnolia.module.rssaggregator.generator
 
info.magnolia.module.rssaggregator.importhandler - package info.magnolia.module.rssaggregator.importhandler
 
info.magnolia.module.rssaggregator.servlet - package info.magnolia.module.rssaggregator.servlet
 
info.magnolia.module.rssaggregator.setup - package info.magnolia.module.rssaggregator.setup
 
info.magnolia.module.rssaggregator.templates.components - package info.magnolia.module.rssaggregator.templates.components
 
info.magnolia.module.rssaggregator.util - package info.magnolia.module.rssaggregator.util
 
info.magnolia.module.rssaggregator.validator - package info.magnolia.module.rssaggregator.validator
 
info.magnolia.module.rssaggregator.validator.definition - package info.magnolia.module.rssaggregator.validator.definition
 
info.magnolia.module.rssaggregator.validator.factory - package info.magnolia.module.rssaggregator.validator.factory
 
initContent() - Method in class info.magnolia.module.rssaggregator.field.RunEveryRSSImportButtonField
 
initContent() - Method in class info.magnolia.module.rssaggregator.field.RunRSSImportButtonField
 
initOldToNewNodeTypeMappingElement(HashMap<String, String>) - Method in class info.magnolia.module.rssaggregator.setup.RSSAggregatorDataTypeMigrationTask
 
isPlanetNode(Node) - Static method in class info.magnolia.module.rssaggregator.util.PlanetUtil
Determine if a combined feed has the planet attribute set to true.
isTrue(boolean, String) - Static method in class info.magnolia.module.rssaggregator.util.Assert
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.
isValid() - Method in class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppViewImpl
 
isValidValue(String) - Method in class info.magnolia.module.rssaggregator.validator.RSSNameFieldValidator
 

J

jobExists(String) - Method in class info.magnolia.module.rssaggregator.RSSAggregator
 

L

LaunchSingleRSSCommand - Class in info.magnolia.module.rssaggregator.command
Starts an update on specific RSS aggregator.
LaunchSingleRSSCommand() - Constructor for class info.magnolia.module.rssaggregator.command.LaunchSingleRSSCommand
 
LaunchSingleRSSCommand(RSSJob) - Constructor for class info.magnolia.module.rssaggregator.command.LaunchSingleRSSCommand
 
loadAggregateFilter(Node) - Method in class info.magnolia.module.rssaggregator.command.LaunchSingleRSSCommand
 
loadFeedEntries() - Method in class info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator
Template method for subclasses to implement in order to provide the feed entries to include in the Feed to generate.
loadFeedEntries() - Method in class info.magnolia.module.rssaggregator.generator.PageSyndicator
 
loadFeedEntries() - Method in class info.magnolia.module.rssaggregator.generator.PlanetFeedGenerator
 
loadFeedEntries() - Method in class info.magnolia.module.rssaggregator.generator.RSSModuleFeedGenerator
 
loadSingleAggregateNode(Node, String) - Method in class info.magnolia.module.rssaggregator.command.LaunchSingleRSSCommand
 
log - Static variable in class info.magnolia.module.rssaggregator.templates.components.AbstractFeedModel
 
logger - Variable in class info.magnolia.module.rssaggregator.util.MagnoliaTemplate
Logger for this instance.

M

MagnoliaQueryOperations - Interface in info.magnolia.module.rssaggregator.util
Specifies a basic set of Magnolia query operations.
MagnoliaTemplate - Class in info.magnolia.module.rssaggregator.util
Convenience class to simplify use of Magnolia queries and the mapping of their results to types.
MagnoliaTemplate() - Constructor for class info.magnolia.module.rssaggregator.util.MagnoliaTemplate
 
map(Node) - Method in class info.magnolia.module.rssaggregator.importhandler.AggregateFeedContentMapper
 
map(Node) - Method in class info.magnolia.module.rssaggregator.importhandler.FeedChannelContentMapper
Map a content node defining a feed channel to an actual FeedChannel.
map(Node) - Method in class info.magnolia.module.rssaggregator.importhandler.FilterPredicateContentMapper
Map a content node representing a FilterPredicate.
map(Node) - Method in interface info.magnolia.module.rssaggregator.util.ContentMapper
Map a content node that defines a type T to an object of that type.
mapRSSJob(String) - Method in class info.magnolia.module.rssaggregator.RSSAggregator
Deprecated.
since 2.3.4. Use #scheduleRSSJob(String name)) instead.
matchSingleString(boolean, String, String, FilterPredicate.Condition, boolean) - Method in class info.magnolia.module.rssaggregator.importhandler.AggregateFilter
 
matchSingleString(String, String) - Method in class info.magnolia.module.rssaggregator.importhandler.PlanetFilter
 
MAX_RESULTS - Static variable in class info.magnolia.module.rssaggregator.templates.components.AbstractFeedModel
 
MgnlHttpURLFeedFetcher - Class in info.magnolia.module.rssaggregator.importhandler
Deprecated.
once https://rometools.jira.com/browse/FETCHER-2 is solved and released, this class will be removed.
MgnlHttpURLFeedFetcher(FeedFetcherCache) - Constructor for class info.magnolia.module.rssaggregator.importhandler.MgnlHttpURLFeedFetcher
Deprecated.
 

N

NAME - Static variable in class info.magnolia.module.rssaggregator.RSSAggregatorNodeTypes.RSSAggregator
 
newFetcher() - Method in class info.magnolia.module.rssaggregator.RSSAggregator
 
newSyndFeed() - Method in class info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator
Construct a new SyndFeed instance.
NODE_TYPE - Static variable in class info.magnolia.module.rssaggregator.RSSAggregatorConstants
 
notBlank(String, String) - Static method in class info.magnolia.module.rssaggregator.util.Assert
Assert that the given String has valid text content; that is, it must not be null and must contain at least one non-whitespace character.
notNull(Object, String) - Static method in class info.magnolia.module.rssaggregator.util.Assert
 

O

ORDER_BY_PUBLICATION_DATE - Static variable in class info.magnolia.module.rssaggregator.templates.components.AbstractFeedModel
 
ORDER_BY_TITLE_NAME - Static variable in class info.magnolia.module.rssaggregator.templates.components.AbstractFeedModel
 
orderBy - Variable in class info.magnolia.module.rssaggregator.templates.components.CombinedFeedModel
 

P

PagerUtil - Class in info.magnolia.module.rssaggregator.util
Deprecated.
since 2.4 - use Pagination instead.
PagerUtil(String, Collection, Node) - Constructor for class info.magnolia.module.rssaggregator.util.PagerUtil
Deprecated.
 
PagerUtil() - Constructor for class info.magnolia.module.rssaggregator.util.PagerUtil
Deprecated.
 
PageSyndicator - Class in info.magnolia.module.rssaggregator.generator
Model class providing plumbing required for generating a Feed from a SyndFeed.
PageSyndicator(TemplatingFunctions, ServerConfiguration) - Constructor for class info.magnolia.module.rssaggregator.generator.PageSyndicator
 
PlanetDataGenerator - Class in info.magnolia.module.rssaggregator.generator
Generates the data for the planet stuff.
PlanetDataGenerator() - Constructor for class info.magnolia.module.rssaggregator.generator.PlanetDataGenerator
 
PlanetFeedGenerator - Class in info.magnolia.module.rssaggregator.generator
Generates a SyndFeed based on aggregate planet feeds defined via the RSS Aggregator Module.
PlanetFeedGenerator() - Constructor for class info.magnolia.module.rssaggregator.generator.PlanetFeedGenerator
 
PlanetFeedModel<RD extends info.magnolia.rendering.template.TemplateDefinition> - Class in info.magnolia.module.rssaggregator.templates.components
Model for planet feeds.
PlanetFeedModel(Node, RD, RenderingModel<?>, TemplatingFunctions, DamTemplatingFunctions) - Constructor for class info.magnolia.module.rssaggregator.templates.components.PlanetFeedModel
 
PlanetFilter - Class in info.magnolia.module.rssaggregator.importhandler
Filters entries based on the criteria specified in the RSS Aggregator dialog.
PlanetFilter(Set<FilterPredicate>) - Constructor for class info.magnolia.module.rssaggregator.importhandler.PlanetFilter
 
PlanetUtil - Class in info.magnolia.module.rssaggregator.util
Utility methods for Planet RSS.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.module.rssaggregator.servlet.AbstractServlet
Deprecated.
Delegates to template method handleRequest which handles actual handling of the request.
PROPERTY_NAME_ABSTRACT - Static variable in class info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator
 
PROPERTY_NAME_AUTHOR - Static variable in class info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator
 
PROPERTY_NAME_CATEGORIES - Static variable in class info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator
 
PROPERTY_NAME_DESCRIPTION - Static variable in class info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator
 
PROPERTY_NAME_PUB_DATE - Static variable in class info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator
 
PROPERTY_NAME_TITLE - Static variable in class info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator
 

Q

query(String, String, String, String, ContentMapper<T>) - Method in class info.magnolia.module.rssaggregator.util.MagnoliaTemplate
 
queryForList(String, String, String, String, ContentMapper<T>) - Method in interface info.magnolia.module.rssaggregator.util.MagnoliaQueryOperations
Execute a query for a result list of type T, for the given query.
queryForList(String, String, String, String, ContentMapper<T>) - Method in class info.magnolia.module.rssaggregator.util.MagnoliaTemplate
 
queryForObject(String, String, String, String, ContentMapper<T>) - Method in interface info.magnolia.module.rssaggregator.util.MagnoliaQueryOperations
Execute a query for a single or null result object, for the given query.
queryForObject(String, String, String, String, ContentMapper<T>) - Method in class info.magnolia.module.rssaggregator.util.MagnoliaTemplate
 
queryInternal(String, String, String, String) - Method in class info.magnolia.module.rssaggregator.util.MagnoliaTemplate
Performs the actual query execution.

R

readFromItem() - Method in class info.magnolia.module.rssaggregator.field.RSSScheduleTabTransformer
 
readFromItem() - Method in class info.magnolia.module.rssaggregator.field.transformer.RSSSwitchableFieldTransformer
 
recreateFeedChannelNode(FeedChannel, Node) - Method in class info.magnolia.module.rssaggregator.command.LaunchSingleRSSCommand
 
registerJob(String, RSSJob) - Method in class info.magnolia.module.rssaggregator.RSSAggregator
Deprecated.
since 2.3.4 without replacement.
removeJob(String) - Method in class info.magnolia.module.rssaggregator.RSSAggregator
Deprecated.
since 2.3.4 without replacement.
RemovePropertyIfExists - Class in info.magnolia.module.rssaggregator.setup
Removes property if it exists.
RemovePropertyIfExists(String, String, String, String, String) - Constructor for class info.magnolia.module.rssaggregator.setup.RemovePropertyIfExists
 
RenameFilterFieldsPropertiesTask - Class in info.magnolia.module.rssaggregator.setup
Renames filter fields properties.
RenameFilterFieldsPropertiesTask() - Constructor for class info.magnolia.module.rssaggregator.setup.RenameFilterFieldsPropertiesTask
 
REQUIRED_PARAMETER - Static variable in class info.magnolia.module.rssaggregator.generator.FeedGeneratorResolver
 
resolve(Map<String, String[]>) - Method in class info.magnolia.module.rssaggregator.generator.FeedGeneratorResolver
Return a FeedGenerator instance based on the given parameters.
retrieveFeed(URL) - Method in class info.magnolia.module.rssaggregator.importhandler.MgnlHttpURLFeedFetcher
Deprecated.
 
RSS_CONFIG_PATH - Static variable in class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppPresenter
 
RSS_CONFIG_PATH - Static variable in class info.magnolia.module.rssaggregator.RSSAggregator
 
RSSAggregator - Class in info.magnolia.module.rssaggregator
Configuration bean of the rss aggregator module.
RSSAggregator() - Constructor for class info.magnolia.module.rssaggregator.RSSAggregator
Deprecated.
RSSAggregator(SchedulerModule) - Constructor for class info.magnolia.module.rssaggregator.RSSAggregator
 
RSSAggregator() - Constructor for class info.magnolia.module.rssaggregator.RSSAggregatorNodeTypes.RSSAggregator
 
RSSAGGREGATOR_APP_ACTIONS - Static variable in class info.magnolia.module.rssaggregator.setup.RSSAggregatorVersionHandler
 
RSSAggregatorApp - Class in info.magnolia.module.rssaggregator.app
RSS Aggregator App, allows for managing feeds, importing/exporting RSS data.
RSSAggregatorApp(AppContext, AppView, ComponentProvider) - Constructor for class info.magnolia.module.rssaggregator.app.RSSAggregatorApp
 
RSSAggregatorConstants - Class in info.magnolia.module.rssaggregator
General constants declared by RSSAggregator module.
RSSAggregatorConstants() - Constructor for class info.magnolia.module.rssaggregator.RSSAggregatorConstants
 
RSSAggregatorDataTypeMigrationTask - Class in info.magnolia.module.rssaggregator.setup
Migrate data/categorization content to category/categorization.
Change NodeType RSSAggregatorDataTypeMigrationTask.initOldToNewNodeTypeMappingElement(java.util.HashMap).
RSSAggregatorDataTypeMigrationTask(String, String, String, String, String) - Constructor for class info.magnolia.module.rssaggregator.setup.RSSAggregatorDataTypeMigrationTask
 
RSSAggregatorDropConstraint - Class in info.magnolia.module.rssaggregator.app.tree
RSSAggregator app specific implementation of DropConstraint.
RSSAggregatorDropConstraint() - Constructor for class info.magnolia.module.rssaggregator.app.tree.RSSAggregatorDropConstraint
 
RSSAggregatorNodeTypes - Class in info.magnolia.module.rssaggregator
Node Type constants declared by RSSAggregator module.
RSSAggregatorNodeTypes() - Constructor for class info.magnolia.module.rssaggregator.RSSAggregatorNodeTypes
 
RSSAggregatorNodeTypes.RSSAggregator - Class in info.magnolia.module.rssaggregator
Represents the mgnl:rssAggregator node type.
RSSAggregatorSimpleConfigSubApp - Class in info.magnolia.module.rssaggregator.app.subapps.aggregationconfig
RSS config subapp class injecting proper presenter.
RSSAggregatorSimpleConfigSubApp(SubAppContext, RSSAggregatorSimpleConfigSubAppPresenter, SimpleTranslator) - Constructor for class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubApp
 
RSSAggregatorSimpleConfigSubAppDescriptor - Class in info.magnolia.module.rssaggregator.app.subapps.aggregationconfig
Base subapp descriptor for RSS config app.
RSSAggregatorSimpleConfigSubAppDescriptor() - Constructor for class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppDescriptor
 
RSSAggregatorSimpleConfigSubAppPresenter - Class in info.magnolia.module.rssaggregator.app.subapps.aggregationconfig
Presenter for RSS config app.
RSSAggregatorSimpleConfigSubAppPresenter(RSSAggregatorSimpleConfigSubAppView, FormBuilder, ComponentProvider, SubAppContext, UiContext, SimpleTranslator) - Constructor for class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppPresenter
 
RSSAggregatorSimpleConfigSubAppView - Interface in info.magnolia.module.rssaggregator.app.subapps.aggregationconfig
View for the RSS config subapp.
RSSAggregatorSimpleConfigSubAppView.Listener - Interface in info.magnolia.module.rssaggregator.app.subapps.aggregationconfig
Listener for button actions.
RSSAggregatorSimpleConfigSubAppViewImpl - Class in info.magnolia.module.rssaggregator.app.subapps.aggregationconfig
View implementation for the RSS main subapp.
RSSAggregatorSimpleConfigSubAppViewImpl(SimpleTranslator) - Constructor for class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppViewImpl
 
RSSAggregatorVersionHandler - Class in info.magnolia.module.rssaggregator.setup
DefaultModuleVersionHandler of RSSAggregator.
RSSAggregatorVersionHandler() - Constructor for class info.magnolia.module.rssaggregator.setup.RSSAggregatorVersionHandler
 
RSSBasicTransformer<T> - Class in info.magnolia.module.rssaggregator.action
Transformer for RSS name property.
RSSBasicTransformer(Item, ConfiguredFieldDefinition, Class) - Constructor for class info.magnolia.module.rssaggregator.action.RSSBasicTransformer
 
RSSFeedFetcher - Interface in info.magnolia.module.rssaggregator.importhandler
Strategy interface for fetching feeds for channels of provided aggregates.
RSSJob - Class in info.magnolia.module.rssaggregator
RSS job object holding information needed for import and scheduling of RSS feeds.
RSSJob() - Constructor for class info.magnolia.module.rssaggregator.RSSJob
 
RSSModuleFeedGenerator - Class in info.magnolia.module.rssaggregator.generator
Generates a SyndFeed based on aggregate feeds defined via the RSS Aggregator Module.
RSSModuleFeedGenerator() - Constructor for class info.magnolia.module.rssaggregator.generator.RSSModuleFeedGenerator
Construct a new RSSModuleSyndFeedGenerator that generates a SyndFeed for the aggregate feed defined via the RSS Aggregator Module at the given feedPath.
RSSNameFieldValidator - Class in info.magnolia.module.rssaggregator.validator
Validates the uniqueness of RSS name.
RSSNameFieldValidator(String) - Constructor for class info.magnolia.module.rssaggregator.validator.RSSNameFieldValidator
 
RSSNameFieldValidatorDefinition - Class in info.magnolia.module.rssaggregator.validator.definition
Defines an rss name validator.
RSSNameFieldValidatorDefinition() - Constructor for class info.magnolia.module.rssaggregator.validator.definition.RSSNameFieldValidatorDefinition
 
RSSNameFieldValidatorFactory - Class in info.magnolia.module.rssaggregator.validator.factory
RSSNameFieldValidatorFactory(RSSNameFieldValidatorDefinition) - Constructor for class info.magnolia.module.rssaggregator.validator.factory.RSSNameFieldValidatorFactory
 
RSSScheduleTabTransformer - Class in info.magnolia.module.rssaggregator.field
Transformer for saving values under hidden true option of RSS schedule tab.
RSSScheduleTabTransformer(Item, ConfiguredFieldDefinition, Class<PropertysetItem>, List<String>) - Constructor for class info.magnolia.module.rssaggregator.field.RSSScheduleTabTransformer
 
RSSSwitchableFieldTransformer - Class in info.magnolia.module.rssaggregator.field.transformer
Transformer for RSSConfig switchable field to handle saving cronString in configuration.
RSSSwitchableFieldTransformer(Item, ConfiguredFieldDefinition, Class<PropertysetItem>, List<String>) - Constructor for class info.magnolia.module.rssaggregator.field.transformer.RSSSwitchableFieldTransformer
 
run() - Method in class info.magnolia.module.rssaggregator.importhandler.DefaultFeedChannelFetchTask
 
RunEveryRSSImportAction - Class in info.magnolia.module.rssaggregator.action
Action class for running feed import of all RSS objects.
RunEveryRSSImportAction(RunEveryRSSImportActionDefinition, UiContext, SimpleTranslator) - Constructor for class info.magnolia.module.rssaggregator.action.RunEveryRSSImportAction
 
RunEveryRSSImportActionDefinition - Class in info.magnolia.module.rssaggregator.action
Action definition class for running feed import of all RSS objects.
RunEveryRSSImportActionDefinition() - Constructor for class info.magnolia.module.rssaggregator.action.RunEveryRSSImportActionDefinition
 
RunEveryRSSImportButtonField - Class in info.magnolia.module.rssaggregator.field
Field supporting execution of RSS import command for every RSS.
RunEveryRSSImportButtonField(SimpleTranslator) - Constructor for class info.magnolia.module.rssaggregator.field.RunEveryRSSImportButtonField
 
RunEveryRSSImportButtonFieldDefinition - Class in info.magnolia.module.rssaggregator.field.definition
RunEveryRSSImportButtonFieldDefinition.
RunEveryRSSImportButtonFieldDefinition() - Constructor for class info.magnolia.module.rssaggregator.field.definition.RunEveryRSSImportButtonFieldDefinition
 
RunEveryRSSImportButtonFieldFactory<D extends info.magnolia.ui.form.field.definition.FieldDefinition> - Class in info.magnolia.module.rssaggregator.field.factory
Factory supporting execution of RSS import command for every RSS.
RunEveryRSSImportButtonFieldFactory(RunEveryRSSImportButtonFieldDefinition, Item, SimpleTranslator) - Constructor for class info.magnolia.module.rssaggregator.field.factory.RunEveryRSSImportButtonFieldFactory
 
runQuery(String) - Method in class info.magnolia.module.rssaggregator.templates.components.AbstractFeedModel
 
RunRSSImportAction - Class in info.magnolia.module.rssaggregator.action
Action class for running feed import of specific RSS object.
RunRSSImportAction(RunRSSImportActionDefinition, AbstractJcrNodeAdapter, UiContext, SimpleTranslator) - Constructor for class info.magnolia.module.rssaggregator.action.RunRSSImportAction
 
RunRSSImportActionDefinition - Class in info.magnolia.module.rssaggregator.action
Action definition class for running feed import of specific RSS object.
RunRSSImportActionDefinition() - Constructor for class info.magnolia.module.rssaggregator.action.RunRSSImportActionDefinition
 
RunRSSImportButtonField - Class in info.magnolia.module.rssaggregator.field
Field supporting execution of RSS import command for specific RSS.
RunRSSImportButtonField(Item, SimpleTranslator) - Constructor for class info.magnolia.module.rssaggregator.field.RunRSSImportButtonField
 
RunRSSImportButtonFieldDefinition - Class in info.magnolia.module.rssaggregator.field.definition
RunRSSImportButtonFieldDefinition.
RunRSSImportButtonFieldDefinition() - Constructor for class info.magnolia.module.rssaggregator.field.definition.RunRSSImportButtonFieldDefinition
 
RunRSSImportButtonFieldFactory<D extends info.magnolia.ui.form.field.definition.FieldDefinition> - Class in info.magnolia.module.rssaggregator.field.factory
Factory supporting execution of RSS import command for specific RSS.
RunRSSImportButtonFieldFactory(RunRSSImportButtonFieldDefinition, Item, SimpleTranslator) - Constructor for class info.magnolia.module.rssaggregator.field.factory.RunRSSImportButtonFieldFactory
 

S

save() - Method in class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppPresenter
 
save() - Method in interface info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppView.Listener
Save mail configuration action.
saveAggregates(Set<AggregateFeed>, Node) - Method in class info.magnolia.module.rssaggregator.command.LaunchSingleRSSCommand
 
saveFeedChannel(FeedChannel, AggregateFilter, Node) - Method in class info.magnolia.module.rssaggregator.command.LaunchSingleRSSCommand
 
SaveRSSAction - Class in info.magnolia.module.rssaggregator.action
Action for saving RSS aggregator nodes and registering them into the system for scheduling.
SaveRSSAction(SaveFormActionDefinition, JcrNodeAdapter, EditorCallback, EditorValidator) - Constructor for class info.magnolia.module.rssaggregator.action.SaveRSSAction
 
scheduleRSSJob(String) - Method in class info.magnolia.module.rssaggregator.RSSAggregator
 
setAutomatedImport(boolean) - Method in class info.magnolia.module.rssaggregator.RSSJob
 
setCount(int) - Method in class info.magnolia.module.rssaggregator.util.PagerUtil
Deprecated.
 
setCron(String) - Method in class info.magnolia.module.rssaggregator.RSSJob
 
setFeed(SyndFeed) - Method in class info.magnolia.module.rssaggregator.importhandler.FeedChannel
Set the feed (fetch result) for this feed channel.
setFeedChannelContentMapper(FeedChannelContentMapper) - Method in class info.magnolia.module.rssaggregator.importhandler.AggregateFeedContentMapper
for testing.
setFeedChannelFetchTask(Class<? extends Runnable>) - Method in class info.magnolia.module.rssaggregator.importhandler.FastRSSFeedFetcher
 
setFeedGeneratorResolver(FeedGeneratorResolver) - Method in class info.magnolia.module.rssaggregator.servlet.FeedSyndicationServlet
Set the FeedGeneratorResolver used for resolving the FeedGenerators.
setFeedGenerators(HashMap<String, FeedGenerator>) - Method in class info.magnolia.module.rssaggregator.RSSAggregator
 
setFeedInfo(SyndFeed) - Method in class info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator
Template method for subclasses are to override in order to set appropriate Feed meta data.
setFeedInfo(SyndFeed) - Method in class info.magnolia.module.rssaggregator.generator.PageSyndicator
 
setFeedInfo(SyndFeed) - Method in class info.magnolia.module.rssaggregator.generator.PlanetFeedGenerator
 
setFeedInfo(SyndFeed) - Method in class info.magnolia.module.rssaggregator.generator.RSSModuleFeedGenerator
 
setFeedPath(String) - Method in class info.magnolia.module.rssaggregator.generator.PlanetFeedGenerator
 
setFeedPath(String) - Method in class info.magnolia.module.rssaggregator.generator.RSSModuleFeedGenerator
 
setFetcher(RSSFeedFetcher) - Method in class info.magnolia.module.rssaggregator.RSSJob
 
setFetcherClass(Class<? extends RSSFeedFetcher>) - Method in class info.magnolia.module.rssaggregator.RSSAggregator
 
setFetcherClass(Class<? extends RSSFeedFetcher>) - Method in class info.magnolia.module.rssaggregator.RSSJob
 
SetFetcherClassPropertyTask - Class in info.magnolia.module.rssaggregator.setup
Set property fetcherClass according to /module/rssaggregator/config/fetcher@class.
SetFetcherClassPropertyTask() - Constructor for class info.magnolia.module.rssaggregator.setup.SetFetcherClassPropertyTask
 
setFilterPredicateContentMapper(FilterPredicateContentMapper) - Method in class info.magnolia.module.rssaggregator.command.LaunchSingleRSSCommand
 
setFormDefinitions(Map<String, FormDefinition>) - Method in class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppDescriptor
 
setFormViewReduced(FormViewReduced) - Method in interface info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppView
 
setFormViewReduced(FormViewReduced) - Method in class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppViewImpl
 
SetImportTimingSetterPropertyInitialValue - Class in info.magnolia.module.rssaggregator.setup
Convert 'validation' property to multi-valued property.
SetImportTimingSetterPropertyInitialValue(String) - Constructor for class info.magnolia.module.rssaggregator.setup.SetImportTimingSetterPropertyInitialValue
 
setJob(RSSJob) - Method in class info.magnolia.module.rssaggregator.command.LaunchSingleRSSCommand
 
setListener(RSSAggregatorSimpleConfigSubAppView.Listener) - Method in interface info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppView
 
setListener(RSSAggregatorSimpleConfigSubAppView.Listener) - Method in class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppViewImpl
 
setName(String) - Method in class info.magnolia.module.rssaggregator.RSSJob
 
setOrderBy(String) - Method in class info.magnolia.module.rssaggregator.templates.components.CombinedFeedModel
 
setOrderBy(String) - Method in class info.magnolia.module.rssaggregator.templates.components.FeedListModel
 
setOverrideDefault(boolean) - Method in class info.magnolia.module.rssaggregator.RSSJob
 
setPlanetOptions(Map<String, String>) - Method in class info.magnolia.module.rssaggregator.RSSAggregator
 
setResults(int) - Method in class info.magnolia.module.rssaggregator.util.PagerUtil
Deprecated.
 
setShutdownTimeout(int) - Method in class info.magnolia.module.rssaggregator.importhandler.FastRSSFeedFetcher
 
setSiteRoot(String) - Method in class info.magnolia.module.rssaggregator.generator.PageSyndicator
 
setSortDirection(String) - Method in class info.magnolia.module.rssaggregator.templates.components.CombinedFeedModel
 
setSortDirection(String) - Method in class info.magnolia.module.rssaggregator.templates.components.FeedListModel
 
setTemplateSubtype(String) - Method in class info.magnolia.module.rssaggregator.generator.PageSyndicator
 
setTemplateType(String) - Method in class info.magnolia.module.rssaggregator.generator.PageSyndicator
 
showValidation(boolean) - Method in class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppViewImpl
 
shutdown() - Method in class info.magnolia.module.rssaggregator.importhandler.FastRSSFeedFetcher
All feeds that are being fetched will be shut down.
shutdown() - Method in interface info.magnolia.module.rssaggregator.importhandler.RSSFeedFetcher
 
shutdown() - Method in class info.magnolia.module.rssaggregator.importhandler.SimpleRSSFeedFetcher
 
shutdown() - Method in class info.magnolia.module.rssaggregator.RSSJob
 
SimpleRSSFeedFetcher - Class in info.magnolia.module.rssaggregator.importhandler
A simple single threaded RSSFeedFetcher for feed retrieval http that follows redirects and supports conditional gets.
SimpleRSSFeedFetcher() - Constructor for class info.magnolia.module.rssaggregator.importhandler.SimpleRSSFeedFetcher
 
singleResult(Collection<T>) - Static method in class info.magnolia.module.rssaggregator.util.MagnoliaTemplate
Return a single result object from the given collection or null if the collection is empty or null.
sort(Collection<Node>) - Method in class info.magnolia.module.rssaggregator.templates.components.PlanetFeedModel
 
SORT_ASCENDING - Static variable in class info.magnolia.module.rssaggregator.templates.components.AbstractFeedModel
 
SORT_DESCENDING - Static variable in class info.magnolia.module.rssaggregator.templates.components.AbstractFeedModel
 
sortDirection - Variable in class info.magnolia.module.rssaggregator.templates.components.CombinedFeedModel
 
start(Location) - Method in class info.magnolia.module.rssaggregator.app.RSSAggregatorApp
 
start() - Method in class info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppPresenter
 
start(ModuleLifecycleContext) - Method in class info.magnolia.module.rssaggregator.RSSAggregator
 
stop(ModuleLifecycleContext) - Method in class info.magnolia.module.rssaggregator.RSSAggregator
 
syndFeedToXml(SyndFeed) - Method in class info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator
 

T

templatingFunctions - Variable in class info.magnolia.module.rssaggregator.templates.components.AbstractFeedModel
 
toString() - Method in class info.magnolia.module.rssaggregator.importhandler.AggregateFeed
 
toString() - Method in class info.magnolia.module.rssaggregator.importhandler.FeedChannel
 

W

waitForFutureResult(Future<?>) - Method in class info.magnolia.module.rssaggregator.importhandler.FastRSSFeedFetcher
 
WORKSPACE - Static variable in class info.magnolia.module.rssaggregator.RSSAggregatorConstants
 
writeToItem(T) - Method in class info.magnolia.module.rssaggregator.action.RSSBasicTransformer
 
writeToItem(PropertysetItem) - Method in class info.magnolia.module.rssaggregator.field.RSSScheduleTabTransformer
 
writeToItem(PropertysetItem) - Method in class info.magnolia.module.rssaggregator.field.transformer.RSSSwitchableFieldTransformer
 
writeToResponse(String, String, String, HttpServletResponse) - Method in class info.magnolia.module.rssaggregator.servlet.FeedSyndicationServlet
Write the given content to the response.
writeToResponse(String, String, HttpServletResponse) - Method in class info.magnolia.module.rssaggregator.servlet.FeedSyndicationServlet
Write the given content to the response using the default content type text/xml.

X

xpathQueryForContent(String, String, String) - Method in interface info.magnolia.module.rssaggregator.util.MagnoliaQueryOperations
Execute an XPath query for a Content node.
xpathQueryForContent(String, String, String) - Method in class info.magnolia.module.rssaggregator.util.MagnoliaTemplate
 
xpathQueryForList(String, String, String, ContentMapper<T>) - Method in interface info.magnolia.module.rssaggregator.util.MagnoliaQueryOperations
Execute an XPath query for a result list of type T, for the given query.
xpathQueryForList(String, String, String, ContentMapper<T>) - Method in class info.magnolia.module.rssaggregator.util.MagnoliaTemplate
 
xpathQueryForObject(String, String, String, ContentMapper<T>) - Method in interface info.magnolia.module.rssaggregator.util.MagnoliaQueryOperations
Execute an XPath query for a single or null result object, for the given query.
xpathQueryForObject(String, String, String, ContentMapper<T>) - Method in class info.magnolia.module.rssaggregator.util.MagnoliaTemplate
 
A B C D E F G H I J L M N O P Q R S T W X 
Skip navigation links

Copyright © 2016 Magnolia International Ltd.. All rights reserved.