Uses of Interface
com.atlassian.jira.portal.Portlet

Packages that use Portlet
com.atlassian.jira.charts.portlet   
com.atlassian.jira.portal   
com.atlassian.jira.portal.portlets   
com.atlassian.jira.web.action.portal   
 

Uses of Portlet in com.atlassian.jira.charts.portlet
 

Subinterfaces of Portlet in com.atlassian.jira.charts.portlet
 interface SearchRequestAwareChartPortlet
          Marker interface to identify any charting portlets.
 

Classes in com.atlassian.jira.charts.portlet that implement Portlet
 class AbstractChartPortlet
          Abstract chart to be extended by others
 class AbstractTimeChartPortlet
          Abstract implementation to display times for time periods.
 class AverageAgeChartPortlet
          Displays a bar graph showing the average time issues have been open for for a particular time period.
 class CreatedVsResolvedChartPortlet
          A chart that shows created vs resolved issues over time.
 class PieChartPortlet
          Portlet that shows a pie chart for a particular filter/project and field.
 class RecentlyCreatedChartPortlet
          Displays a stacked bar graph showing the number of issues created/resolved in a particular time period.
 class ResolutionTimeChartPortlet
          A chart that shows created vs resolved issues over time.
 class TimeSinceChartPortlet
          Displays a bar graph showing the average time issues have been open for for a particular time period.
 

Uses of Portlet in com.atlassian.jira.portal
 

Subinterfaces of Portlet in com.atlassian.jira.portal
 interface LazyLoadingPortlet
          This class allows the implementation of lazily loaded portlets.
 

Classes in com.atlassian.jira.portal that implement Portlet
 class PortletImpl
           
 

Methods in com.atlassian.jira.portal that return Portlet
 Portlet PortletConfigurationImpl.getPortlet()
           
 Portlet PortletConfiguration.getPortlet()
          Deprecated. This is only needed for legacy portlets now. Gadgets should no longer use this.
 Portlet DefaultPortletAccessManager.getPortlet(java.lang.String portletKey)
           
 Portlet PortletAccessManager.getPortlet(java.lang.String portletKey)
          This returns a Portlet based on portletKey
 Portlet DefaultPortletAccessManager.getPortlet(com.opensymphony.user.User user, java.lang.String portletKey)
           
 Portlet PortletAccessManager.getPortlet(com.opensymphony.user.User user, java.lang.String portletKey)
          Called to return a Portlet that can be seen by the User and which has the key of portletKey
 

Methods in com.atlassian.jira.portal that return types with arguments of type Portlet
 java.util.Collection<Portlet> DefaultPortletAccessManager.getAllPortlets()
           
 java.util.Collection<Portlet> PortletAccessManager.getAllPortlets()
          Return all the portlets available on the system.
 java.util.Collection<Portlet> DefaultPortletAccessManager.getVisiblePortlets(com.opensymphony.user.User user)
           
 java.util.Collection<Portlet> PortletAccessManager.getVisiblePortlets(com.opensymphony.user.User user)
          This returns all Portlet's that a user can see
 

Methods in com.atlassian.jira.portal with parameters of type Portlet
 boolean DefaultPortletAccessManager.canUserSeePortlet(com.opensymphony.user.User user, Portlet portlet)
           
 boolean PortletAccessManager.canUserSeePortlet(com.opensymphony.user.User user, Portlet portlet)
          This returns true if the specified user is allowed to see the passed Portlet
 

Constructors in com.atlassian.jira.portal with parameters of type Portlet
PortletConfigurationImpl(java.lang.Long id, java.lang.Long dashboardPageId, java.lang.String portletKey, Portlet portlet, java.lang.Integer column, java.lang.Integer row, com.opensymphony.module.propertyset.PropertySet configuration, java.net.URI gadgetUri, com.atlassian.gadgets.dashboard.Color color, java.util.Map<java.lang.String,java.lang.String> userPrefs)
           
 

Uses of Portlet in com.atlassian.jira.portal.portlets
 

Classes in com.atlassian.jira.portal.portlets that implement Portlet
 class AbstractRequiresUserPortlet
          Portlets should extend this portlet if they should not be displayed to anonymous users.
 class AbstractSearchResultsPortlet
           
 class AbstractVotesAndWatchesPortlet
           
 class AdminPortlet
           
 class AssignedToMePortlet
           
 class InProgressIssuesPortlet
           
 class IntroductionPortlet
          Portlet implementation that shows an introduction to this installation of JIRA.
 class MyVotesPortlet
           
 class MyWatchesPortlet
           
 class ProjectPortlet
          Portlet that displays information about a single project.
 class ProjectsPortlet
          Portlet that displays information about multiple projects.
 class ProjectStatsPortlet
           
 class ProjectTablePortlet
          Portlet with a list of projects or project categories in a table with a configured list of columns.
 class RoadMapPortlet
          Portlet implementation for the RoadMapPortlet.
 class SavedFiltersPortlet
           
 class SearchRequestPortlet
           
 class StatsPortlet
           
 class TextPortlet
          Implementation of text portlet that renders HTML text.
 class TwoDimensionalStatsPortlet
           
 class UserIssuesPortlet
          This portlet displays links to user's reported issues, watched and voted issues.
 

Uses of Portlet in com.atlassian.jira.web.action.portal
 

Methods in com.atlassian.jira.web.action.portal that return Portlet
 Portlet AbstractSaveConfiguration.getPortlet()
           
 Portlet RunPortlet.getPortlet()
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.