Package | Description |
---|---|
com.atlassian.servicedesk.api |
com.atlassian.servicedesk:jira-servicedesk-api
|
com.atlassian.servicedesk.api.portal |
Modifier and Type | Method and Description |
---|---|
ServiceDesk |
ServiceDeskService.getServiceDeskForPortal(com.atlassian.jira.user.ApplicationUser user,
Portal portal)
Returns the
ServiceDesk associated with the given Portal |
ServiceDesk |
ServiceDeskManager.getServiceDeskForPortal(Portal portal)
Returns the
ServiceDesk associated with the given Portal |
Modifier and Type | Method and Description |
---|---|
Portal |
PortalService.getPortalForId(com.atlassian.jira.user.ApplicationUser user,
int portalId)
Returns the
Portal associated with the given portal id. |
Portal |
PortalManager.getPortalForId(int portalId)
Returns the
Portal associated with the given portal id. |
Portal |
PortalService.getPortalForProject(com.atlassian.jira.user.ApplicationUser user,
com.atlassian.jira.project.Project project)
Returns the
Portal associated with the given Project . |
Portal |
PortalManager.getPortalForProject(com.atlassian.jira.project.Project project)
Returns
Portal associated with the given Project . |
Portal |
PortalService.getPortalForServiceDesk(com.atlassian.jira.user.ApplicationUser user,
ServiceDesk serviceDesk)
Returns the
Portal associated with the given ServiceDesk . |
Portal |
PortalManager.getPortalForServiceDesk(ServiceDesk serviceDesk)
Returns the
Portal associated with the given ServiceDesk . |
Modifier and Type | Method and Description |
---|---|
PagedResponse<Portal> |
PortalService.getPortals(com.atlassian.jira.user.ApplicationUser user,
PagedRequest pagedRequest)
Return a
PagedResponse of all of the portals |
PagedResponse<Portal> |
PortalManager.getPortals(PagedRequest pagedRequest)
Return a
PagedResponse of all of the portals |
Copyright © 2023 Atlassian. All rights reserved.