com.atlassian.jira.portal
Interface PortalPageConfiguration


Deprecated. since v3.13. Use PortalPage instead.

public interface PortalPageConfiguration

This has been replaced by the PortalPage interface.


Method Summary
 PortletConfiguration addPortletConfig(String portletKey, int column, int row)
          Deprecated. since v3.13. Use PortalPageService.addPortalPagePortletConfiguration(com.atlassian.jira.bc.JiraServiceContext, PortalPage, String, int, int) instead.
 void deletePortletConfig(Long portletConfigId)
          Deprecated. since v3.13. Use PortalPage.deletePortletConfig(Long) instead.
 void deletePortletConfigs()
          Deprecated. since v3.13. Use PortalPageService.deletePortalPagePortletConfiguration(com.atlassian.jira.bc.JiraServiceContext, PortalPage, Long) instead.
 List getColumn(int idx)
          Deprecated. since v3.13. Use PortalPage.getColumn(int) instead.
 int getColumnCount()
          Deprecated. since v3.13. Use PortalPage.getColumnCount() instead.
 List getColumns()
          Deprecated. since v3.13. Use PortalPage.getColumns() instead.
 String getDescription()
          Deprecated. since v3.13. Use PortalPage.getDescription() instead.
 Long getId()
          Deprecated. since v3.13. Use PortalPage.getId() instead.
 List getLeftPortletConfigs()
          Deprecated. since v3.13. Use PortalPage.getLeftPortletConfigs() instead.
 String getPageName()
          Deprecated. since v3.13. Use PortalPage.getName() instead.
 PortletConfiguration getPortletConfig(Long portletConfigId)
          Deprecated. since v3.13. Use PortalPage.getPortletConfig(Long) instead.
 List getPortletConfigurations(String portletConfigId)
          Deprecated. since v3.13. Use PortalPage.getPortletConfigurations(String) instead.
 List getRightPortletConfigs()
          Deprecated. since v3.13. Use PortalPage.getRightPortletConfigs() instead.
 boolean isDefault()
          Deprecated. since v3.13. Use PortalPage.isSystemDefaultPortalPage() instead.
 void movePortletPositionColumn(Long portletConfigId, Integer column)
          Deprecated. since v3.13. Use PortalPage.movePortletPositionColumn(Long, Integer) instead.
 void movePortletPositionFirst(Long portletConfigId)
          Deprecated. since v3.13. Use PortalPage.movePortletPositionFirst(Long) instead.
 void movePortletPositionLast(Long portletConfigId)
          Deprecated. since v3.13. Use PortalPage.movePortletPositionLast(Long) instead.
 void movePortletPositionRow(Long portletConfigId, boolean forward)
          Deprecated. since v3.13. Use PortalPage.movePortletPositionRow(Long, boolean) instead.
 void reload()
          Deprecated. since v3.13. Use PortalPageService.getPortalPage(com.atlassian.jira.bc.JiraServiceContext, Long) instead.
 void setDescription(String description)
          Deprecated. since v3.13. Use PortalPage.setDescription(String) instead.
 void setPageName(String pageName)
          Deprecated. since v3.13. Use PortalPage.setName(String) instead.
 void store()
          Deprecated. since v3.13. Use PortalPageService.saveAllPortalPagePortletConfiguration(com.atlassian.jira.bc.JiraServiceContext, PortalPage) ()} instead.
 

Method Detail

reload

void reload()
Deprecated. since v3.13. Use PortalPageService.getPortalPage(com.atlassian.jira.bc.JiraServiceContext, Long) instead.


addPortletConfig

PortletConfiguration addPortletConfig(String portletKey,
                                      int column,
                                      int row)
                                      throws PortletConfigurationException
Deprecated. since v3.13. Use PortalPageService.addPortalPagePortletConfiguration(com.atlassian.jira.bc.JiraServiceContext, PortalPage, String, int, int) instead.

Throws:
PortletConfigurationException

store

void store()
           throws PortletConfigurationException
Deprecated. since v3.13. Use PortalPageService.saveAllPortalPagePortletConfiguration(com.atlassian.jira.bc.JiraServiceContext, PortalPage) ()} instead.

Throws:
PortletConfigurationException

deletePortletConfig

void deletePortletConfig(Long portletConfigId)
                         throws PortletConfigurationException
Deprecated. since v3.13. Use PortalPage.deletePortletConfig(Long) instead.

Throws:
PortletConfigurationException

deletePortletConfigs

void deletePortletConfigs()
                          throws PortletConfigurationException
Deprecated. since v3.13. Use PortalPageService.deletePortalPagePortletConfiguration(com.atlassian.jira.bc.JiraServiceContext, PortalPage, Long) instead.

Throws:
PortletConfigurationException

getPageName

String getPageName()
Deprecated. since v3.13. Use PortalPage.getName() instead.


setPageName

void setPageName(String pageName)
Deprecated. since v3.13. Use PortalPage.setName(String) instead.


isDefault

boolean isDefault()
Deprecated. since v3.13. Use PortalPage.isSystemDefaultPortalPage() instead.


getLeftPortletConfigs

List getLeftPortletConfigs()
Deprecated. since v3.13. Use PortalPage.getLeftPortletConfigs() instead.


getRightPortletConfigs

List getRightPortletConfigs()
Deprecated. since v3.13. Use PortalPage.getRightPortletConfigs() instead.


getPortletConfig

PortletConfiguration getPortletConfig(Long portletConfigId)
Deprecated. since v3.13. Use PortalPage.getPortletConfig(Long) instead.


getPortletConfigurations

List getPortletConfigurations(String portletConfigId)
Deprecated. since v3.13. Use PortalPage.getPortletConfigurations(String) instead.


movePortletPositionColumn

void movePortletPositionColumn(Long portletConfigId,
                               Integer column)
Deprecated. since v3.13. Use PortalPage.movePortletPositionColumn(Long, Integer) instead.


movePortletPositionRow

void movePortletPositionRow(Long portletConfigId,
                            boolean forward)
Deprecated. since v3.13. Use PortalPage.movePortletPositionRow(Long, boolean) instead.


movePortletPositionFirst

void movePortletPositionFirst(Long portletConfigId)
Deprecated. since v3.13. Use PortalPage.movePortletPositionFirst(Long) instead.


movePortletPositionLast

void movePortletPositionLast(Long portletConfigId)
Deprecated. since v3.13. Use PortalPage.movePortletPositionLast(Long) instead.


getColumnCount

int getColumnCount()
Deprecated. since v3.13. Use PortalPage.getColumnCount() instead.


getColumns

List getColumns()
Deprecated. since v3.13. Use PortalPage.getColumns() instead.


getColumn

List getColumn(int idx)
Deprecated. since v3.13. Use PortalPage.getColumn(int) instead.


getId

Long getId()
Deprecated. since v3.13. Use PortalPage.getId() instead.


getDescription

String getDescription()
Deprecated. since v3.13. Use PortalPage.getDescription() instead.


setDescription

void setDescription(String description)
Deprecated. since v3.13. Use PortalPage.setDescription(String) instead.



Copyright © 2002-2008 Atlassian. All Rights Reserved.