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

Packages that use PortletConfiguration
com.atlassian.jira.bc.portal   
com.atlassian.jira.portal   
com.atlassian.jira.portal.portlets   
com.atlassian.jira.web.action.portal   
com.atlassian.jira.web.component   
com.atlassian.jira.web.portlet.bean   
 

Uses of PortletConfiguration in com.atlassian.jira.bc.portal
 

Methods in com.atlassian.jira.bc.portal that return PortletConfiguration
 PortletConfiguration AbstractPortalPageService.addPortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, String portletKey, int suggestedColumn, int suggestedRow)
           
 PortletConfiguration PortalPageService.addPortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, String portletKey, int suggestedColumn, int suggestedRow)
          Adds a Portlet to the PortalPage and returns the [@link PortletConfiguration} that represents the newly added configuration.
 

Uses of PortletConfiguration in com.atlassian.jira.portal
 

Classes in com.atlassian.jira.portal that implement PortletConfiguration
 class PortletConfigurationImpl
          Represents the configuration for a portlet.
 

Methods in com.atlassian.jira.portal that return PortletConfiguration
 PortletConfiguration OfbizPortletConfigurationStore.add(Long portalPageId, String portletKey, Integer column, Integer row)
           
 PortletConfiguration PortletConfigurationManager.add(Long portalPageId, String portletKey, Integer column, Integer row)
          Create a new portlet configuration for the passed parameters.
 PortletConfiguration CachingPortletConfigurationStore.add(Long pageId, String portletKey, Integer column, Integer row)
           
 PortletConfiguration PortletConfigurationManagerImpl.add(Long pageId, String portletKey, Integer column, Integer row)
           
 PortletConfiguration PortletConfigurationStore.add(Long pageId, String portletKey, Integer column, Integer row)
          Creates and adds a new PortletConfiguration to given PortalPage
 PortletConfiguration DefaultPortalPageManager.addPortalPagePortletConfiguration(PortalPage portalPage, String portletKey, int column, int row)
           
 PortletConfiguration PortalPageManager.addPortalPagePortletConfiguration(PortalPage portalPage, String portletKey, int suggestedColumn, int suggestedRow)
          Adds a Portlet to the PortalPage and returns the [@link PortletConfiguration} that represents the newly added configuration.
 PortletConfiguration PortalPageConfiguration.addPortletConfig(String portletKey, int column, int row)
          Deprecated. since v3.13. Use PortalPageService.addPortalPagePortletConfiguration(com.atlassian.jira.bc.JiraServiceContext, PortalPage, String, int, int) instead.
 PortletConfiguration OfbizPortletConfigurationStore.getByPortletId(Long portletId)
           
 PortletConfiguration PortletConfigurationManager.getByPortletId(Long portletId)
          Get the passed portlet configuration.
 PortletConfiguration CachingPortletConfigurationStore.getByPortletId(Long portletId)
           
 PortletConfiguration PortletConfigurationManagerImpl.getByPortletId(Long portletId)
           
 PortletConfiguration PortletConfigurationStore.getByPortletId(Long portletId)
          Gall a PortletConfiguration by its id.
 PortletConfiguration PortalPageConfiguration.getPortletConfig(Long portletConfigId)
          Deprecated. since v3.13. Use PortalPage.getPortletConfig(Long) instead.
 PortletConfiguration AbstractPortalPageImpl.getPortletConfig(Long portletConfigId)
           
 PortletConfiguration PortalPage.getPortletConfig(Long portletConfigId)
          Returns the FIRST PortletConfiguration inside the PortalPage identified by portletConfigId
 

Methods in com.atlassian.jira.portal with parameters of type PortletConfiguration
 void AbstractPortalPageImpl.addPortletConfig(PortletConfiguration portletConfiguration)
           
 void PortalPage.addPortletConfig(PortletConfiguration portletConfiguration)
          This adds a PortletConfiguration to the PortalPage.
 void OfbizPortletConfigurationStore.delete(PortletConfiguration pc)
           
 void PortletConfigurationManager.delete(PortletConfiguration pc)
          Remove the passed portlet configuration.
 void CachingPortletConfigurationStore.delete(PortletConfiguration pc)
           
 void PortletConfigurationManagerImpl.delete(PortletConfiguration pc)
           
 void PortletConfigurationStore.delete(PortletConfiguration pc)
          Deletes the given PortletConfiguration.
 String LazyLoadingPortlet.getLoadingHtml(PortletConfiguration portletConfiguration)
          This method should return temporary HTML
 String LazyLoadingPortlet.getStaticHtml(PortletConfiguration portletConfiguration)
          All JavaScript should be returned by this method.
protected  Map PortletImpl.getVelocityParams(PortletConfiguration portletConfiguration)
          Allow for the addition of additional Velocity parameters to the context.
 String Portlet.getViewHtml(PortletConfiguration portletConfiguration)
           
 String PortletImpl.getViewHtml(PortletConfiguration portletConfiguration)
           
protected  Boolean PortletImpl.isEditablePortletConfig(PortletConfiguration portletConfiguration)
          This is called to work out if a PortletConfiguration is on a page that is editable or not.
protected  void AbstractPortalPageImpl.putInColumn(PortletConfiguration portletConfig)
           
 void OfbizPortletConfigurationStore.store(PortletConfiguration pc)
           
 void PortletConfigurationManager.store(PortletConfiguration pc)
          Update the passed portlet configuration.
 void CachingPortletConfigurationStore.store(PortletConfiguration pc)
           
 void PortletConfigurationManagerImpl.store(PortletConfiguration pc)
           
 void PortletConfigurationStore.store(PortletConfiguration pc)
          Saves the given PortletConfiguration.
 

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

Methods in com.atlassian.jira.portal.portlets with parameters of type PortletConfiguration
protected  String SearchRequestPortlet.getDescription(PortletConfiguration portletConfiguration)
           
 List MyVotesPortlet.getIssues(User remoteUser, PortletConfiguration portletConfiguration)
           
 List MyWatchesPortlet.getIssues(User remoteUser, PortletConfiguration portletConfiguration)
           
protected abstract  List AbstractVotesAndWatchesPortlet.getIssues(User remoteUser, PortletConfiguration portletConfiguration)
           
protected  String AssignedToMePortlet.getLinkToSearch(SearchRequest searchRequest, PortletConfiguration portletConfiguration)
           
protected  String SearchRequestPortlet.getLinkToSearch(SearchRequest searchRequest, PortletConfiguration portletConfiguration)
           
protected abstract  String AbstractSearchResultsPortlet.getLinkToSearch(SearchRequest searchRequest, PortletConfiguration portletConfiguration)
           
protected  String InProgressIssuesPortlet.getLinkToSearch(SearchRequest searchRequest, PortletConfiguration portletConfiguration)
           
 String SavedFiltersPortlet.getLoadingHtml(PortletConfiguration portletConfiguration)
           
protected  int AbstractSearchResultsPortlet.getMaxNumberOfIssues(PortletConfiguration portletConfiguration)
           
 org.ofbiz.core.entity.GenericValue ProjectTablePortlet.getProjectCategoryGv(PortletConfiguration portletConfiguration)
          Retrieves the single select project category as a generic value.
protected  SearchRequest AssignedToMePortlet.getSearchRequest(PortletConfiguration portletConfiguration)
           
protected  SearchRequest SearchRequestPortlet.getSearchRequest(PortletConfiguration portletConfiguration)
           
protected abstract  SearchRequest AbstractSearchResultsPortlet.getSearchRequest(PortletConfiguration portletConfiguration)
           
protected  SearchRequest InProgressIssuesPortlet.getSearchRequest(PortletConfiguration portletConfiguration)
           
 String SavedFiltersPortlet.getStaticHtml(PortletConfiguration portletConfiguration)
           
protected  Map TextPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
           
protected  Map RoadMapPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
           
protected  Map IntroductionPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
           
protected  Map SearchRequestPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
           
protected  Map ProjectTablePortlet.getVelocityParams(PortletConfiguration portletConfiguration)
           
protected  Map TwoDimensionalStatsPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
           
protected  Map AbstractSearchResultsPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
           
protected  Map UserIssuesPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
           
protected  Map MyVotesPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
           
protected  Map ProjectPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
           
protected  Map StatsPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
           
protected  Map SavedFiltersPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
           
protected  Map ProjectsPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
           
protected  Map AdminPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
           
protected  Map AbstractVotesAndWatchesPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
           
protected  Map ProjectStatsPortlet.getVelocityParams(PortletConfiguration portletConfiguration)
           
 String AbstractRequiresUserPortlet.getViewHtml(PortletConfiguration portletConfiguration)
           
protected  boolean AbstractVotesAndWatchesPortlet.isShowResolved(PortletConfiguration portletConfiguration)
           
protected  boolean AbstractVotesAndWatchesPortlet.isShowTotals(PortletConfiguration portletConfiguration)
           
 

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

Methods in com.atlassian.jira.web.action.portal that return PortletConfiguration
 PortletConfiguration RunPortlet.getPortletConfiguration()
           
 

Methods in com.atlassian.jira.web.action.portal with parameters of type PortletConfiguration
 String AbstractConfigurePortal.getPortletName(PortletConfiguration portletConfig)
           
 

Uses of PortletConfiguration in com.atlassian.jira.web.component
 

Methods in com.atlassian.jira.web.component with parameters of type PortletConfiguration
 String DashboardPageConfigUrlFactory.getRunPortletUrl(PortletConfiguration portletConfiguration)
          Returns a URL for RunPortlet action that will execute the given portlet configuration.
 String DashboardPageConfigUrlFactoryImpl.getRunPortletUrl(PortletConfiguration portletConfiguration)
           
 boolean DashboardPageWebComponent.isConfigurationNeeded(PortletConfiguration portletConfiguration)
          Determines whether the portlet is capable of being configured by the end user.
 String DashboardPageWebComponent.renderPortlet(PortletConfiguration portletConfiguration)
           
 

Uses of PortletConfiguration in com.atlassian.jira.web.portlet.bean
 

Methods in com.atlassian.jira.web.portlet.bean with parameters of type PortletConfiguration
 String PortletRenderer.renderPortlet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, PortletConfiguration portletConfiguration, boolean allowLazyLoading)
          Renders the portlet refered to by the portlet configuration.
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.