com.atlassian.jira.portal
Interface PortalPageConfiguration

All Known Implementing Classes:
AbstractPortalPageConfigurationImpl, PortalPageConfigurationImpl

public interface PortalPageConfiguration


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

Method Detail

getPageName

public java.lang.String getPageName()

isDefault

public boolean isDefault()

getLeftPortletConfigs

public java.util.List getLeftPortletConfigs()

getRightPortletConfigs

public java.util.List getRightPortletConfigs()

getPortletConfig

public PortletConfiguration getPortletConfig(java.lang.Long portletConfigId)

getPortletConfigurations

public java.util.List getPortletConfigurations(java.lang.String portletId)

movePortletPositionColumn

public void movePortletPositionColumn(java.lang.Long portletId,
                                      java.lang.Integer column)

deletePortletConfig

public void deletePortletConfig(java.lang.Long portlet)
                         throws PortletConfigurationException
Throws:
PortletConfigurationException

deletePortletConfigs

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

Throws:
PortletConfigurationException

store

public void store()
           throws PortletConfigurationException
Throws:
PortletConfigurationException

movePortletPositionRow

public void movePortletPositionRow(java.lang.Long portletId,
                                   boolean forward)

addPortletConfig

public PortletConfiguration addPortletConfig(java.lang.String portletId,
                                             int column,
                                             int row)
                                      throws PortletConfigurationException
Throws:
PortletConfigurationException

movePortletPositionFirst

public void movePortletPositionFirst(java.lang.Long id)

movePortletPositionLast

public void movePortletPositionLast(java.lang.Long id)

getColumnCount

public int getColumnCount()

getColumn

public java.util.List getColumn(int idx)

getId

public java.lang.Long getId()

getDescription

public java.lang.String getDescription()

reload

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



Copyright © 2002-2005 Atlassian. All Rights Reserved.