|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ErrorCollection in com.atlassian.greenhopper.model.validation |
|---|
| Methods in com.atlassian.greenhopper.model.validation that return ErrorCollection | |
|---|---|
ErrorCollection |
ErrorCollection.addAllErrors(ErrorCollection toAdd)
|
ErrorCollection |
ErrorCollection.addAllJiraErrors(com.atlassian.jira.util.ErrorCollection toAdd)
|
ErrorCollection |
ErrorCollection.addContextualError(ErrorCollection.Reason reason,
java.lang.String contextId,
java.lang.String messageKey,
java.lang.Object... params)
Add a contextual error. |
ErrorCollection |
ErrorCollection.addContextualError(java.lang.String contextId,
java.lang.String messageKey,
java.lang.Object... params)
Add a contextual error. |
ErrorCollection |
ErrorCollection.addError(ErrorCollection.Reason reason,
java.lang.String messageKey,
java.lang.Object... params)
Add a global error that is not bound to a particular context. |
ErrorCollection |
ErrorCollection.addError(java.lang.String messageKey,
java.lang.Object... params)
Add a global error that is not bound to a particular context. |
ErrorCollection |
ErrorCollection.addReason(ErrorCollection.Reason reason)
Add a reason why the function has not been performed. |
ErrorCollection |
ErrorCollection.addReasons(java.util.Set<ErrorCollection.Reason> reasons)
Add reasons why the function has not been performed. |
ErrorCollection |
ErrorCollection.addWarning(java.lang.String messageKey,
java.lang.Object... params)
|
ErrorCollection |
ErrorCollection.setReasons(java.util.Set<ErrorCollection.Reason> reasons)
Set reasons why the function has not been performed. |
| Methods in com.atlassian.greenhopper.model.validation with parameters of type ErrorCollection | |
|---|---|
ErrorCollection |
ErrorCollection.addAllErrors(ErrorCollection toAdd)
|
| Uses of ErrorCollection in com.atlassian.greenhopper.service |
|---|
| Methods in com.atlassian.greenhopper.service that return ErrorCollection | |
|---|---|
ErrorCollection |
ServiceOutcome.getErrors()
|
ErrorCollection |
ServiceOutcomeImpl.getErrors()
|
| Methods in com.atlassian.greenhopper.service that return types with arguments of type ErrorCollection | |
|---|---|
com.atlassian.fugue.Either<ErrorCollection,com.atlassian.fugue.Option<T>> |
ServiceOutcome.toEither()
|
com.atlassian.fugue.Either<ErrorCollection,com.atlassian.fugue.Option<T>> |
ServiceOutcomeImpl.toEither()
|
| Methods in com.atlassian.greenhopper.service with parameters of type ErrorCollection | ||
|---|---|---|
static
|
ServiceOutcomeImpl.from(ErrorCollection errors)
Convenience method that returns a new ServiceOutcomeImpl containing the given errors. |
|
static
|
ServiceOutcomeImpl.from(ErrorCollection errors,
T value)
Convenience method that returns a new ServiceOutcomeImpl containing the given errors and returned value. |
|
| Uses of ErrorCollection in com.atlassian.greenhopper.service.api |
|---|
| Methods in com.atlassian.greenhopper.service.api with parameters of type ErrorCollection | ||
|---|---|---|
|
ResultFactory.makeResult(ErrorCollection errors,
T payload,
com.atlassian.crowd.embedded.api.User user)
Constructs a ServiceOutcome result from a payload and an ErrorCollection,
which is converted into a JIRA ErrorCollection. |
|
| Uses of ErrorCollection in com.atlassian.greenhopper.service.configuration |
|---|
| Methods in com.atlassian.greenhopper.service.configuration with parameters of type ErrorCollection | |
|---|---|
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)
|
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. |
| Uses of ErrorCollection in com.atlassian.greenhopper.service.issue.flagging |
|---|
| Methods in com.atlassian.greenhopper.service.issue.flagging that return types with arguments of type ErrorCollection | |
|---|---|
ServiceOutcome<ErrorCollection> |
FlagServiceImpl.flag(com.atlassian.crowd.embedded.api.User user,
java.util.Collection<com.atlassian.jira.issue.Issue> issues,
boolean flag)
|
ServiceOutcome<ErrorCollection> |
FlagService.flag(com.atlassian.crowd.embedded.api.User user,
java.util.Collection<com.atlassian.jira.issue.Issue> issues,
boolean flag)
Flags / unflags issues according to the given parameter. |
| Uses of ErrorCollection in com.atlassian.greenhopper.service.rank |
|---|
| Methods in com.atlassian.greenhopper.service.rank that return ErrorCollection | |
|---|---|
ErrorCollection |
SortedByRankFieldResult.getWarnings()
|
| Uses of ErrorCollection in com.atlassian.greenhopper.service.rapid |
|---|
| Methods in com.atlassian.greenhopper.service.rapid with parameters of type ErrorCollection | |
|---|---|
com.atlassian.jira.issue.search.SearchRequest |
SavedFilterServiceImpl.updateSavedFilter(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errors,
com.atlassian.jira.issue.search.SearchRequest savedFilter)
|
com.atlassian.jira.issue.search.SearchRequest |
SavedFilterService.updateSavedFilter(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errors,
com.atlassian.jira.issue.search.SearchRequest savedFilter)
|
| Uses of ErrorCollection in com.atlassian.greenhopper.service.rapid.view |
|---|
| Methods in com.atlassian.greenhopper.service.rapid.view with parameters of type ErrorCollection | |
|---|---|
void |
SwimlaneService.delete(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
long swimlaneId,
ErrorCollection errors)
Delete a single swimlane |
void |
QuickFilterService.delete(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
long quickFilterId,
ErrorCollection errors)
Delete a single quick filter |
void |
SwimlaneServiceImpl.delete(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
long swimlaneId,
ErrorCollection errors)
Delete a single swimlane |
void |
QuickFilterServiceImpl.delete(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
long quickFilterId,
ErrorCollection errors)
Delete a single quick filter |
Swimlane |
SwimlaneService.get(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
long swimlaneId,
ErrorCollection errors)
Get a swimlane given its id |
QuickFilter |
QuickFilterService.get(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
long quickFilterId,
ErrorCollection errors)
gets the quick filter with id quickFilterId for rapid view with rapidViewId |
Swimlane |
SwimlaneServiceImpl.get(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
long swimlaneId,
ErrorCollection errors)
|
QuickFilter |
QuickFilterServiceImpl.get(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
long quickFilterId,
ErrorCollection errors)
|
java.util.List<RapidView> |
RapidViewServiceImpl.getRapidViews(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errors)
|
java.util.List<RapidView> |
RapidViewService.getRapidViews(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errors)
|
QuickFilter |
QuickFilterService.update(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
QuickFilter quickFilter,
ErrorCollection errors)
Updates a single quick filter for the given rapidview |
QuickFilter |
QuickFilterServiceImpl.update(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
QuickFilter quickFilter,
ErrorCollection errors)
|
Swimlane |
SwimlaneService.update(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
Swimlane swimlane,
ErrorCollection errors)
Updates a single swimlane for a given rapidView |
Swimlane |
SwimlaneServiceImpl.update(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
Swimlane swimlane,
ErrorCollection errors)
Updates a single swimlane for a given rapidView |
QuickFilterAO |
QuickFilterDao.updateQuickFilter(QuickFilter quickFilter,
ErrorCollection errors)
|
StatisticsFieldConfig |
StatisticsFieldService.updateStatisticsField(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errors,
RapidView rapidView,
StatisticsFieldConfig statisticsField)
|
StatisticsFieldConfig |
StatisticsFieldServiceImpl.updateStatisticsField(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errors,
RapidView rapidView,
StatisticsFieldConfig statisticsField)
Update the statistics field |
SwimlaneAO |
SwimlaneDao.updateSwimlane(Swimlane swimlane,
ErrorCollection errors)
|
void |
ColumnService.validateColumns(java.util.List<Column> columns,
ErrorCollection errors)
|
void |
ColumnServiceImpl.validateColumns(java.util.List<Column> columns,
ErrorCollection errors)
|
| Uses of ErrorCollection in com.atlassian.greenhopper.web |
|---|
| Methods in com.atlassian.greenhopper.web with parameters of type ErrorCollection | |
|---|---|
protected void |
GreenHopperWebActionSupport.attachErrors(ErrorCollection errors)
Attaches all errors in the error collection to the current action. |
javax.ws.rs.core.Response |
AbstractResource.createErrorResponse(ErrorCollection errors)
Deprecated. |
java.lang.String |
RedirectHelper.getPlanningBoardRedirect(ErrorCollection errorCollection,
com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.issue.Issue issue,
boolean committed)
|
java.lang.String |
RedirectHelper.getRedirectByRequestParams(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errorCollection)
Creates a redirect url taking the information provided on the request parameters into account. |
java.lang.String |
RedirectHelper.getTaskBoardRedirect(ErrorCollection errorCollection,
com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.issue.Issue issue,
boolean committed)
|
| Uses of ErrorCollection in com.atlassian.greenhopper.web.input |
|---|
| Methods in com.atlassian.greenhopper.web.input with parameters of type ErrorCollection | |
|---|---|
ViewDefinition |
ViewDefinitionFactory.find(ErrorCollection errorCollection)
Loads all settings from request parameters |
ViewDefinition |
ViewDefinitionFactory.load(ErrorCollection errorCollection)
Creates a ViewDefinition loaded from the request parameters. |
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 |
| Uses of ErrorCollection in com.atlassian.greenhopper.web.rapid.issue |
|---|
| Methods in com.atlassian.greenhopper.web.rapid.issue with parameters of type ErrorCollection | |
|---|---|
com.atlassian.jira.issue.MutableIssue |
IssueEntryFactory.getIssue(com.atlassian.crowd.embedded.api.User user,
java.lang.Long issueId,
ErrorCollection errorCollection)
|
com.atlassian.jira.issue.MutableIssue |
IssueEntryFactory.getIssue(com.atlassian.crowd.embedded.api.User user,
java.lang.String issueKey,
ErrorCollection errorCollection)
|
| Uses of ErrorCollection in com.atlassian.greenhopper.web.rapid.view |
|---|
| Methods in com.atlassian.greenhopper.web.rapid.view with parameters of type ErrorCollection | |
|---|---|
com.atlassian.query.Query |
JqlHelper.createQuery(com.atlassian.crowd.embedded.api.User user,
java.lang.String jqlQuery,
java.lang.String errorContext,
ErrorCollection errors)
Translates the query string into a query object Note: This is an adaption of IssueNavigator.getNewSearchQuery |
void |
JqlHelper.validateJql(com.atlassian.crowd.embedded.api.User user,
com.atlassian.query.Query query,
java.lang.String errorContext,
ErrorCollection errors)
Ensure the jql is properly parsable and not invalid Note: this is an adapted copy of IssueNavigator.validateQuery |
void |
JqlHelper.validateJql(com.atlassian.crowd.embedded.api.User user,
java.lang.String queryString,
java.lang.String errorContext,
ErrorCollection errors)
Validates a jql query string. |
| Uses of ErrorCollection in com.atlassian.greenhopper.web.util |
|---|
| Methods in com.atlassian.greenhopper.web.util with parameters of type ErrorCollection | |
|---|---|
void |
WebUtilities.validateStringSpecialCharacters(java.lang.String str,
ErrorCollection errorCollection)
TODO Should not be in here. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||