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 getLeftPortletConfigs()
           
 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 portlet, java.lang.Integer column)
           
 void movePortletPositionRow(java.lang.Long portletPosition, boolean forward)
           
 void store(User user, java.lang.String pagename)
           
 

Method Detail

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 portlet,
                                      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(User user,
                  java.lang.String pagename)
           throws PortletConfigurationException
Throws:
PortletConfigurationException

movePortletPositionRow

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

addPortletConfig

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