Modifier and Type | Field and Description |
---|---|
static EntityFactory<ProjectCategory> |
Entity.PROJECT_CATEGORY |
Modifier and Type | Method and Description |
---|---|
ProjectCategory |
ProjectCategoryFactory.Builder.build() |
ProjectCategory |
ProjectCategoryFactory.build(org.ofbiz.core.entity.GenericValue genericValue) |
Modifier and Type | Method and Description |
---|---|
FieldMap |
ProjectCategoryFactory.fieldMapFrom(ProjectCategory value) |
Modifier and Type | Method and Description |
---|---|
ProjectCategory |
ProjectCategoryUpdateEvent.getNewProjectCategory() |
ProjectCategory |
ProjectCategoryChangeEvent.getNewProjectCategory() |
ProjectCategory |
ProjectCategoryUpdateEvent.getOldProjectCategory() |
ProjectCategory |
ProjectCategoryChangeEvent.getOldProjectCategory() |
Modifier and Type | Method and Description |
---|---|
ProjectCategoryChangeEvent.Builder |
ProjectCategoryChangeEvent.Builder.addNewCategory(ProjectCategory projectCategory) |
ProjectCategoryChangeEvent.Builder |
ProjectCategoryChangeEvent.Builder.addOldCategory(ProjectCategory projectCategory) |
Constructor and Description |
---|
ProjectCategoryUpdateEvent(ProjectCategory oldProjectCategory,
ProjectCategory newProjectCategory) |
Modifier and Type | Method and Description |
---|---|
static ProjectCategoryJsonBean |
ProjectCategoryJsonBean.bean(ProjectCategory projectCategoryObject,
JiraBaseUrls urls) |
Modifier and Type | Method and Description |
---|---|
ProjectCategory |
ProjectCategoryResolver.getProjectCategory(QueryLiteral literal) |
Modifier and Type | Method and Description |
---|---|
ProjectCategory |
MockProjectManager.createProjectCategory(String name,
String description) |
ProjectCategory |
MockProjectManager.getProjectCategory(Long id) |
ProjectCategory |
MockProjectManager.getProjectCategoryForProject(Project project) |
ProjectCategory |
MockProjectManager.getProjectCategoryObject(Long id) |
Modifier and Type | Method and Description |
---|---|
Collection<ProjectCategory> |
MockProjectManager.getAllProjectCategories() |
Modifier and Type | Method and Description |
---|---|
Collection<Project> |
MockProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory) |
void |
MockProjectManager.setProjectCategory(Project project,
ProjectCategory category) |
void |
MockProjectManager.updateProjectCategory(ProjectCategory projectCategory) |
Modifier and Type | Method and Description |
---|---|
ProjectCategoryBean |
ProjectCategoryBeanFactory.createBean(ProjectCategory projectCategory) |
Modifier and Type | Class and Description |
---|---|
class |
ProjectCategoryImpl
Immutable implementation of ProjectCategory
|
Modifier and Type | Method and Description |
---|---|
Collection<ProjectCategory> |
CachingProjectManager.getAllProjectCategories() |
List<ProjectCategory> |
ProjectCategoryStore.getAllProjectCategories()
Returns all ProjectCategories, ordered by name.
|
List<ProjectCategory> |
ProjectCategoryStoreImpl.getAllProjectCategories() |
List<ProjectCategory> |
DefaultProjectManager.getAllProjectCategories() |
Collection<ProjectCategory> |
ProjectManager.getAllProjectCategories()
Returns all ProjectCategories, ordered by name.
|
Collection<ProjectCategory> |
ProjectCache.getProjectCategories() |
Modifier and Type | Method and Description |
---|---|
Collection<Project> |
CachingProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory) |
Collection<Project> |
DefaultProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory) |
Collection<Project> |
ProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory)
Returns a list of projects in a particular category.
|
void |
MockProject.setProjectCategory(ProjectCategory projectCategory) |
void |
CachingProjectManager.setProjectCategory(Project project,
ProjectCategory category) |
void |
DefaultProjectManager.setProjectCategory(Project project,
ProjectCategory projectCategory) |
void |
ProjectManager.setProjectCategory(Project project,
ProjectCategory category)
Sets a project's category.
|
void |
CachingProjectManager.updateProjectCategory(ProjectCategory projectCategory) |
void |
ProjectCategoryStore.updateProjectCategory(ProjectCategory projectCategory) |
void |
ProjectCategoryStoreImpl.updateProjectCategory(ProjectCategory projectCategory) |
void |
DefaultProjectManager.updateProjectCategory(ProjectCategory projectCategory) |
void |
ProjectManager.updateProjectCategory(ProjectCategory projectCategory)
Persist an updated project category.
|
Modifier and Type | Method and Description |
---|---|
ProjectCategory |
SimpleProject.getProjectCategory() |
Constructor and Description |
---|
ProjectCategoryBean(ProjectCategory projectCategory,
URI self) |
Modifier and Type | Method and Description |
---|---|
Collection<Project> |
DefaultInternalProjectPermissionHelper.getBrowsableProjectsInCategory(ApplicationUser user,
ProjectCategory projectCategory) |
Collection<Project> |
InternalProjectPermissionHelper.getBrowsableProjectsInCategory(ApplicationUser user,
ProjectCategory projectCategory)
Gets the list of projects from a given category that should be visible for the user based on 'BROWSE_PROJECTS' permission checks.
|
Collection<Project> |
ApplicationRequiredPermissionManager.getProjects(int permissionId,
ApplicationUser user,
ProjectCategory projectCategory)
Deprecated.
|
Collection<Project> |
SubvertedPermissionManager.getProjects(int permissionId,
ApplicationUser user,
ProjectCategory projectCategory) |
Collection<Project> |
DefaultPermissionManager.getProjects(int permissionId,
ApplicationUser user,
ProjectCategory projectCategory) |
Collection<Project> |
PublicAccessPermissionManager.getProjects(int permissionId,
ApplicationUser user,
ProjectCategory projectCategory)
Deprecated.
|
Collection<Project> |
PermissionManager.getProjects(int permissionId,
ApplicationUser user,
ProjectCategory projectCategory)
Deprecated.
Use
PermissionManager.getProjects(ProjectPermissionKey, ApplicationUser, ProjectCategory) instead. Since v6.3. |
Collection<Project> |
ApplicationRequiredPermissionManager.getProjects(ProjectPermissionKey permissionKey,
ApplicationUser user,
ProjectCategory projectCategory) |
Collection<Project> |
SubvertedPermissionManager.getProjects(ProjectPermissionKey permissionKey,
ApplicationUser user,
ProjectCategory projectCategory) |
Collection<Project> |
DefaultPermissionManager.getProjects(ProjectPermissionKey permissionKey,
ApplicationUser user,
ProjectCategory projectCategory) |
Collection<Project> |
PublicAccessPermissionManager.getProjects(ProjectPermissionKey permissionKey,
ApplicationUser user,
ProjectCategory projectCategory) |
Collection<Project> |
PermissionManager.getProjects(ProjectPermissionKey permissionKey,
ApplicationUser user,
ProjectCategory projectCategory)
Returns the list of projects associated with the specified category, that this user has the permissions for.
|
Modifier and Type | Method and Description |
---|---|
Collection<ProjectCategory> |
ViewUserProjectRoles.getAllProjectCategories() |
Map<ProjectCategory,List<Project>> |
ViewUserProjectRoles.getVisibleProjectsByCategory() |
Modifier and Type | Method and Description |
---|---|
Collection<Project> |
ViewUserProjectRoles.getAllProjectsForCategory(ProjectCategory projectCategory) |
boolean |
EditUserProjectRoles.isAllProjectsInCategoryVisible(ProjectCategory projectCategory) |
Constructor and Description |
---|
ProjectBean(String key,
String name,
Long id,
boolean hasDefaultAvatar,
ApplicationUser lead,
ProjectCategory projectCategory,
boolean recent,
String url,
ProjectTypeKey projectTypeKey) |
ProjectCategoryBean(ProjectCategory category) |
Modifier and Type | Method and Description |
---|---|
Collection<ProjectCategory> |
FilterPickerPopup.getCategories() |
Modifier and Type | Method and Description |
---|---|
Collection<Project> |
FilterPickerPopup.getProjectsInCategory(ProjectCategory projectCategory) |
Modifier and Type | Method and Description |
---|---|
Collection<ProjectCategory> |
SelectProjectCategory.getProjectCategories() |
Collection<ProjectCategory> |
EditProject.getProjectCategories() |
Copyright © 2002-2022 Atlassian. All Rights Reserved.