Uses of Class
com.atlassian.jira.portal.PortletConfigurationException

Packages that use PortletConfigurationException
com.atlassian.jira.portal   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.portal   
 

Uses of PortletConfigurationException in com.atlassian.jira.portal
 

Methods in com.atlassian.jira.portal that throw PortletConfigurationException
 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.
 Long PortalManager.createPortalPageConfiguration(User u, String pagename, String description)
          Deprecated. since v3.13. Use PortalPageService.createPortalPage(JiraServiceContext, PortalPage) instead.
 Long PortalManager.createPortalPageConfiguration(User u, String pagename, String description, Long copyPageId)
          Deprecated. since v3.13. Use PortalPageService.createPortalPageByClone(JiraServiceContext, PortalPage, Long).
 void PortalManager.decreasePageConfigurationSequence(User user, int position)
          Deprecated. since v3.13. Use PortalPageService.decreasePortalPageSequence(JiraServiceContext, Long) instead.
 void PortalManager.deletePortalPageConfiguration(User u, Long pageId)
          Deprecated. since v3.13. Use PortalPageService.deletePortalPage(JiraServiceContext, Long) instead.
 void PortalPageConfiguration.deletePortletConfig(Long portletConfigId)
          Deprecated. since v3.13. Use PortalPage.deletePortletConfig(Long) instead.
 void PortalPageConfiguration.deletePortletConfigs()
          Deprecated. since v3.13. Use PortalPageService.deletePortalPagePortletConfiguration(com.atlassian.jira.bc.JiraServiceContext, PortalPage, Long) instead.
 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.
 Map PortalManager.getPortalPageConfigurations(User user)
          Deprecated. since v3.13. Use PortalPageService.getFavouritePortalPages(com.opensymphony.user.User) instead and check the owner of the PortalPage is the same user.
 void PortalManager.increasePageConfigurationSequence(User user, int position)
          Deprecated. since v3.13. Use PortalPageService.increasePortalPageSequence(JiraServiceContext, Long) instead.
 void PortalManager.movePortlets(Long[] selectedPortlets, PortalPageConfiguration sourcePage, PortalPageConfiguration destinationPage)
          Deprecated. since v3.13. Use PortalPageService.movePortletConfigurationToPortalPage(JiraServiceContext, PortalPage, PortalPage, Long) instead.
 void PortalManager.moveToEndPageConfigurationSequence(User user, int position)
          Deprecated. since v3.13. Use PortalPageService.moveToEndPortalPageSequence(JiraServiceContext, Long) instead.
 void PortalManager.moveToStartPageConfigurationSequence(User user, int position)
          Deprecated. since v3.13. Use PortalPageService.moveToStartPortalPageSequence(JiraServiceContext, Long) instead.
 void PortalPageConfiguration.store()
          Deprecated. since v3.13. Use PortalPageService.saveAllPortalPagePortletConfiguration(com.atlassian.jira.bc.JiraServiceContext, PortalPage) ()} instead.
 

Uses of PortletConfigurationException in com.atlassian.jira.web.action.admin
 

Constructors in com.atlassian.jira.web.action.admin that throw PortletConfigurationException
AddDefaultPortlet(PortalPageService portalPageService)
           
 

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

Methods in com.atlassian.jira.web.action.portal that throw PortletConfigurationException
protected  PortalPage AbstractConfigurePortal.deletePortletConfigurations(JiraServiceContext serviceContext, PortalPage portalPage, Long[] portletConfigIds)
           
 List AbstractConfigurePortal.getLeftPortlets()
           
 List AbstractConfigurePortal.getRightPortlets()
           
protected  void AbstractConfigurePortal.savePortalConfig(JiraServiceContext ctx, PortalPage portalPage)
           
 void AbstractSaveConfiguration.setPortletConfigId(Long portletConfigId)
           
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.