Uses of Interface
com.atlassian.servicedesk.api.portal.Portal
Packages that use Portal
Package
Description
com.atlassian.servicedesk:jira-servicedesk-api
-
Uses of Portal in com.atlassian.servicedesk.api
Methods in com.atlassian.servicedesk.api with parameters of type PortalModifier 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
Methods in com.atlassian.servicedesk.api.portal that return PortalModifier 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
.Methods in com.atlassian.servicedesk.api.portal that return types with arguments of type PortalModifier 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