|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewDefinition | |
---|---|
com.atlassian.greenhopper.service.configuration | |
com.atlassian.greenhopper.service.statistics | |
com.atlassian.greenhopper.web | |
com.atlassian.greenhopper.web.input |
Uses of ViewDefinition in com.atlassian.greenhopper.service.configuration |
---|
Methods in com.atlassian.greenhopper.service.configuration with parameters of type ViewDefinition | |
---|---|
boolean |
UserBoardSettingsServiceImpl.getAssignToMeQuickFilter(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition)
|
boolean |
UserBoardSettingsService.getAssignToMeQuickFilter(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition)
|
boolean |
UserBoardSettingsServiceImpl.getDoneQuickFilter(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition)
|
boolean |
UserBoardSettingsService.getDoneQuickFilter(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition)
|
boolean |
UserBoardSettingsServiceImpl.getHideSubTaskQuickFilter(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition)
|
boolean |
UserBoardSettingsService.getHideSubTaskQuickFilter(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition)
|
boolean |
UserBoardSettingsServiceImpl.getPendingOnlyQuickFilter(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition)
|
boolean |
UserBoardSettingsService.getPendingOnlyQuickFilter(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsServiceImpl.toggleAssignToMeQuickFilter(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsService.toggleAssignToMeQuickFilter(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsServiceImpl.toggleDoneQuickFilter(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsService.toggleDoneQuickFilter(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsServiceImpl.toggleHideSubTaskQuickFilter(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsService.toggleHideSubTaskQuickFilter(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsServiceImpl.togglePendingOnlyQuickFilter(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsService.togglePendingOnlyQuickFilter(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition)
|
void |
UserBoardSettingsServiceImpl.toggleSingleCardDisplay(ErrorCollection errorCollection,
com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
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.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition view,
java.lang.String issueKey,
UserBoardSettings userBoardSettings)
|
Uses of ViewDefinition in com.atlassian.greenhopper.service.statistics |
---|
Methods in com.atlassian.greenhopper.service.statistics with parameters of type ViewDefinition | |
---|---|
java.util.Set<IssueField> |
WatchedFieldServiceImpl.getAllAvailableWatchedFields(com.atlassian.crowd.embedded.api.User user,
ViewDefinition view,
Configuration configuration)
|
java.util.Set<IssueField> |
WatchedFieldService.getAllAvailableWatchedFields(com.atlassian.crowd.embedded.api.User user,
ViewDefinition view,
Configuration configuration)
Get all available watched fields for a given boardType and configuration Note that this method won't return IssueFields already contained in watched fields. |
Capacity |
CapacityService2Impl.getCapacity(com.atlassian.jira.project.Project project,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField)
Deprecated. |
Capacity |
CapacityService2.getCapacity(com.atlassian.jira.project.Project project,
ViewDefinition view,
java.lang.String key,
WatchedField watchedField)
|
WatchedField |
WatchedFieldServiceImpl.getWatchedField(com.atlassian.crowd.embedded.api.User user,
ViewDefinition view,
Configuration configuration,
java.lang.String fieldId)
|
WatchedField |
WatchedFieldService.getWatchedField(com.atlassian.crowd.embedded.api.User user,
ViewDefinition view,
Configuration configuration,
java.lang.String fieldId)
Get a watched field given its field id |
java.util.Set<WatchedField> |
WatchedFieldServiceImpl.getWatchedFields(com.atlassian.crowd.embedded.api.User user,
ViewDefinition view,
Configuration configuration)
|
java.util.Set<WatchedField> |
WatchedFieldService.getWatchedFields(com.atlassian.crowd.embedded.api.User user,
ViewDefinition view,
Configuration configuration)
Get the configured watched fields for a given boardType and configuration |
boolean |
WatchedFieldServiceImpl.isWatchedField(com.atlassian.crowd.embedded.api.User user,
ViewDefinition view,
Configuration configuration,
IssueField issueField)
Is the passed in IssueField a watched field? |
boolean |
WatchedFieldService.isWatchedField(com.atlassian.crowd.embedded.api.User user,
ViewDefinition view,
Configuration configuration,
IssueField issueField)
Is the passed in IssueField a watched field? |
Uses of ViewDefinition in com.atlassian.greenhopper.web |
---|
Methods in com.atlassian.greenhopper.web with parameters of type ViewDefinition | |
---|---|
java.lang.String |
RedirectHelper.getRedirect(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.project.Project project,
ViewDefinition viewDefinition,
com.atlassian.jira.issue.Issue issue,
boolean committed,
boolean checkInput)
Gets the redirect string for an issue and view definiton |
Uses of ViewDefinition in com.atlassian.greenhopper.web.input |
---|
Methods in com.atlassian.greenhopper.web.input that return ViewDefinition | |
---|---|
ViewDefinition |
ViewDefinitionFactory.createAssigneeBoardView()
Create an Assignee board view definition object |
ViewDefinition |
ViewDefinitionFactory.createChartBoardView()
Create a chart board view definition object |
ViewDefinition |
ViewDefinitionFactory.createComponentBoardView()
Create an Component board view definition object |
ViewDefinition |
ViewDefinitionFactory.createEmptyView()
Creates an empty view settings object |
ViewDefinition |
ViewDefinitionFactory.createPlanningBoardView()
Create a Planning board view definition object |
ViewDefinition |
ViewDefinitionFactory.createProjectBoardView()
Create a Project board view definition object |
ViewDefinition |
ViewDefinitionFactory.createTaskBoardView()
Create a task board view definition object |
ViewDefinition |
ViewDefinitionFactory.createVersionBoardView()
Create an Version board view definition object |
ViewDefinition |
ViewDefinitionFactory.find(ErrorCollection errorCollection)
Loads all settings from request parameters |
ViewDefinition |
ViewDefinitionFactory.load(ErrorCollection errorCollection)
Creates a ViewDefinition loaded from the request parameters. |
Methods in com.atlassian.greenhopper.web.input with parameters of type ViewDefinition | |
---|---|
void |
ViewDefinitionFactory.completeMissingType(UserBoardSettings userBoardSettings,
ViewDefinition viewDefinition)
Completes missing page type information with values stored in the user settings or approriate defaults. |
void |
ViewDefinitionFactory.loadFromRequestParams(ErrorCollection errorCollection,
ViewDefinition view,
boolean reportErrors)
Finds the ViewSettings from the request parameters This method finds the values from the request parameters and adds errors if not available |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |