Uses of Interface
ru.slie.luna.project.Project
Packages that use Project
Package
Description
-
Uses of Project in ru.slie.luna.issue
Methods in ru.slie.luna.issue that return ProjectMethods in ru.slie.luna.issue with parameters of type Project -
Uses of Project in ru.slie.luna.issue.field
Method parameters in ru.slie.luna.issue.field with type arguments of type ProjectModifier and TypeMethodDescriptionFieldManager.createContext(IssueField field, String name, String description, List<Project> projects, List<IssueType> issueTypes, Object defaultValue) FieldManager.updateContext(IssueField field, Long contextId, String name, String description, List<Project> projects, List<IssueType> issueTypes, Object defaultValue) -
Uses of Project in ru.slie.luna.issue.statistics
Methods in ru.slie.luna.issue.statistics with parameters of type Project -
Uses of Project in ru.slie.luna.mail.incoming.handler
Methods in ru.slie.luna.mail.incoming.handler with parameters of type Project -
Uses of Project in ru.slie.luna.permission
Methods in ru.slie.luna.permission with parameters of type ProjectModifier and TypeMethodDescriptionbooleanPermissionManager.hasPermission(PermissionKey permissionKey, User user, Project project) -
Uses of Project in ru.slie.luna.project
Methods in ru.slie.luna.project that return ProjectModifier and TypeMethodDescriptionMethods in ru.slie.luna.project that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectManager.find(User user, String term, SearchParams params) ProjectManager.findIgnorePerms(String term, SearchParams params) ProjectManager.getAll()ProjectManager.getByIds(Collection<Long> ids) ProjectManager.getByKeys(Collection<String> keys) ProjectManager.getByNames(Collection<String> names) Methods in ru.slie.luna.project with parameters of type ProjectModifier and TypeMethodDescriptionvoid -
Uses of Project in ru.slie.luna.project.role
Methods in ru.slie.luna.project.role with parameters of type ProjectModifier and TypeMethodDescriptionvoidProjectRoleManager.addGroupsToProject(Project project, ProjectRole role, Collection<Group> groups) voidProjectRoleManager.addUsersToProject(Project project, ProjectRole role, Collection<User> users) voidProjectRoleManager.removeGroupsFromProject(Project project, ProjectRole role, Collection<String> groups) voidProjectRoleManager.removeProjectRole(Project project, ProjectRole role) voidProjectRoleManager.removeUsersFromProject(Project project, ProjectRole role, Collection<User> users) -
Uses of Project in ru.slie.luna.report
Methods in ru.slie.luna.report with parameters of type Project -
Uses of Project in ru.slie.luna.user
Methods in ru.slie.luna.user that return types with arguments of type ProjectMethods in ru.slie.luna.user with parameters of type ProjectModifier and TypeMethodDescriptionUserManager.findAssignableUsers(String term, SearchParams params, Project project)