| java.lang.Object org.apache.roller.planet.business.hibernate.HibernatePlanetManagerImpl org.apache.roller.business.hibernate.HibernateRollerPlanetManagerImpl
HibernateRollerPlanetManagerImpl | public class HibernateRollerPlanetManagerImpl extends HibernatePlanetManagerImpl (Code) | | An extended version of the base PlanetManager implementation.
This is meant for use by Roller installations that are running the planet
aggregator in the same application instance and want to fetch feeds from
their local Roller blogs in a more efficient manner.
|
Fields inherited from org.apache.roller.planet.business.hibernate.HibernatePlanetManagerImpl | final protected static String NO_GROUP(Code)(Java Doc)
|
Methods inherited from org.apache.roller.planet.business.hibernate.HibernatePlanetManagerImpl | public synchronized void clearCachedAggregations()(Code)(Java Doc) public void deleteEntry(PlanetEntryData entry) throws RollerException(Code)(Java Doc) public void deleteGroup(PlanetGroupData group) throws RollerException(Code)(Java Doc) public void deleteSubscription(PlanetSubscriptionData sub) throws RollerException(Code)(Java Doc) public synchronized List getAggregation(int offset, int len) throws RollerException(Code)(Java Doc) public synchronized List getAggregation(Date startDate, Date endDate, int offset, int len) throws RollerException(Code)(Java Doc) public synchronized List getAggregation(PlanetGroupData group, int offset, int len) throws RollerException(Code)(Java Doc) public synchronized List getAggregation(PlanetGroupData group, Date startDate, Date endDate, int offset, int length) throws RollerException(Code)(Java Doc) public Iterator getAllSubscriptions()(Code)(Java Doc) public PlanetConfigData getConfiguration() throws RollerException(Code)(Java Doc) public List getFeedEntries(String feedURL, int offset, int length) throws RollerException(Code)(Java Doc) public PlanetGroupData getGroup(String handle) throws RollerException(Code)(Java Doc) public PlanetGroupData getGroupById(String id) throws RollerException(Code)(Java Doc) public List getGroupHandles() throws RollerException(Code)(Java Doc) public List getGroups() throws RollerException(Code)(Java Doc) public Date getLastUpdated()(Code)(Java Doc) public Date getLastUpdated(PlanetGroupData group)(Code)(Java Doc) protected Set getNewEntries(PlanetSubscriptionData sub, FeedFetcher feedFetcher, FeedFetcherCache feedInfoCache) throws RollerException(Code)(Java Doc) public PlanetSubscriptionData getSubscription(String feedURL) throws RollerException(Code)(Java Doc) public PlanetSubscriptionData getSubscriptionById(String id) throws RollerException(Code)(Java Doc) public int getSubscriptionCount() throws RollerException(Code)(Java Doc) public synchronized List getTopSubscriptions(int offset, int length) throws RollerException(Code)(Java Doc) public synchronized List getTopSubscriptions(String groupHandle, int offset, int length) throws RollerException(Code)(Java Doc) public void refreshEntries(String cacheDirPath) throws RollerException(Code)(Java Doc) public void saveConfiguration(PlanetConfigData config) throws RollerException(Code)(Java Doc) public void saveEntry(PlanetEntryData entry) throws RollerException(Code)(Java Doc) public void saveGroup(PlanetGroupData group) throws RollerException(Code)(Java Doc) public void saveSubscription(PlanetSubscriptionData sub) throws RollerException(Code)(Java Doc)
|
|
|