Uses of Interface
com.deiser.jira.profields.api.layout.Layout
-
Uses of Layout in com.deiser.jira.profields.api.event.model
Modifier and TypeMethodDescriptionProfieldsLayoutAssociatedEvent.getLayout()
ProfieldsLayoutDisassociatedEvent.getLayout()
ProfieldsLayoutUpdatedEvent.getNewLayout()
ProfieldsLayoutUpdatedEvent.getOldLayout()
ModifierConstructorDescriptionProfieldsLayoutAssociatedEvent
(com.atlassian.jira.user.ApplicationUser user, Layout layout, com.atlassian.jira.project.Project project) ProfieldsLayoutDisassociatedEvent
(com.atlassian.jira.user.ApplicationUser user, Layout layout, com.atlassian.jira.project.Project project) ProfieldsLayoutUpdatedEvent
(com.atlassian.jira.user.ApplicationUser user, Layout oldLayout, Layout newLayout) -
Uses of Layout in com.deiser.jira.profields.api.layout
Modifier and TypeMethodDescriptionLayoutService.create
(LayoutBuilder layoutBuilder) Create the layout.Get the layout by id.Get the layout by name.LayoutService.getByProject
(com.atlassian.jira.project.Project project) Get the layout of the project.LayoutService.getDefault
(com.atlassian.jira.project.type.ProjectType projectType) Return the default layout for a project typeLayoutService.getDefaultEmptyLayout()
Return the default empty layoutModifier and TypeMethodDescriptionvoid
LayoutService.associateToProject
(Layout layout, Long projectId) Associate a layout to a project.void
Delete the layout.void
LayoutService.disassociateToProject
(Layout layout, Long projectId) Disassociate a layout from a project.List<com.atlassian.jira.project.Project>
LayoutService.getProjects
(Layout layout) Get the list of projects that have the layout.List<com.atlassian.jira.project.Project>
LayoutService.getProjectsWithPredefinedLayout
(Layout layout) Get the list of projects that have the layout.LayoutService.getSectionViewBuildersFrom
(Layout layout) Get all section view builders from layoutList<com.atlassian.jira.project.Project>
LayoutService.getUnassociatedProjects
(Layout layout) Get the list of projects those don't have this associated layout.void
LayoutService.setDefault
(com.atlassian.jira.project.type.ProjectType projectType, Layout layout) Set the default layout for a project typevoid
Update the layout.