|
Dekoh platform API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdekoh.portal.syndication.aggregator.PortalSubscriptionManager
public class PortalSubscriptionManager
PortalSubscriptionManager manages portal subscriptions for a desktopUser. Applications can add
SubscriptionItems, Aggregators or ChannelProvider s to portal's tray aggregator and home page aggregator
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static PortalSubscriptionManager getPortalSubscriptionManager(DesktopUser desktopUser)
public static PortalSubscriptionManager getPortalSubscriptionManager(HttpServletRequest request)
public Aggregator getPortalAggregator(HttpServletRequest request)
public Aggregator getBuddyNewsAggregator(HttpServletRequest request)
public void addSubscriptionItemToTrayIcon(SubscriptionItem subscriptionItem)
subscriptionItem - Item that will be shown in traypublic void addSubscriptionItemToPortalPage(SubscriptionItem subscriptionItem)
subscriptionItem - Item that will be shown in portalHome page
public void addAggregatorToTrayIcon(Aggregator aggregator,
PortalApplicationContext portalApplicationContext)
aggregator - this will be shown in trayportalApplicationContext - portalApplicationContext of the calling application
public void addAggregatorToPortalPage(Aggregator aggregator,
PortalApplicationContext portalApplicationContext)
aggregator - this will be shown in portalHome PageportalApplicationContext - portalApplicationContext of the calling application
public void removeAggregatorFromPortal(Aggregator aggregator,
PortalApplicationContext aggregatorPortalAppContext)
public void removeAggregatorFromTrayIcon(Aggregator aggregator,
PortalApplicationContext portalApplicationContext)
public void removeSubscriptionFromTrayIcon(SubscriptionItem subscriptionItem)
public void removeSubscriptionFromPortalPage(SubscriptionItem subscriptionItem)
public void addLocalChannelProviderToPortalPage(ChannelProvider channelProvider)
public void addLocalChannelProviderToTrayIcon(ChannelProvider channelProvider)
public void removeLocalChannelProviderToTrayIcon(ChannelProvider channelProvider)
public void removeLocalChannelProviderFromPortalPage(ChannelProvider channelProvider)
public boolean isAggregatedInTray(SubscriptionItem subscriptionItem)
public boolean isPortalHomeActive()
public boolean isTrayActive()
|
Dekoh platform API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
© 2009 Pramati Technologies - Dekoh - Portal for Developers