com.atlassian.jira.portal
Class FavouriteDashboardLinkFactory

java.lang.Object
  extended by com.atlassian.jira.portal.FavouriteDashboardLinkFactory
All Implemented Interfaces:
com.atlassian.plugin.web.api.provider.WebItemProvider

public class FavouriteDashboardLinkFactory
extends Object
implements com.atlassian.plugin.web.api.provider.WebItemProvider

A SimpleLinkFactory that generates a list of SimpleLinks that point to the Favourite Filters of a user.

Since:
v4.0

Constructor Summary
FavouriteDashboardLinkFactory(PortalPageService portalPageService, VelocityRequestContextFactory velocityRequestContextFactory, I18nHelper.BeanFactory i18nFactory, UserHistoryManager userHistoryManager)
           
 
Method Summary
 Iterable<com.atlassian.plugin.web.api.WebItem> getItems(Map<String,Object> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FavouriteDashboardLinkFactory

public FavouriteDashboardLinkFactory(PortalPageService portalPageService,
                                     VelocityRequestContextFactory velocityRequestContextFactory,
                                     I18nHelper.BeanFactory i18nFactory,
                                     UserHistoryManager userHistoryManager)
Method Detail

getItems

public Iterable<com.atlassian.plugin.web.api.WebItem> getItems(Map<String,Object> context)
Specified by:
getItems in interface com.atlassian.plugin.web.api.provider.WebItemProvider


Copyright © 2002-2014 Atlassian. All Rights Reserved.