com.atlassian.jira.portal.portlets
Class AssignedToMePortlet

java.lang.Object
  extended by com.atlassian.jira.portal.PortletImpl
      extended by com.atlassian.jira.portal.portlets.AssignedToMePortlet
All Implemented Interfaces:
Portlet

public class AssignedToMePortlet
extends PortletImpl


Field Summary
 
Fields inherited from class com.atlassian.jira.portal.PortletImpl
authenticationContext
 
Constructor Summary
AssignedToMePortlet(JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, ConstantsManager constantsManager, IssueManager issueManager, ApplicationProperties applicationProperties)
           
 
Method Summary
 java.util.List getIssues(SearchRequest sr, com.opensymphony.user.User remoteUser)
           
protected  java.util.Map getVelocityParams(PortletConfiguration portletConfiguration)
          Allow for the addition of additional Velocity parameters to the context.
 
Methods inherited from class com.atlassian.jira.portal.PortletImpl
equals, getCornerThumbnail, getDescription, getDescriptor, getId, getName, getObjectConfiguration, getPermission, getTemplateLocation, getThumbnailfile, getViewHtml, hashCode, hasPermission, init
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignedToMePortlet

public AssignedToMePortlet(JiraAuthenticationContext authenticationContext,
                           PermissionManager permissionManager,
                           ConstantsManager constantsManager,
                           IssueManager issueManager,
                           ApplicationProperties applicationProperties)
Method Detail

getVelocityParams

protected java.util.Map getVelocityParams(PortletConfiguration portletConfiguration)
Description copied from class: PortletImpl
Allow for the addition of additional Velocity parameters to the context. Sub-classes may wish to override this to add their own object to the velocity context

Overrides:
getVelocityParams in class PortletImpl

getIssues

public java.util.List getIssues(SearchRequest sr,
                                com.opensymphony.user.User remoteUser)


Copyright © 2002-2006 Atlassian. All Rights Reserved.