com.atlassian.jira.portal
Interface PortalPageConfiguration

All Known Implementing Classes:
PortalPageConfigurationImpl

public interface PortalPageConfiguration


Method Summary
 void addDefaultPortletPosition(java.lang.String portletId, int column, int row)
           
 PortletConfiguration addPortletConfig(java.lang.String portletId, int column, int row)
           
 void deletePortletConfig(java.lang.Long portlet)
           
 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(com.opensymphony.module.user.User user, java.lang.String pagename)
           
 

Method Detail

isDefault

public boolean isDefault()

getLeftPortletConfigs

public java.util.List getLeftPortletConfigs()

getRightPortletConfigs

public java.util.List getRightPortletConfigs()

movePortletPositionColumn

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

deletePortletConfig

public void deletePortletConfig(java.lang.Long portlet)
                         throws org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericEntityException

store

public void store(com.opensymphony.module.user.User user,
                  java.lang.String pagename)
           throws org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericEntityException

movePortletPositionRow

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

addDefaultPortletPosition

public void addDefaultPortletPosition(java.lang.String portletId,
                                      int column,
                                      int row)

addPortletConfig

public PortletConfiguration addPortletConfig(java.lang.String portletId,
                                             int column,
                                             int row)
                                      throws org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericEntityException

getPortletConfig

public PortletConfiguration getPortletConfig(java.lang.Long portletConfigId)

getPortletConfigurations

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


Copyright © 2002-2003 Atlassian. All Rights Reserved.