| java.lang.Object org.apache.roller.planet.business.hibernate.HibernatePlanetManagerImpl
All known Subclasses: org.apache.roller.business.hibernate.HibernateRollerPlanetManagerImpl,
HibernatePlanetManagerImpl | public class HibernatePlanetManagerImpl implements PlanetManager(Code) | | Hibernate implementation of the PlanetManager.
|
Method Summary | |
public synchronized void | clearCachedAggregations() | public void | deleteEntry(PlanetEntryData entry) | public void | deleteGroup(PlanetGroupData group) | public void | deleteSubscription(PlanetSubscriptionData sub) | public synchronized List | getAggregation(int offset, int len) | public synchronized List | getAggregation(Date startDate, Date endDate, int offset, int len) | public synchronized List | getAggregation(PlanetGroupData group, int offset, int len) | public synchronized List | getAggregation(PlanetGroupData group, Date startDate, Date endDate, int offset, int length) | public Iterator | getAllSubscriptions() | public PlanetConfigData | getConfiguration() | public List | getFeedEntries(String feedURL, int offset, int length) | public PlanetGroupData | getGroup(String handle) | public PlanetGroupData | getGroupById(String id) | public List | getGroupHandles() | public List | getGroups() | public Date | getLastUpdated() | public Date | getLastUpdated(PlanetGroupData group) | protected Set | getNewEntries(PlanetSubscriptionData sub, FeedFetcher feedFetcher, FeedFetcherCache feedInfoCache) | public PlanetSubscriptionData | getSubscription(String feedURL) | public PlanetSubscriptionData | getSubscriptionById(String id) | public int | getSubscriptionCount() | public synchronized List | getTopSubscriptions(int offset, int length) | public synchronized List | getTopSubscriptions(String groupHandle, int offset, int length) | public void | refreshEntries(String cacheDirPath) | public void | saveConfiguration(PlanetConfigData config) | public void | saveEntry(PlanetEntryData entry) | public void | saveGroup(PlanetGroupData group) | public void | saveSubscription(PlanetSubscriptionData sub) |
clearCachedAggregations | public synchronized void clearCachedAggregations()(Code) | | |
|
|