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

Packages that use PortalPageConfiguration
com.atlassian.jira.portal   
 

Uses of PortalPageConfiguration in com.atlassian.jira.portal
 

Methods in com.atlassian.jira.portal that return PortalPageConfiguration
 PortalPageConfiguration PortalManager.getDefaultPortalPage()
          Deprecated. since v3.13. Use PortalPageService.getSystemDefaultPortalPage() instead.
 PortalPageConfiguration PortalManager.getEditablePortalPageConfiguration(User user, Long pageId)
          Deprecated. since v3.13. Use PortalPageService.getPortalPage(com.atlassian.jira.bc.JiraServiceContext, Long) instead.
 PortalPageConfiguration PortalManager.getPortalPageConfiguration(User u, Long pageId)
          Deprecated. since v3.13. Use PortalPageService.getPortalPage(com.atlassian.jira.bc.JiraServiceContext, Long) and PortalPageService.getSystemDefaultPortalPage() and an if statement instead.
 

Methods in com.atlassian.jira.portal with parameters of type PortalPageConfiguration
 void PortalManager.movePortlets(Long[] selectedPortlets, PortalPageConfiguration sourcePage, PortalPageConfiguration destinationPage)
          Deprecated. since v3.13. Use PortalPageService.movePortletConfigurationToPortalPage(JiraServiceContext, PortalPage, PortalPage, Long) instead.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.