public class PortalPageRetriever extends Object
Constructor and Description |
---|
PortalPageRetriever(PortalPageService portalPageService,
UserHistoryManager userHistoryManager,
JiraAuthenticationContext authenticationContext) |
PortalPageRetriever(PortalPageService portalPageService,
UserHistoryManager userHistoryManager,
JiraAuthenticationContext authenticationContext,
Long requestedPageId) |
Modifier and Type | Method and Description |
---|---|
Long |
getPageId()
Return the id of the PortalPage a user is currently using.
|
PortalPage |
getPortalPage(JiraServiceContext ctx)
Return the PortalPage a user is currently using.
|
Long |
getRequestedPageId() |
void |
setRequestedPageId(Long requestedPageId) |
public PortalPageRetriever(PortalPageService portalPageService, UserHistoryManager userHistoryManager, JiraAuthenticationContext authenticationContext, Long requestedPageId)
public PortalPageRetriever(PortalPageService portalPageService, UserHistoryManager userHistoryManager, JiraAuthenticationContext authenticationContext)
public Long getPageId()
public Long getRequestedPageId()
public void setRequestedPageId(Long requestedPageId)
public PortalPage getPortalPage(JiraServiceContext ctx)
ctx
- the service context to execute the methodCopyright © 2002-2019 Atlassian. All Rights Reserved.