Uses of Interface
com.atlassian.servicedesk.api.portal.Portal
Package
Description
com.atlassian.servicedesk:jira-servicedesk-api
-
Uses of Portal in com.atlassian.servicedesk.api
Modifier and TypeMethodDescriptionServiceDeskManager.getServiceDeskForPortal
(Portal portal) Returns theServiceDesk
associated with the givenPortal
ServiceDeskService.getServiceDeskForPortal
(com.atlassian.jira.user.ApplicationUser user, Portal portal) Returns theServiceDesk
associated with the givenPortal
-
Uses of Portal in com.atlassian.servicedesk.api.portal
Modifier and TypeMethodDescriptionPortalManager.getPortalForId
(int portalId) Returns thePortal
associated with the given portal id.PortalService.getPortalForId
(com.atlassian.jira.user.ApplicationUser user, int portalId) Returns thePortal
associated with the given portal id.PortalManager.getPortalForProject
(com.atlassian.jira.project.Project project) ReturnsPortal
associated with the givenProject
.PortalService.getPortalForProject
(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.project.Project project) Returns thePortal
associated with the givenProject
.PortalManager.getPortalForServiceDesk
(ServiceDesk serviceDesk) Returns thePortal
associated with the givenServiceDesk
.PortalService.getPortalForServiceDesk
(com.atlassian.jira.user.ApplicationUser user, ServiceDesk serviceDesk) Returns thePortal
associated with the givenServiceDesk
.Modifier and TypeMethodDescriptionPortalManager.getPortals
(PagedRequest pagedRequest) Return aPagedResponse
of all of the portalsPortalService.getPortals
(com.atlassian.jira.user.ApplicationUser user, PagedRequest pagedRequest) Return aPagedResponse
of all of the portals