|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelUpdatePeriod | |
---|---|
de.nava.informa.core | This package contains interfaces for the news channel objects, it builds the core API for all news channel storage implementation. |
de.nava.informa.impl.basic | Provides an in-memory implementation of the core news channel interfaces. |
de.nava.informa.impl.hibernate | Provides an implementation of the core news channel interfaces using persistence mechanism provided by Hibernate (for more see http://www.hibernate.org. |
de.nava.informa.utils | Provides utility classes that are convenient when handling the news channel object model. |
Uses of ChannelUpdatePeriod in de.nava.informa.core |
---|
Methods in de.nava.informa.core that return ChannelUpdatePeriod | |
---|---|
ChannelUpdatePeriod |
ChannelIF.getUpdatePeriod()
Accesses data provided by the Syndication module (will apply only to RSS 1.0+). |
static ChannelUpdatePeriod |
ChannelUpdatePeriod.valueFromText(String text)
|
static ChannelUpdatePeriod |
ChannelUpdatePeriod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ChannelUpdatePeriod[] |
ChannelUpdatePeriod.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in de.nava.informa.core with parameters of type ChannelUpdatePeriod | |
---|---|
void |
ChannelIF.setUpdatePeriod(ChannelUpdatePeriod updatePeriod)
Sets the update frequency for the feed. |
Uses of ChannelUpdatePeriod in de.nava.informa.impl.basic |
---|
Methods in de.nava.informa.impl.basic that return ChannelUpdatePeriod | |
---|---|
ChannelUpdatePeriod |
Channel.getUpdatePeriod()
|
Methods in de.nava.informa.impl.basic with parameters of type ChannelUpdatePeriod | |
---|---|
void |
Channel.setUpdatePeriod(ChannelUpdatePeriod updatePeriod)
|
Uses of ChannelUpdatePeriod in de.nava.informa.impl.hibernate |
---|
Methods in de.nava.informa.impl.hibernate that return ChannelUpdatePeriod | |
---|---|
ChannelUpdatePeriod |
Channel.getUpdatePeriod()
|
Methods in de.nava.informa.impl.hibernate with parameters of type ChannelUpdatePeriod | |
---|---|
void |
Channel.setUpdatePeriod(ChannelUpdatePeriod anUpdatePeriod)
|
Uses of ChannelUpdatePeriod in de.nava.informa.utils |
---|
Methods in de.nava.informa.utils that return ChannelUpdatePeriod | |
---|---|
ChannelUpdatePeriod |
FeedManagerEntry.getDefaultUpdatePeriod()
|
Methods in de.nava.informa.utils with parameters of type ChannelUpdatePeriod | |
---|---|
void |
FeedManagerEntry.setDefaultUpdatePeriod(ChannelUpdatePeriod defaultUpdatePeriod)
|
Constructors in de.nava.informa.utils with parameters of type ChannelUpdatePeriod | |
---|---|
FeedManager(ChannelUpdatePeriod defaultUpdatePeriod,
int defaultUpdateFrequency)
Creates a new FeedManager object. |
|
FeedManagerEntry(String feedUri,
ChannelBuilderIF builder,
ChannelUpdatePeriod defaultUpdatePeriod2,
int defaultUpdateFrequency)
Creates a new FeedManagerEntry object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |