com.atlassian.jira.portal
Class DefaultPortalPageImpl

java.lang.Object
  extended by com.atlassian.jira.portal.AbstractPortalPageImpl
      extended by com.atlassian.jira.portal.DefaultPortalPageImpl
All Implemented Interfaces:
Favourite, PortalPage, SharedEntity

public class DefaultPortalPageImpl
extends AbstractPortalPageImpl

Represents the system portal page.

Since:
??.

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.sharing.SharedEntity
SharedEntity.Indentifier, SharedEntity.SharePermissions, SharedEntity.TypeDescriptor
 
Field Summary
 
Fields inherited from interface com.atlassian.jira.portal.PortalPage
ENTITY_TYPE
 
Constructor Summary
DefaultPortalPageImpl(Long id, String name, String description, Long favouriteCount)
           
 
Method Summary
 PortalPage copy()
          Create a copy of the current portal page.
 void deletePortletConfigs()
          Remove all the PortletConfiguration's contained within this PortalPage
 boolean isSystemDefaultPortalPage()
           
 
Methods inherited from class com.atlassian.jira.portal.AbstractPortalPageImpl
addPortletConfig, deletePortletConfig, getColumn, getColumnCount, getColumns, getDescription, getEntityType, getFavouriteCount, getId, getLeftPortletConfigs, getName, getOwnerUserName, getPermissions, getPortletConfig, getPortletConfigsMap, getPortletConfigurations, getPortletConfigurations, getRightPortletConfigs, movePortletPositionColumn, movePortletPositionFirst, movePortletPositionLast, movePortletPositionRow, putInColumn, renumberList, renumberList, setDescription, setFavouriteCount, setId, setName, setOwnerUserName, setPermissions, setPortletConfigurations, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultPortalPageImpl

public DefaultPortalPageImpl(Long id,
                             String name,
                             String description,
                             Long favouriteCount)
Method Detail

isSystemDefaultPortalPage

public boolean isSystemDefaultPortalPage()
Returns:
true if the PortalPage represents the system default PortalPage in JIRA

deletePortletConfigs

public void deletePortletConfigs()
Description copied from interface: PortalPage
Remove all the PortletConfiguration's contained within this PortalPage


copy

public PortalPage copy()
Description copied from interface: PortalPage
Create a copy of the current portal page.

Returns:
a copy of the current portal page.


Copyright © 2002-2009 Atlassian. All Rights Reserved.