com.atlassian.jira.portal
Interface PortalPageConfiguration

All Known Implementing Classes:
AbstractPortalPageConfigurationImpl, DefaultPortalPageConfigurationImpl, PortalPageConfigurationImpl

public interface PortalPageConfiguration


Method Summary
 PortletConfiguration addPortletConfig(String portletId, int column, int row)
           
 void deletePortletConfig(Long portlet)
           
 void deletePortletConfigs()
          Remove all the portlet configurations for this portlet page Configuration
 List getColumn(int idx)
           
 int getColumnCount()
           
 String getDescription()
           
 Long getId()
           
 List getLeftPortletConfigs()
           
 String getPageName()
           
 PortletConfiguration getPortletConfig(Long portletConfigId)
           
 List getPortletConfigurations(String portletId)
           
 List getRightPortletConfigs()
           
 boolean isDefault()
           
 void movePortletPositionColumn(Long portletId, Integer column)
           
 void movePortletPositionFirst(Long id)
           
 void movePortletPositionLast(Long id)
           
 void movePortletPositionRow(Long portletId, boolean forward)
           
 void reload()
          Re-initialize this portal page configuration from the database.
 void setDescription(String description)
           
 void setPageName(String pageName)
           
 void store()
           
 

Method Detail

getPageName

String getPageName()

setPageName

void setPageName(String pageName)

isDefault

boolean isDefault()

getLeftPortletConfigs

List getLeftPortletConfigs()

getRightPortletConfigs

List getRightPortletConfigs()

getPortletConfig

PortletConfiguration getPortletConfig(Long portletConfigId)

getPortletConfigurations

List getPortletConfigurations(String portletId)

movePortletPositionColumn

void movePortletPositionColumn(Long portletId,
                               Integer column)

deletePortletConfig

void deletePortletConfig(Long portlet)
                         throws PortletConfigurationException
Throws:
PortletConfigurationException

deletePortletConfigs

void deletePortletConfigs()
                          throws PortletConfigurationException
Remove all the portlet configurations for this portlet page Configuration

Throws:
PortletConfigurationException

store

void store()
           throws PortletConfigurationException
Throws:
PortletConfigurationException

movePortletPositionRow

void movePortletPositionRow(Long portletId,
                            boolean forward)

addPortletConfig

PortletConfiguration addPortletConfig(String portletId,
                                      int column,
                                      int row)
                                      throws PortletConfigurationException
Throws:
PortletConfigurationException

movePortletPositionFirst

void movePortletPositionFirst(Long id)

movePortletPositionLast

void movePortletPositionLast(Long id)

getColumnCount

int getColumnCount()

getColumn

List getColumn(int idx)

getId

Long getId()

getDescription

String getDescription()

setDescription

void setDescription(String description)

reload

void reload()
Re-initialize this portal page configuration from the database.



Copyright © 2002-2007 Atlassian. All Rights Reserved.