com.atlassian.jira.portal.portlets
Class SavedFiltersPortlet

java.lang.Object
  extended bycom.atlassian.jira.portal.PortletImpl
      extended bycom.atlassian.jira.portal.portlets.AbstractRequiresUserPortlet
          extended bycom.atlassian.jira.portal.portlets.SavedFiltersPortlet
All Implemented Interfaces:
Portlet

public class SavedFiltersPortlet
extends AbstractRequiresUserPortlet


Field Summary
 
Fields inherited from class com.atlassian.jira.portal.PortletImpl
applicationProperties, authenticationContext, permissionManager
 
Constructor Summary
SavedFiltersPortlet(JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, ApplicationProperties applicationProperties, SearchRequestManager searchRequestManager, SearchProvider searchProvider)
           
 
Method Summary
 long getCountsForFilter(org.ofbiz.core.entity.GenericValue filter)
           
protected  Map getVelocityParams(PortletConfiguration portletConfiguration)
          Allow for the addition of additional Velocity parameters to the context.
 
Methods inherited from class com.atlassian.jira.portal.portlets.AbstractRequiresUserPortlet
getViewHtml
 
Methods inherited from class com.atlassian.jira.portal.PortletImpl
equals, getCornerThumbnail, getDescription, getDescriptor, getId, getIssueConstant, getName, getObjectConfiguration, getPermission, getTemplateLocation, getThumbnailfile, hashCode, hasPermission, init
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SavedFiltersPortlet

public SavedFiltersPortlet(JiraAuthenticationContext authenticationContext,
                           PermissionManager permissionManager,
                           ApplicationProperties applicationProperties,
                           SearchRequestManager searchRequestManager,
                           SearchProvider searchProvider)
Method Detail

getVelocityParams

protected 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

getCountsForFilter

public long getCountsForFilter(org.ofbiz.core.entity.GenericValue filter)
                        throws org.ofbiz.core.entity.GenericEntityException,
                               SearchException
Throws:
org.ofbiz.core.entity.GenericEntityException
SearchException


Copyright © 2002-2006 Atlassian. All Rights Reserved.