Uses of Interface
com.atlassian.jira.portal.PortalPage

Packages that use PortalPage
com.atlassian.jira.bc.portal   
com.atlassian.jira.portal   
com.atlassian.jira.web.action   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.portal   
com.atlassian.jira.web.action.user   
com.atlassian.jira.web.action.util   
com.atlassian.jira.web.action.util.portal   
 

Uses of PortalPage in com.atlassian.jira.bc.portal
 

Methods in com.atlassian.jira.bc.portal that return PortalPage
 PortalPage AbstractPortalPageService.copyPortletConfigurationInPortalPage(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
           
 PortalPage PortalPageService.copyPortletConfigurationInPortalPage(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
          Make a new copy of a PortletConfiguration on a PortalPage.
 PortalPage AbstractPortalPageService.createPortalPage(JiraServiceContext serviceCtx, PortalPage portalPage)
           
 PortalPage PortalPageService.createPortalPage(JiraServiceContext serviceCtx, PortalPage portalPage)
          Called to create and store the specified portalPage into the database.
 PortalPage AbstractPortalPageService.createPortalPage(JiraServiceContext serviceCtx, PortalPage portalPage, boolean isFavourite)
           
 PortalPage PortalPageService.createPortalPage(JiraServiceContext serviceCtx, PortalPage portalPage, boolean isFavourite)
          Called to create and store the specified portalPage into the database.
 PortalPage AbstractPortalPageService.createPortalPageByClone(JiraServiceContext serviceCtx, PortalPage portalPage, Long clonePortalPageId)
           
 PortalPage PortalPageService.createPortalPageByClone(JiraServiceContext serviceCtx, PortalPage portalPage, Long clonePortalPageId)
          Called to create and store the specified portalPage into the database by cloning its Portlet content from an existing PortalPage object.
 PortalPage AbstractPortalPageService.createPortalPageByClone(JiraServiceContext serviceCtx, PortalPage portalPage, Long clonePortalPageId, boolean isFavourite)
           
 PortalPage PortalPageService.createPortalPageByClone(JiraServiceContext serviceCtx, PortalPage portalPage, Long clonePortalPageId, boolean isFavourite)
          Called to create and store the specified portalPage into the database by cloning its Portlet content from an existing PortalPage object.
 PortalPage AbstractPortalPageService.deletePortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
           
 PortalPage PortalPageService.deletePortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
          This can be called to delete a specific PortletConfiguration object by id inside a PortalPage object from the underlying database store.
 PortalPage AbstractPortalPageService.getPortalPage(JiraServiceContext context, Long portalPageId)
           
 PortalPage PortalPageService.getPortalPage(JiraServiceContext servceCtx, Long portalPageId)
          Retrieve a given PortalPage by id.
 PortalPage AbstractPortalPageService.getSystemDefaultPortalPage()
           
 PortalPage PortalPageService.getSystemDefaultPortalPage()
          This returns the System Default PortalPage as defined by the JIRA Administrators
 PortalPage AbstractPortalPageService.movePortletConfigurationToPortalPage(JiraServiceContext serviceCtx, PortalPage srcPortalPage, PortalPage targetPortalPage, Long portletConfigId)
           
 PortalPage PortalPageService.movePortletConfigurationToPortalPage(JiraServiceContext serviceCtx, PortalPage srcPortalPage, PortalPage targetPortalPage, Long portletConfigId)
          Move a PortletConfiguration from one PortalPage to another.
 PortalPage AbstractPortalPageService.saveAllPortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage)
           
 PortalPage PortalPageService.saveAllPortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage)
          This can be called to save the PortletConfiguration objects inside a PortalPage object to the underlying database store.
 PortalPage AbstractPortalPageService.savePortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
           
 PortalPage PortalPageService.savePortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
          Save a specific PortletConfiguration inside the passed PortalPage to a database store.
 PortalPage AbstractPortalPageService.updatePortalPage(JiraServiceContext serviceCtx, PortalPage portalPage)
           
 PortalPage PortalPageService.updatePortalPage(JiraServiceContext serviceCtx, PortalPage portalPage)
          Updates the specified PortalPage in the database
 PortalPage AbstractPortalPageService.updatePortalPage(JiraServiceContext serviceCtx, PortalPage portalPage, boolean isFavourite)
           
 PortalPage PortalPageService.updatePortalPage(JiraServiceContext serviceCtx, PortalPage portalPage, boolean isFavourite)
          Updates the specified PortalPage in the database
 

Methods in com.atlassian.jira.bc.portal with parameters of type PortalPage
 PortletConfiguration AbstractPortalPageService.addPortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, String portletKey, int suggestedColumn, int suggestedRow)
           
 PortletConfiguration PortalPageService.addPortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, String portletKey, int suggestedColumn, int suggestedRow)
          Adds a Portlet to the PortalPage and returns the [@link PortletConfiguration} that represents the newly added configuration.
protected  boolean StandardPortalPageSevice.canClonePortalPage(PortalPage pageToClone)
          ON STANDARD JIRA we only return NON NULL if the clonePortalPageId is the System Default PortalPage
protected abstract  boolean AbstractPortalPageService.canClonePortalPage(PortalPage pageToClone)
          This is expected to return a PortalPage IF the specified id is a valid PortalPage to clone.
protected  boolean ProfessionalPortalPageService.canClonePortalPage(PortalPage pageToClone)
           
 PortalPage AbstractPortalPageService.copyPortletConfigurationInPortalPage(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
           
 PortalPage PortalPageService.copyPortletConfigurationInPortalPage(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
          Make a new copy of a PortletConfiguration on a PortalPage.
 PortalPage AbstractPortalPageService.createPortalPage(JiraServiceContext serviceCtx, PortalPage portalPage)
           
 PortalPage PortalPageService.createPortalPage(JiraServiceContext serviceCtx, PortalPage portalPage)
          Called to create and store the specified portalPage into the database.
 PortalPage AbstractPortalPageService.createPortalPage(JiraServiceContext serviceCtx, PortalPage portalPage, boolean isFavourite)
           
 PortalPage PortalPageService.createPortalPage(JiraServiceContext serviceCtx, PortalPage portalPage, boolean isFavourite)
          Called to create and store the specified portalPage into the database.
 PortalPage AbstractPortalPageService.createPortalPageByClone(JiraServiceContext serviceCtx, PortalPage portalPage, Long clonePortalPageId)
           
 PortalPage PortalPageService.createPortalPageByClone(JiraServiceContext serviceCtx, PortalPage portalPage, Long clonePortalPageId)
          Called to create and store the specified portalPage into the database by cloning its Portlet content from an existing PortalPage object.
 PortalPage AbstractPortalPageService.createPortalPageByClone(JiraServiceContext serviceCtx, PortalPage portalPage, Long clonePortalPageId, boolean isFavourite)
           
 PortalPage PortalPageService.createPortalPageByClone(JiraServiceContext serviceCtx, PortalPage portalPage, Long clonePortalPageId, boolean isFavourite)
          Called to create and store the specified portalPage into the database by cloning its Portlet content from an existing PortalPage object.
 PortalPage AbstractPortalPageService.deletePortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
           
 PortalPage PortalPageService.deletePortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
          This can be called to delete a specific PortletConfiguration object by id inside a PortalPage object from the underlying database store.
 boolean AbstractPortalPageService.isFavourite(User user, PortalPage portalPage)
           
 boolean PortalPageService.isFavourite(User user, PortalPage portalPage)
          Is the passed PortalPage a favourite of the passed User.
 PortalPage AbstractPortalPageService.movePortletConfigurationToPortalPage(JiraServiceContext serviceCtx, PortalPage srcPortalPage, PortalPage targetPortalPage, Long portletConfigId)
           
 PortalPage PortalPageService.movePortletConfigurationToPortalPage(JiraServiceContext serviceCtx, PortalPage srcPortalPage, PortalPage targetPortalPage, Long portletConfigId)
          Move a PortletConfiguration from one PortalPage to another.
 PortalPage AbstractPortalPageService.saveAllPortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage)
           
 PortalPage PortalPageService.saveAllPortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage)
          This can be called to save the PortletConfiguration objects inside a PortalPage object to the underlying database store.
 PortalPage AbstractPortalPageService.savePortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
           
 PortalPage PortalPageService.savePortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
          Save a specific PortletConfiguration inside the passed PortalPage to a database store.
 PortalPage AbstractPortalPageService.updatePortalPage(JiraServiceContext serviceCtx, PortalPage portalPage)
           
 PortalPage PortalPageService.updatePortalPage(JiraServiceContext serviceCtx, PortalPage portalPage)
          Updates the specified PortalPage in the database
 PortalPage AbstractPortalPageService.updatePortalPage(JiraServiceContext serviceCtx, PortalPage portalPage, boolean isFavourite)
           
 PortalPage PortalPageService.updatePortalPage(JiraServiceContext serviceCtx, PortalPage portalPage, boolean isFavourite)
          Updates the specified PortalPage in the database
 boolean AbstractPortalPageService.validateForAddPortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, String portletKey, int suggestedColumn, int suggestedRow)
           
 boolean PortalPageService.validateForAddPortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, String portletKey, int suggestedColumn, int suggestedRow)
          Called to validate that a Portlet can be added to the PortalPage
 boolean AbstractPortalPageService.validateForCopyPortletConfigurationInPortalPage(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
           
 boolean PortalPageService.validateForCopyPortletConfigurationInPortalPage(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
          Check that it is possible to copy the PortletConfiguration on the passed PortalPage.
 boolean AbstractPortalPageService.validateForCreate(JiraServiceContext serviceCtx, PortalPage portalPage)
           
 boolean PortalPageService.validateForCreate(JiraServiceContext serviceCtx, PortalPage portalPage)
          Called to validate that the PortalPage object is in a valid state for creation.
 boolean AbstractPortalPageService.validateForCreatePortalPageByClone(JiraServiceContext serviceCtx, PortalPage portalPage, Long clonePortalPageId)
           
 boolean PortalPageService.validateForCreatePortalPageByClone(JiraServiceContext serviceCtx, PortalPage portalPage, Long clonePortalPageId)
          Called to validate that a new PortalPage can be created by cloning its Portlet content from an existing PortalPage object.
 boolean AbstractPortalPageService.validateForDeletePortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
           
 boolean PortalPageService.validateForDeletePortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
          Make sure that the user can delete identified PortletConfiguration object from the inside of the PortalPage.
 boolean AbstractPortalPageService.validateForMovePortletConfigurationToPortalPage(JiraServiceContext serviceCtx, PortalPage srcPortalPage, PortalPage targetPortalPage, Long portletConfigId)
           
 boolean PortalPageService.validateForMovePortletConfigurationToPortalPage(JiraServiceContext serviceCtx, PortalPage srcPortalPage, PortalPage targetPortalPage, Long portletConfigId)
          Check that it is possible to move a PortletConfiguration from one PortalPage to another.
 boolean AbstractPortalPageService.validateForSaveAllPortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage)
           
 boolean PortalPageService.validateForSaveAllPortalPagePortletConfiguration(JiraServiceContext jiraServiceContext, PortalPage portalPage)
          Make sure that the user can save all the PortletConfiguration inside the PortalPage.
 boolean AbstractPortalPageService.validateForSavePortalPagePortletConfiguration(JiraServiceContext serviceCtx, PortalPage portalPage, Long portletConfigId)
           
 boolean PortalPageService.validateForSavePortalPagePortletConfiguration(JiraServiceContext jiraServiceContext, PortalPage portalPage, Long portletConfigId)
          Make sure that the user can save a specific PortletConfiguration inside the passed PortalPage.
 boolean AbstractPortalPageService.validateForUpdate(JiraServiceContext serviceCtx, PortalPage portalPage)
           
 boolean PortalPageService.validateForUpdate(JiraServiceContext serviceCtx, PortalPage portalPage)
          Called to validate that the PortalPage can be be updated
 

Uses of PortalPage in com.atlassian.jira.portal
 

Classes in com.atlassian.jira.portal that implement PortalPage
 class AbstractPortalPageImpl
           
 class DefaultPortalPageImpl
          Represents the system portal page.
 class PortalPageImpl
          Represents a portal page that can be edited.
 

Methods in com.atlassian.jira.portal that return PortalPage
 PortalPage CachingPortalPageStore.adjustFavouriteCount(SharedEntity portalPage, int incrementValue)
           
 PortalPage PortalPageStore.adjustFavouriteCount(SharedEntity portalPage, int incrementValue)
          Updates the favourite count of the PortalPage in the database.
 PortalPage OfBizPortalPageStore.adjustFavouriteCount(SharedEntity portalPage, int incrementValue)
           
 PortalPage DefaultPortalPageImpl.copy()
           
 PortalPage PortalPage.copy()
          Create a copy of the current portal page.
 PortalPage PortalPageImpl.copy()
           
 PortalPage PortalPageManager.copyPortletConfigurationInPortalPage(PortalPage portalPage, Long portletConfigId)
          Make a new copy of a PortletConfiguration on a PortalPage.
 PortalPage DefaultPortalPageManager.copyPortletConfigurationInPortalPage(PortalPage portalPage, Long portletConfigId)
           
 PortalPage PortalPageManager.create(PortalPage portalPage)
          Creates the specified PortalPage in the database
 PortalPage CachingPortalPageStore.create(PortalPage portalPage)
           
 PortalPage DefaultPortalPageManager.create(PortalPage portalPage)
           
 PortalPage PortalPageStore.create(PortalPage portalPage)
          Creates a PortalPage in the database
 PortalPage OfBizPortalPageStore.create(PortalPage portalPage)
           
 PortalPage PortalPageManager.createBasedOnClone(User pageOwner, PortalPage portalPage, PortalPage clonePortalPage)
          Creates a PortalPage in the database by cloning its Portlet content from the specified clonePortalPage
 PortalPage DefaultPortalPageManager.createBasedOnClone(User pageOwner, PortalPage portalPage, PortalPage clonePortalPage)
           
 PortalPage PortalPageManager.deletePortalPagePortletConfiguration(PortalPage portalPage, Long portletConfigId)
          This can be called to delete a specific PortletConfiguration object by id inside a PortalPage object from the underlying database store.
 PortalPage DefaultPortalPageManager.deletePortalPagePortletConfiguration(PortalPage portalPage, Long portletConfigId)
           
 PortalPage CachingPortalPageStore.getPortalPage(Long portalPageId)
           
 PortalPage PortalPageStore.getPortalPage(Long portalPageId)
          Gets the PortalPage with the specified portalPageId
 PortalPage OfBizPortalPageStore.getPortalPage(Long portalPageId)
           
 PortalPage PortalPageManager.getPortalPage(User user, Long portalPageId)
          Returns the PortalPage with the specified portalPageId, IF the user is allowed to see it.
 PortalPage DefaultPortalPageManager.getPortalPage(User user, Long id)
           
 PortalPage PortalPageManager.getPortalPageById(Long portalPageId)
          Gets a PortalPage by id regardless of owner
 PortalPage DefaultPortalPageManager.getPortalPageById(Long portalPageId)
           
 PortalPage PortalPageManager.getPortalPageByName(User owner, String pageName)
          Returns a PortalPage by searching for it by owner and pageName.
 PortalPage DefaultPortalPageManager.getPortalPageByName(User owner, String pageName)
           
 PortalPage CachingPortalPageStore.getPortalPageByOwnerAndName(User owner, String portalPageName)
           
 PortalPage PortalPageStore.getPortalPageByOwnerAndName(User owner, String portalPageName)
          Gets the specified PortalPage that is owned by the User and has the specified portalPageName
 PortalPage OfBizPortalPageStore.getPortalPageByOwnerAndName(User owner, String name)
           
 PortalPage PortalPageManager.getSystemDefaultPortalPage()
          Returns the system default PortalPage.
 PortalPage CachingPortalPageStore.getSystemDefaultPortalPage()
           
 PortalPage DefaultPortalPageManager.getSystemDefaultPortalPage()
           
 PortalPage PortalPageStore.getSystemDefaultPortalPage()
          Goes to the database and fetches the system default dashboard configuration.
 PortalPage OfBizPortalPageStore.getSystemDefaultPortalPage()
           
 PortalPage PortalPageManager.movePortletConfigurationToPortalPage(PortalPage srcPortalPage, PortalPage targetPortalPage, Long portletConfigId)
          Move a PortletConfiguration from one PortalPage to another.
 PortalPage DefaultPortalPageManager.movePortletConfigurationToPortalPage(PortalPage srcPortalPage, PortalPage targetPortalPage, Long portletConfigId)
           
 PortalPage PortalPageManager.saveAllPortalPagePortletConfiguration(PortalPage portalPage)
          This can be called to save the PortletConfiguration objects inside a PortalPage object to the underlying database store.
 PortalPage DefaultPortalPageManager.saveAllPortalPagePortletConfiguration(PortalPage portalPage)
           
 PortalPage PortalPageManager.savePortalPagePortletConfiguration(PortalPage portalPage, Long portletConfigId)
          This can be called to save a PortletConfiguration object inside a PortalPage object to the underlying database store.
 PortalPage DefaultPortalPageManager.savePortalPagePortletConfiguration(PortalPage portalPage, Long portletConfigId)
           
 PortalPage PortalPageManager.update(PortalPage portalPage)
          Updates the specified PortalPage in the database
 PortalPage CachingPortalPageStore.update(PortalPage portalPage)
           
 PortalPage DefaultPortalPageManager.update(PortalPage portalPage)
           
 PortalPage PortalPageStore.update(PortalPage portalPage)
          Updates the PortalPage in the database.
 PortalPage OfBizPortalPageStore.update(PortalPage portalPage)
           
 

Methods in com.atlassian.jira.portal with parameters of type PortalPage
 PortletConfiguration PortalPageManager.addPortalPagePortletConfiguration(PortalPage portalPage, String portletKey, int suggestedColumn, int suggestedRow)
          Adds a Portlet to the PortalPage and returns the [@link PortletConfiguration} that represents the newly added configuration.
 PortletConfiguration DefaultPortalPageManager.addPortalPagePortletConfiguration(PortalPage portalPage, String portletKey, int column, int row)
           
 PortalPage PortalPageManager.copyPortletConfigurationInPortalPage(PortalPage portalPage, Long portletConfigId)
          Make a new copy of a PortletConfiguration on a PortalPage.
 PortalPage DefaultPortalPageManager.copyPortletConfigurationInPortalPage(PortalPage portalPage, Long portletConfigId)
           
 PortalPage PortalPageManager.create(PortalPage portalPage)
          Creates the specified PortalPage in the database
 PortalPage CachingPortalPageStore.create(PortalPage portalPage)
           
 PortalPage DefaultPortalPageManager.create(PortalPage portalPage)
           
 PortalPage PortalPageStore.create(PortalPage portalPage)
          Creates a PortalPage in the database
 PortalPage OfBizPortalPageStore.create(PortalPage portalPage)
           
 PortalPage PortalPageManager.createBasedOnClone(User pageOwner, PortalPage portalPage, PortalPage clonePortalPage)
          Creates a PortalPage in the database by cloning its Portlet content from the specified clonePortalPage
 PortalPage DefaultPortalPageManager.createBasedOnClone(User pageOwner, PortalPage portalPage, PortalPage clonePortalPage)
           
 PortalPage PortalPageManager.deletePortalPagePortletConfiguration(PortalPage portalPage, Long portletConfigId)
          This can be called to delete a specific PortletConfiguration object by id inside a PortalPage object from the underlying database store.
 PortalPage DefaultPortalPageManager.deletePortalPagePortletConfiguration(PortalPage portalPage, Long portletConfigId)
           
 PortalPage PortalPageManager.movePortletConfigurationToPortalPage(PortalPage srcPortalPage, PortalPage targetPortalPage, Long portletConfigId)
          Move a PortletConfiguration from one PortalPage to another.
 PortalPage DefaultPortalPageManager.movePortletConfigurationToPortalPage(PortalPage srcPortalPage, PortalPage targetPortalPage, Long portletConfigId)
           
 PortalPage PortalPageManager.saveAllPortalPagePortletConfiguration(PortalPage portalPage)
          This can be called to save the PortletConfiguration objects inside a PortalPage object to the underlying database store.
 PortalPage DefaultPortalPageManager.saveAllPortalPagePortletConfiguration(PortalPage portalPage)
           
 PortalPage PortalPageManager.savePortalPagePortletConfiguration(PortalPage portalPage, Long portletConfigId)
          This can be called to save a PortletConfiguration object inside a PortalPage object to the underlying database store.
 PortalPage DefaultPortalPageManager.savePortalPagePortletConfiguration(PortalPage portalPage, Long portletConfigId)
           
 PortalPage PortalPageManager.update(PortalPage portalPage)
          Updates the specified PortalPage in the database
 PortalPage CachingPortalPageStore.update(PortalPage portalPage)
           
 PortalPage DefaultPortalPageManager.update(PortalPage portalPage)
           
 PortalPage PortalPageStore.update(PortalPage portalPage)
          Updates the PortalPage in the database.
 PortalPage OfBizPortalPageStore.update(PortalPage portalPage)
           
 

Uses of PortalPage in com.atlassian.jira.web.action
 

Methods in com.atlassian.jira.web.action that return PortalPage
 PortalPage Dashboard.getCurrentPortalPage()
          Return to the caller the PortalPage being rendered.
 

Uses of PortalPage in com.atlassian.jira.web.action.admin
 

Methods in com.atlassian.jira.web.action.admin that return PortalPage
 PortalPage ConfigureDefaultPortal.getPortalPage()
           
protected  PortalPage AddDefaultPortlet.getPortalPage()
           
protected  PortalPage SaveDefaultConfiguration.loadPortalPage()
           
 

Uses of PortalPage in com.atlassian.jira.web.action.portal
 

Methods in com.atlassian.jira.web.action.portal that return PortalPage
protected  PortalPage AbstractConfigurePortal.copyPortlets(JiraServiceContext serviceContext, PortalPage portalPage, Long[] portlets)
           
protected  PortalPage AbstractConfigurePortal.deletePortletConfigurations(JiraServiceContext serviceContext, PortalPage portalPage, Long[] portletConfigIds)
           
protected abstract  PortalPage AbstractAddPortlet.getPortalPage()
           
protected abstract  PortalPage AbstractConfigurePortal.getPortalPage()
           
protected abstract  PortalPage AbstractSaveConfiguration.loadPortalPage()
           
 

Methods in com.atlassian.jira.web.action.portal with parameters of type PortalPage
protected  PortalPage AbstractConfigurePortal.copyPortlets(JiraServiceContext serviceContext, PortalPage portalPage, Long[] portlets)
           
protected  PortalPage AbstractConfigurePortal.deletePortletConfigurations(JiraServiceContext serviceContext, PortalPage portalPage, Long[] portletConfigIds)
           
protected  void AbstractConfigurePortal.savePortalConfig(JiraServiceContext ctx, PortalPage portalPage)
           
 

Uses of PortalPage in com.atlassian.jira.web.action.user
 

Methods in com.atlassian.jira.web.action.user that return PortalPage
 PortalPage ConfigurePortalPages.getCurrentPortalPage()
           
 PortalPage DeletePortlet.getPortalPage()
           
 PortalPage AddPortlet.getPortalPage()
           
 PortalPage ConfigurePortal.getPortalPage()
           
protected  PortalPage SaveConfiguration.loadPortalPage()
           
 

Methods in com.atlassian.jira.web.action.user with parameters of type PortalPage
 String ConfigurePortalPages.getPageName(PortalPage portalPage)
           
 

Uses of PortalPage in com.atlassian.jira.web.action.util
 

Constructors in com.atlassian.jira.web.action.util with parameters of type PortalPage
PortalPageDisplayBean(JiraAuthenticationContext authCtx, PortalPage portalPage, FavouritesService favouriteService, PermissionManager permissionManager, ShareTypeFactory shareTypeFactory, UserFormatManager userFormatManager)
           
 

Uses of PortalPage in com.atlassian.jira.web.action.util.portal
 

Methods in com.atlassian.jira.web.action.util.portal that return PortalPage
 PortalPage PortalPageRetriever.getPortalPage(JiraServiceContext ctx)
          Return the PortalPage a user is currently using.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.