|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of XProject in com.atlassian.greenhopper.customfield.backlog |
---|
Methods in com.atlassian.greenhopper.customfield.backlog with parameters of type XProject | |
---|---|
protected java.util.Set<com.atlassian.jira.jql.context.ProjectIssueTypeContext> |
BacklogClauseContextFactory.getContextsForXProject(com.opensymphony.user.User searcher,
XProject xproject)
Custom implementation for getContextsForProject. |
Uses of XProject in com.atlassian.greenhopper.model |
---|
Methods in com.atlassian.greenhopper.model that return XProject | |
---|---|
XProject |
Backlog.getXProject()
|
Methods in com.atlassian.greenhopper.model with parameters of type XProject | |
---|---|
int |
XProject.compareTo(XProject that)
The natural sorting order of a XProject is by name |
void |
Backlog.setXProject(XProject xproject)
|
Uses of XProject in com.atlassian.greenhopper.service |
---|
Methods in com.atlassian.greenhopper.service with parameters of type XProject | |
---|---|
void |
JqlQueryServiceImpl.addAllOpenBacklogsClause(com.atlassian.jira.jql.builder.JqlQueryBuilder queryBuilder,
com.opensymphony.user.User user,
XProject xproject,
JqlQueryServiceImpl.PrettyQuery prettyQuery)
|
void |
JqlQueryService.addAllOpenBacklogsClause(com.atlassian.jira.jql.builder.JqlQueryBuilder queryBuilder,
com.opensymphony.user.User user,
XProject xproject,
JqlQueryServiceImpl.PrettyQuery prettyQuery)
|
void |
JqlQueryServiceImpl.addAllOpenBacklogsClauseNoSecurity(com.atlassian.jira.jql.builder.JqlQueryBuilder queryBuilder,
XProject xproject)
|
void |
JqlQueryService.addAllOpenBacklogsClauseNoSecurity(com.atlassian.jira.jql.builder.JqlQueryBuilder queryBuilder,
XProject xproject)
|
void |
JqlQueryServiceImpl.addNotArchivedBacklogClause(com.atlassian.jira.jql.builder.JqlQueryBuilder queryBuilder,
com.opensymphony.user.User user,
XProject xproject)
|
void |
JqlQueryService.addNotArchivedBacklogClause(com.atlassian.jira.jql.builder.JqlQueryBuilder queryBuilder,
com.opensymphony.user.User user,
XProject xproject)
all backlogs in the archived state should be ignored. |
void |
JqlQueryServiceImpl.addXProjectClause(com.atlassian.jira.jql.builder.JqlQueryBuilder queryBuilder,
XProject xproject)
|
void |
JqlQueryService.addXProjectClause(com.atlassian.jira.jql.builder.JqlQueryBuilder queryBuilder,
XProject xproject)
|
void |
JqlQueryServiceImpl.addXProjectClause(com.atlassian.jira.jql.builder.JqlQueryBuilder queryBuilder,
XProject xproject,
JqlQueryServiceImpl.PrettyQuery prettyQuery)
|
void |
JqlQueryService.addXProjectClause(com.atlassian.jira.jql.builder.JqlQueryBuilder queryBuilder,
XProject xproject,
JqlQueryServiceImpl.PrettyQuery prettyQuery)
|
com.atlassian.jira.jql.builder.JqlQueryBuilder |
JqlQueryServiceImpl.applyQuickFilters(com.atlassian.jira.jql.builder.JqlQueryBuilder queryBuilder,
IssueListData listData,
com.opensymphony.user.User user,
XProject xproject)
|
com.atlassian.jira.jql.builder.JqlQueryBuilder |
JqlQueryService.applyQuickFilters(com.atlassian.jira.jql.builder.JqlQueryBuilder queryBuilder,
IssueListData listData,
com.opensymphony.user.User user,
XProject xproject)
Applies the quick filters for the issue view. |
com.atlassian.query.clause.Clause |
JqlQueryServiceImpl.getXProjectClause(XProject xproject)
Builds the XProject query clause for the passed XProject |
com.atlassian.query.clause.Clause |
JqlQueryService.getXProjectClause(XProject xproject)
|
boolean |
PermissionServiceImpl.hasPermission(com.opensymphony.user.User user,
XProject xproject,
int permission,
boolean mustMatchAllProjects)
Has the user a certain right for a given XProject |
boolean |
PermissionService.hasPermission(com.opensymphony.user.User user,
XProject xproject,
int permission,
boolean mustMatchAllProjects)
Has the user a certain right for a given XProject. |
Uses of XProject in com.atlassian.greenhopper.service.backlog |
---|
Methods in com.atlassian.greenhopper.service.backlog with parameters of type XProject | |
---|---|
void |
BacklogService.createUnscheduled(XProject xproject)
Creates the unscheduled backlog for given xproject. |
void |
BacklogServiceImpl.createUnscheduled(XProject xproject)
|
void |
BacklogDao.deleteAll(XProject xproject)
Delete all records for an XProject . |
java.util.SortedSet<Backlog> |
BacklogDao.findBy(XProject xproject)
|
java.util.SortedSet<Backlog> |
BacklogDao.findBy(XProject xproject,
Backlog.Status... statuses)
|
java.util.SortedSet<Backlog> |
BacklogDao.findBy(XProject xproject,
Backlog.Type type)
|
java.util.SortedSet<Backlog> |
BacklogService.getBacklogs(com.opensymphony.user.User user,
XProject xproject,
Backlog.Status... statuses)
Get all backlogs for a XProject. |
java.util.SortedSet<Backlog> |
BacklogServiceImpl.getBacklogs(com.opensymphony.user.User user,
XProject xproject,
Backlog.Status... statuses)
|
java.util.List<Backlog> |
BacklogService.getSortedBacklogs(com.opensymphony.user.User user,
XProject xproject,
Backlog.Status... statuses)
Get all backlogs for a XProject, sorted respecting the hierarchy order. |
java.util.List<Backlog> |
BacklogServiceImpl.getSortedBacklogs(com.opensymphony.user.User user,
XProject xproject,
Backlog.Status... statuses)
|
java.util.List<Backlog> |
BacklogService.getSortedOpenBacklogs(com.opensymphony.user.User user,
XProject xproject)
Get all backlogs for a XProject, sorted respecting the hierarchy order. |
java.util.List<Backlog> |
BacklogServiceImpl.getSortedOpenBacklogs(com.opensymphony.user.User user,
XProject xproject)
|
Backlog |
BacklogService.getUnscheduled(com.opensymphony.user.User user,
XProject xproject)
Gets the "Unscheduled" default backlog for a XProject. |
Backlog |
BacklogServiceImpl.getUnscheduled(com.opensymphony.user.User user,
XProject xproject)
|
Backlog |
BacklogDao.getUnscheduled(XProject xproject)
|
void |
BacklogHierarchyDao.removeAll(XProject xproject)
Removes all hierarchy information for the given xproject. |
void |
BacklogCustomFieldService.repair(XProject xproject)
Repairs the passed in xproject by associating all non-associated issues with the provide unscheduled backlog. |
void |
BacklogCustomFieldServiceImpl.repair(XProject xproject)
Repairs the passed in xproject by associating all non-associated issues with the provide unscheduled backlog. |
void |
BacklogCustomFieldService.repair(XProject xproject,
com.atlassian.jira.issue.Issue issue)
Repairs the passed in issue by associating it with the unscheduled backlog of the given xproject |
void |
BacklogCustomFieldServiceImpl.repair(XProject xproject,
com.atlassian.jira.issue.Issue issue)
This is a singular operation on one issue. |
Uses of XProject in com.atlassian.greenhopper.service.charts |
---|
Methods in com.atlassian.greenhopper.service.charts that return XProject | |
---|---|
XProject |
BacklogHourBurndownSpan.getXProject()
|
Methods in com.atlassian.greenhopper.service.charts with parameters of type XProject | |
---|---|
void |
BacklogHourBurndownSpan.setXProject(XProject xproject)
|
Constructors in com.atlassian.greenhopper.service.charts with parameters of type XProject | |
---|---|
BacklogHourBurndownSpanMapper(XProject xproject,
Context2 context,
BacklogService backlogService,
BacklogHierarchyService backlogHierarchyService,
JqlQueryService jqlQueryService)
|
Uses of XProject in com.atlassian.greenhopper.service.configuration |
---|
Methods in com.atlassian.greenhopper.service.configuration with parameters of type XProject | |
---|---|
boolean |
UserBoardSettingsServiceImpl.getAssignToMeQuickFilter(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition)
|
boolean |
UserBoardSettingsService.getAssignToMeQuickFilter(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition)
|
CardDisplay |
UserBoardSettingsServiceImpl.getCardDisplay(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
UserBoardSettings userBoardSettings)
|
CardDisplay |
UserBoardSettingsService.getCardDisplay(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
UserBoardSettings userBoardSettings)
Get the currently configured card display setting. |
ProjectConfiguration |
ConfigurationService.getConfiguration(com.opensymphony.user.User user,
XProject xproject)
Get a configuration object for a given xproject. |
ProjectConfiguration |
ConfigurationServiceImpl.getConfiguration(com.opensymphony.user.User user,
XProject xproject)
|
boolean |
UserBoardSettingsServiceImpl.getDoneQuickFilter(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition)
|
boolean |
UserBoardSettingsService.getDoneQuickFilter(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition)
|
boolean |
UserBoardSettingsServiceImpl.getHideSubTaskQuickFilter(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition)
|
boolean |
UserBoardSettingsService.getHideSubTaskQuickFilter(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition)
|
int |
UserBoardsPreferencesServiceImpl.getHighLightOpacity(com.opensymphony.user.User user,
XProject xproject)
|
int |
UserBoardsPreferencesService.getHighLightOpacity(com.opensymphony.user.User user,
XProject xproject)
Returns the user configured opacity for non-highlighted issues |
boolean |
UserBoardSettingsServiceImpl.getPendingOnlyQuickFilter(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition)
|
boolean |
UserBoardSettingsService.getPendingOnlyQuickFilter(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition)
|
UserBoardsPreferences |
UserBoardsPreferencesServiceImpl.getPreferences(com.opensymphony.user.User user,
XProject xproject)
|
UserBoardsPreferences |
UserBoardsPreferencesService.getPreferences(com.opensymphony.user.User user,
XProject xproject)
Get the UserBoardsPreferences object for a given user and xproject |
PrintPreferencesModel |
UserBoardsPreferencesServiceImpl.getPrintPreferences(com.opensymphony.user.User user,
XProject xproject)
|
PrintPreferencesModel |
UserBoardsPreferencesService.getPrintPreferences(com.opensymphony.user.User user,
XProject xproject)
Gets the boolean value for the printProjectName |
java.lang.String |
UserBoardSettingsServiceImpl.getSelectedAssignee(com.opensymphony.user.User user,
XProject xproject)
|
java.lang.String |
UserBoardSettingsService.getSelectedAssignee(com.opensymphony.user.User user,
XProject xproject)
|
java.lang.Long |
UserBoardSettingsServiceImpl.getSelectedBacklog(com.opensymphony.user.User user,
XProject xproject)
|
java.lang.Long |
UserBoardSettingsService.getSelectedBacklog(com.opensymphony.user.User user,
XProject xproject)
|
java.lang.Long |
UserBoardSettingsServiceImpl.getSelectedComponentId(com.opensymphony.user.User user,
XProject xproject)
|
java.lang.Long |
UserBoardSettingsService.getSelectedComponentId(com.opensymphony.user.User user,
XProject xproject)
|
java.lang.String |
UserBoardSettingsServiceImpl.getSelectedPlanningView(com.opensymphony.user.User user,
XProject xproject)
|
java.lang.String |
UserBoardSettingsService.getSelectedPlanningView(com.opensymphony.user.User user,
XProject xproject)
|
java.lang.Long |
UserBoardSettingsServiceImpl.getSelectedVersion(com.opensymphony.user.User user,
XProject xproject)
|
java.lang.Long |
UserBoardSettingsService.getSelectedVersion(com.opensymphony.user.User user,
XProject xproject)
|
boolean |
UserBoardSettingsServiceImpl.getShowLegend(com.opensymphony.user.User user,
XProject xproject)
|
boolean |
UserBoardSettingsService.getShowLegend(com.opensymphony.user.User user,
XProject xproject)
|
UserBoardSettings |
UserBoardSettingsServiceImpl.getUserBoardSettings(com.opensymphony.user.User user,
XProject xproject)
|
UserBoardSettings |
UserBoardSettingsService.getUserBoardSettings(com.opensymphony.user.User user,
XProject xproject)
|
boolean |
UserBoardsPreferencesServiceImpl.isBGColored(com.opensymphony.user.User user,
XProject xproject)
|
boolean |
UserBoardsPreferencesService.isBGColored(com.opensymphony.user.User user,
XProject xproject)
Returns true if the card backgrounds are coloured |
void |
UserBoardSettingsServiceImpl.setCardDisplay(ErrorCollection errorCollection,
com.opensymphony.user.User user,
XProject xProject,
ViewDefinition view,
CardDisplay cardDisplay,
UserBoardSettings userBoardSettings)
We keep user and xproject here in the API, even though they're not currently used. |
void |
UserBoardSettingsService.setCardDisplay(ErrorCollection errorCollection,
com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
CardDisplay cardDisplay,
UserBoardSettings userBoardSettings)
Change the card display for the given view. |
void |
UserBoardsPreferencesServiceImpl.setPrintPreferences(com.opensymphony.user.User user,
XProject xproject,
PrintPreferencesModel value)
|
void |
UserBoardsPreferencesService.setPrintPreferences(com.opensymphony.user.User user,
XProject xproject,
PrintPreferencesModel value)
Sets the boolean for printProjectName |
void |
UserBoardSettingsServiceImpl.setSelectedAssignee(com.opensymphony.user.User user,
XProject xproject,
java.lang.String value)
|
void |
UserBoardSettingsService.setSelectedAssignee(com.opensymphony.user.User user,
XProject xproject,
java.lang.String value)
|
void |
UserBoardSettingsServiceImpl.setSelectedBacklog(com.opensymphony.user.User user,
XProject xproject,
java.lang.Long value)
|
void |
UserBoardSettingsService.setSelectedBacklog(com.opensymphony.user.User user,
XProject xproject,
java.lang.Long value)
|
void |
UserBoardSettingsServiceImpl.setSelectedPlanningView(com.opensymphony.user.User user,
XProject xproject,
java.lang.String value)
|
void |
UserBoardSettingsService.setSelectedPlanningView(com.opensymphony.user.User user,
XProject xproject,
java.lang.String value)
|
void |
UserBoardSettingsServiceImpl.setSelectedVersion(com.opensymphony.user.User user,
XProject xproject,
java.lang.Long value)
|
void |
UserBoardSettingsService.setSelectedVersion(com.opensymphony.user.User user,
XProject xproject,
java.lang.Long value)
|
void |
UserBoardSettingsServiceImpl.setSelectedView(com.opensymphony.user.User user,
XProject xproject,
java.lang.String value)
|
void |
UserBoardSettingsService.setSelectedView(com.opensymphony.user.User user,
XProject xproject,
java.lang.String value)
|
void |
UserBoardSettingsServiceImpl.setShowLegend(com.opensymphony.user.User user,
XProject xproject,
boolean value)
|
void |
UserBoardSettingsService.setShowLegend(com.opensymphony.user.User user,
XProject xproject,
boolean value)
|
void |
UserBoardSettingsServiceImpl.toggleAssignToMeQuickFilter(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsService.toggleAssignToMeQuickFilter(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsServiceImpl.toggleDoneQuickFilter(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsService.toggleDoneQuickFilter(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsServiceImpl.toggleHideSubTaskQuickFilter(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsService.toggleHideSubTaskQuickFilter(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsServiceImpl.togglePendingOnlyQuickFilter(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsService.togglePendingOnlyQuickFilter(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsServiceImpl.toggleSingleCardDisplay(ErrorCollection errorCollection,
com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
java.lang.String issueKey,
UserBoardSettings userBoardSettings)
Actually no one really cares about the issue here, it's just the key that we want. |
void |
UserBoardSettingsService.toggleSingleCardDisplay(ErrorCollection errorCollection,
com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
java.lang.String issueKey,
UserBoardSettings userBoardSettings)
|
Uses of XProject in com.atlassian.greenhopper.service.context |
---|
Methods in com.atlassian.greenhopper.service.context with parameters of type XProject | |
---|---|
Context2 |
ContextService.getById(com.opensymphony.user.User user,
XProject xproject,
java.lang.String id,
boolean fallbackToDefault)
Get a context by name. |
Context2 |
ContextServiceImpl.getById(com.opensymphony.user.User user,
XProject xproject,
java.lang.String id,
boolean fallbackToDefault)
Get a Context by id |
Context2 |
ContextService.getSelectedContext(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
UserBoardSettings settings)
Get the selected context for a given view. |
Context2 |
ContextServiceImpl.getSelectedContext(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
UserBoardSettings settings)
Get the last selected context for a given project / board type |
void |
ContextService.setSelectedContext(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
Context2 context,
UserBoardSettings settings)
Set a context as the selected context for a given view. |
void |
ContextServiceImpl.setSelectedContext(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
Context2 context,
UserBoardSettings settings)
Set the last selected context for a given project / board type |
Uses of XProject in com.atlassian.greenhopper.service.issue |
---|
Methods in com.atlassian.greenhopper.service.issue with parameters of type XProject | |
---|---|
java.util.Collection<com.atlassian.jira.bc.project.component.ProjectComponent> |
IssueService.getComponents(XProject xproject)
Gets components for all projects in a cross project |
java.util.Collection<com.atlassian.jira.bc.project.component.ProjectComponent> |
IssueServiceImpl.getComponents(XProject xproject)
|
java.util.Collection<com.atlassian.jira.issue.issuetype.IssueType> |
IssueService.getIssueTypes(XProject xproject)
Gets issue types for all projects in a cross project |
java.util.Collection<com.atlassian.jira.issue.issuetype.IssueType> |
IssueServiceImpl.getIssueTypes(XProject xproject)
|
boolean |
IssueFieldServiceImpl.isRankable(com.opensymphony.user.User user,
XProject xproject,
IssueField sortField)
|
boolean |
IssueFieldService.isRankable(com.opensymphony.user.User user,
XProject xproject,
IssueField sortField)
Tells if the xproject can be ranked by the given sortField. |
Uses of XProject in com.atlassian.greenhopper.service.project |
---|
Methods in com.atlassian.greenhopper.service.project that return XProject | |
---|---|
XProject |
XProjectDao.findBy(com.atlassian.jira.project.Project project)
Find the XProject a given project is part of. |
XProject |
XProjectServiceImpl.findBy(com.opensymphony.user.User user,
com.atlassian.jira.project.Project project)
Find a XProject given an assigned Project. |
XProject |
XProjectService.findBy(com.opensymphony.user.User user,
com.atlassian.jira.project.Project project)
Get a XProject for a given project |
XProject |
XProjectCache.get(java.lang.Long key)
|
XProject |
XProjectServiceImpl.get(com.opensymphony.user.User user,
java.lang.Long id)
|
XProject |
XProjectService.get(com.opensymphony.user.User user,
java.lang.Long id)
Fetch an xproject for a given id. |
XProject |
XProjectDao.load(java.lang.Long id)
Load the XProject for the given ID. |
Methods in com.atlassian.greenhopper.service.project that return types with arguments of type XProject | |
---|---|
java.util.SortedSet<XProject> |
XProjectDao.getAll()
Load all XProjects that are currently in the database. |
java.util.SortedSet<XProject> |
XProjectServiceImpl.getAll(com.opensymphony.user.User user,
int permission,
boolean mustMatchAllProjects)
|
java.util.SortedSet<XProject> |
XProjectService.getAll(com.opensymphony.user.User user,
int permission,
boolean mustMatchAllProjects)
Get all XProjects stored in the system for which the user has given permission |
java.util.SortedSet<XProject> |
XProjectServiceImpl.getAllBrowsable(com.opensymphony.user.User user)
Shortcut to getAll as many places require this. |
java.util.SortedSet<XProject> |
XProjectService.getAllBrowsable(com.opensymphony.user.User user)
Get all browsable projects for a given user. |
Methods in com.atlassian.greenhopper.service.project with parameters of type XProject | |
---|---|
ErrorCollection |
XProjectServiceImpl.create(com.opensymphony.user.User user,
XProject xproject)
|
ErrorCollection |
XProjectService.create(com.opensymphony.user.User user,
XProject xproject)
Create a new XProject given the XProject object. |
void |
XProjectDao.create(XProject xproject)
The given XProject instance is persisted into the database. |
void |
XProjectDao.delete(XProject xproject)
Deletes the XProject from the database. |
com.atlassian.jira.project.Project |
XProjectServiceImpl.getFirstProject(com.opensymphony.user.User user,
XProject xproject)
|
com.atlassian.jira.project.Project |
XProjectService.getFirstProject(com.opensymphony.user.User user,
XProject xproject)
|
java.util.SortedSet<com.atlassian.jira.project.Project> |
XProjectServiceImpl.getProjectsSortedByName(XProject xproject,
java.util.Locale locale)
|
java.util.SortedSet<com.atlassian.jira.project.Project> |
XProjectService.getProjectsSortedByName(XProject xproject,
java.util.Locale locale)
|
boolean |
XProjectServiceImpl.isAdmin(com.opensymphony.user.User user,
XProject xproject)
Does the user have project admin rights for the passed project. |
boolean |
XProjectService.isAdmin(com.opensymphony.user.User user,
XProject xproject)
Does the user have project admin rights for the passed project. |
boolean |
XProjectServiceImpl.isBrowsable(com.opensymphony.user.User user,
XProject xproject)
Is the passed XProject browsable by the user |
boolean |
XProjectService.isBrowsable(com.opensymphony.user.User user,
XProject xproject)
Is the passed XProject browsable by the user |
void |
XProjectCache.put(XProject value)
|
ErrorCollection |
XProjectServiceImpl.save(com.opensymphony.user.User user,
XProject xproject)
|
ErrorCollection |
XProjectService.save(com.opensymphony.user.User user,
XProject xproject)
Save changes made to an XProject object. |
void |
XProjectDao.save(XProject xproject)
Saves an existing XProject to the database. |
Uses of XProject in com.atlassian.greenhopper.service.statistics |
---|
Methods in com.atlassian.greenhopper.service.statistics with parameters of type XProject | |
---|---|
Capacities |
CapacityService2Impl.getCapacities(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
java.lang.String key,
ProjectConfiguration configuration)
Get the capacities object for a collection of watched fields. |
Capacities |
CapacityService2.getCapacities(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
java.lang.String key,
ProjectConfiguration configuration)
Get the capacities object for all currently configured watched fields for a given xproject, view and key // TODO: take out watchedFields parameter, fetch directly from WatchedFieldService |
Capacity |
CapacityService2Impl.getCapacity(XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField)
Get the capacities object for a collection of watched fields. |
Capacity |
CapacityService2.getCapacity(XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField)
Fetch a Capacity object given a xproject and key. |
org.apache.lucene.search.HitCollector |
BacklogStatsCollectorProvider.getCollector(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
org.apache.lucene.search.Searchable searcher)
|
org.apache.lucene.search.HitCollector |
StatsCollectorProvider.getCollector(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
org.apache.lucene.search.Searchable searcher)
Get a collector to collect stats into |
java.util.Map<java.lang.String,java.util.Set<Marker>> |
MarkerService.getCompiledMarkers(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
IssueField sortField,
java.lang.String key,
com.atlassian.query.Query query)
When markers get "compiled", they're getting linked to the issue that defines their position, based on the marker configuration (max value). |
java.util.Map<java.lang.String,java.util.Set<Marker>> |
MarkerServiceImpl.getCompiledMarkers(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
IssueField sortField,
java.lang.String key,
com.atlassian.query.Query query)
"compile" here means find the position of the marker in the issue list and link it to that issue, depending on the marker's configuration. |
Capacities |
CapacityService2Impl.getDefaultCapacities(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
ProjectConfiguration configuration)
Get the default capacities object for a collection of watched fields. |
Capacities |
CapacityService2.getDefaultCapacities(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
ProjectConfiguration configuration)
Get the default capacities object for a collection of watched fields. |
Capacity |
CapacityService2Impl.getDefaultCapacity(XProject xproject,
ViewDefinition view,
WatchedField watchedField)
|
Capacity |
CapacityService2.getDefaultCapacity(XProject xproject,
ViewDefinition view,
WatchedField watchedField)
Fetch a default Capacity object given a xproject |
Marker |
MarkerService.getMarker(XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField)
|
Marker |
MarkerServiceImpl.getMarker(XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField)
|
java.util.Map<java.lang.String,Summary> |
BacklogStatsCollectorProvider.getSummaries(com.opensymphony.user.User user,
XProject xproject,
Context2 context,
ViewDefinition view,
java.util.Collection<java.lang.String> ids,
org.apache.lucene.search.HitCollector collector)
|
java.util.Map<java.lang.String,Summary> |
StatsCollectorProvider.getSummaries(com.opensymphony.user.User user,
XProject xproject,
Context2 context,
ViewDefinition view,
java.util.Collection<java.lang.String> ids,
org.apache.lucene.search.HitCollector collector)
Get the summaries for all ids, passing in the processed collectors. |
java.util.Map<java.lang.String,Summary> |
StatServiceImpl.getSummaries(com.opensymphony.user.User user,
XProject xproject,
Context2 context,
ViewDefinition view,
java.util.Collection<java.lang.String> ids,
StatsCollectorProvider statsCollector)
Generic statistics collection method - requires a StatsCollector implementation to correctly work |
java.util.Map<java.lang.String,Summary> |
StatService.getSummariesForBacklogs(com.opensymphony.user.User user,
XProject xproject,
Context2 context,
ViewDefinition view,
java.util.Collection<Backlog> backlogs)
|
java.util.Map<java.lang.String,Summary> |
StatServiceImpl.getSummariesForBacklogs(com.opensymphony.user.User user,
XProject xproject,
Context2 context,
ViewDefinition view,
java.util.Collection<Backlog> backlogs)
Collect statistics for Versions. |
boolean |
MarkerService.isMarkerEnabled(XProject xproject,
ViewDefinition view,
WatchedField watchedField)
Check if the marker is enabled, without having to load the whole marker. |
boolean |
MarkerServiceImpl.isMarkerEnabled(XProject xproject,
ViewDefinition view,
WatchedField watchedField)
|
ErrorCollection |
CapacityService2Impl.removeCapacity(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField)
Removes the capacity for the given parameters. |
ErrorCollection |
CapacityService2.removeCapacity(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField)
Removes the capacity for the given xproject, boardType and key. |
ErrorCollection |
CapacityService2Impl.removeDefaultCapacity(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
WatchedField watchedField)
|
ErrorCollection |
CapacityService2.removeDefaultCapacity(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
WatchedField watchedField)
Removes the default capacity for a given xproject and boardType |
ErrorCollection |
CapacityService2Impl.setCapacity(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField,
Capacity capacity)
Set the capacity min/max values |
ErrorCollection |
CapacityService2.setCapacity(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField,
Capacity capacity)
Update the capacity min/max values with the values currently set in the Capacity object |
ErrorCollection |
CapacityService2Impl.setDefaultCapacity(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
WatchedField watchedField,
Capacity capacity)
|
ErrorCollection |
CapacityService2.setDefaultCapacity(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
WatchedField watchedField,
Capacity capacity)
Update the default capacity min/max values with the values currently set in the Capacity object |
Marker |
MarkerService.setMarkerToIssue(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField,
com.atlassian.jira.issue.Issue forcedPosition,
com.atlassian.query.Query query,
ErrorCollection errorCollection)
Position the marker at the given issue. |
Marker |
MarkerServiceImpl.setMarkerToIssue(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField,
com.atlassian.jira.issue.Issue forcedPosition,
com.atlassian.query.Query query,
ErrorCollection errorCollection)
In order to position the marker at a particular issue, it gets informed about its "forced position" and then pushed into the collector. |
Marker |
MarkerService.setMarkerToValue(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField,
java.lang.String forcedValue,
com.atlassian.query.Query query,
ErrorCollection errorCollection)
Set the marker to a particular value |
Marker |
MarkerServiceImpl.setMarkerToValue(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField,
java.lang.String forcedValue,
com.atlassian.query.Query query,
ErrorCollection errorCollection)
|
void |
MarkerService.toggleMarker(XProject xproject,
ViewDefinition view,
WatchedField watchedField)
Switch the marker on/off |
void |
MarkerServiceImpl.toggleMarker(XProject xproject,
ViewDefinition view,
WatchedField watchedField)
|
Uses of XProject in com.atlassian.greenhopper.service.team |
---|
Methods in com.atlassian.greenhopper.service.team with parameters of type XProject | |
---|---|
DaysAllocation |
TeamAllocationServiceSPI.getDayAllocation(com.opensymphony.user.User user,
XProject xproject,
Backlog backlog)
Get a DayAllocation object for a given project. |
DaysAllocation |
TeamAllocationServiceImpl.getDayAllocation(com.opensymphony.user.User user,
XProject xproject,
Backlog backlog)
|
DaysAllocation |
TeamAllocationService.getDayAllocation(com.opensymphony.user.User user,
XProject xproject,
Backlog backlog)
Get a DayAllocation object for a given project. |
DaysAllocation |
GreenHopperTeamAllocationProvider.getDayAllocation(com.opensymphony.user.User user,
XProject xproject,
Backlog backlog)
Get the the day allocation - which in this implementation equals to the time allocation |
TimeAllocation |
TeamAllocationServiceSPI.getTimeAllocation(com.opensymphony.user.User user,
XProject xproject,
Backlog backlog)
Get a TimeAllocation object for a given project. |
TimeAllocation |
TeamAllocationServiceImpl.getTimeAllocation(com.opensymphony.user.User user,
XProject xproject,
Backlog backlog)
|
TimeAllocation |
TeamAllocationService.getTimeAllocation(com.opensymphony.user.User user,
XProject xproject,
Backlog backlog)
Get a TimeAllocation object for a given project. |
TimeAllocation |
GreenHopperTeamAllocationProvider.getTimeAllocation(com.opensymphony.user.User user,
XProject xproject,
Backlog backlog)
Get the time allocation object. |
boolean |
TeamAllocationServiceImpl.isDefaultService(XProject xproject)
|
boolean |
TeamAllocationService.isDefaultService(XProject xproject)
Is the default allocation service used for the given xproject |
Uses of XProject in com.atlassian.greenhopper.web |
---|
Methods in com.atlassian.greenhopper.web with parameters of type XProject | |
---|---|
java.lang.String |
RedirectHelper.getPlanningBoardRedirect(ErrorCollection errorCollection,
com.opensymphony.user.User user,
XProject xproject,
com.atlassian.jira.issue.Issue issue,
boolean committed)
|
java.lang.String |
RedirectHelper.getRedirect(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition viewDefinition,
com.atlassian.jira.issue.Issue issue,
boolean committed,
boolean checkInput)
Gets the redirect string for an issue and view definiton |
java.lang.String |
RedirectHelper.getTaskBoardRedirect(ErrorCollection errorCollection,
com.opensymphony.user.User user,
XProject xproject,
com.atlassian.jira.issue.Issue issue,
boolean committed)
|
Uses of XProject in com.atlassian.greenhopper.web.admin |
---|
Fields in com.atlassian.greenhopper.web.admin with type parameters of type XProject | |
---|---|
java.util.SortedSet<XProject> |
XProjectDataMigrationAction.xprojects
|
Methods in com.atlassian.greenhopper.web.admin that return XProject | |
---|---|
XProject |
XProjectAction.getCurrentXProject()
|
XProject |
AdministerBacklogsAction.getXProject()
|
Methods in com.atlassian.greenhopper.web.admin that return types with arguments of type XProject | |
---|---|
java.util.SortedSet<XProject> |
XProjectAction.getAllProjects()
|
java.util.SortedSet<XProject> |
XProjectDataMigrationAction.getXprojects()
|
Methods in com.atlassian.greenhopper.web.admin with parameters of type XProject | |
---|---|
void |
XProjectAction.setCurrentXProject(XProject currentXProject)
|
void |
AdministerBacklogsAction.setXProject(XProject xproject)
|
Method parameters in com.atlassian.greenhopper.web.admin with type arguments of type XProject | |
---|---|
void |
XProjectAction.setAllProjects(java.util.SortedSet<XProject> allProjects)
|
void |
XProjectDataMigrationAction.setXprojects(java.util.SortedSet<XProject> xprojects)
|
Uses of XProject in com.atlassian.greenhopper.web.backlog |
---|
Methods in com.atlassian.greenhopper.web.backlog with parameters of type XProject | |
---|---|
java.util.List<FieldOption> |
EditBacklogViewFactory.getPossibleParentBacklogs(com.opensymphony.user.User user,
XProject xproject,
Backlog currentBacklog)
|
Uses of XProject in com.atlassian.greenhopper.web.input |
---|
Methods in com.atlassian.greenhopper.web.input that return XProject | |
---|---|
XProject |
BaseData.getXProject()
|
Methods in com.atlassian.greenhopper.web.input with parameters of type XProject | |
---|---|
BaseData |
BaseDataFactory.load(ErrorCollection errorCollection,
com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view)
|
void |
BaseData.setXProject(XProject xproject)
|
Uses of XProject in com.atlassian.greenhopper.web.issue.list |
---|
Methods in com.atlassian.greenhopper.web.issue.list with parameters of type XProject | |
---|---|
IssueListData |
IssueListDataFactory.load(com.opensymphony.user.User user,
XProject xproject,
Context2 context,
ViewDefinition viewDefinition,
ProjectConfiguration projectConfiguration)
|
Uses of XProject in com.atlassian.greenhopper.web.link |
---|
Methods in com.atlassian.greenhopper.web.link with parameters of type XProject | |
---|---|
LinkContext |
LinkContextFactory.getLinkContext(XProject xproject,
com.opensymphony.user.User user,
java.lang.String boardId,
java.lang.String boardType,
com.atlassian.jira.issue.Issue issue)
|
Uses of XProject in com.atlassian.greenhopper.web.page |
---|
Methods in com.atlassian.greenhopper.web.page that return XProject | |
---|---|
XProject |
NavigationViewModel.getXproject()
|
Methods in com.atlassian.greenhopper.web.page that return types with arguments of type XProject | |
---|---|
java.util.SortedSet<XProject> |
NavigationViewModel.getAllXProjects()
|
Methods in com.atlassian.greenhopper.web.page with parameters of type XProject | |
---|---|
void |
NavigationViewModel.setXproject(XProject xproject)
|
Method parameters in com.atlassian.greenhopper.web.page with type arguments of type XProject | |
---|---|
void |
NavigationViewModel.setAllXProjects(java.util.SortedSet<XProject> allXProjects)
|
Uses of XProject in com.pyxis.greenhopper.jira.actions |
---|
Methods in com.pyxis.greenhopper.jira.actions that return XProject | |
---|---|
XProject |
BoardAction.getXProject()
Returns the selected XProject (if available). |
Uses of XProject in com.pyxis.greenhopper.jira.boards.context |
---|
Constructors in com.pyxis.greenhopper.jira.boards.context with parameters of type XProject | |
---|---|
DefaultBoardContext(XProject xproject,
com.opensymphony.user.User user)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |