|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.bc.config.DefaultConstantsService
public class DefaultConstantsService
This class implements constant-related business cases.
| Constructor Summary | |
|---|---|
DefaultConstantsService(I18nHelper.BeanFactory i18n,
ConstantsManager constantsManager,
PermissionManager permissionManager,
WorkflowSchemeManager workflowSchemeMgr,
WorkflowManager workflowMgr,
IssueTypeSchemeManager issueTypeSchemeMgr)
Creates a new DefaultConstantsService. |
|
| Method Summary | |
|---|---|
ServiceOutcome<Collection<IssueType>> |
getAllIssueTypes(com.atlassian.crowd.embedded.api.User user)
Returns a ServiceOutcome containing all IssueTypes. |
ServiceOutcome<Collection<Status>> |
getAllStatuses(com.atlassian.crowd.embedded.api.User user)
Returns a ServiceOutcome containing all Statuses. |
ServiceOutcome<IssueType> |
getIssueTypeById(com.atlassian.crowd.embedded.api.User user,
String issueTypeId)
Returns a ServiceOutcome containing the IssueType that has the given id. |
ServiceOutcome<Status> |
getStatusById(com.atlassian.crowd.embedded.api.User user,
String statusId)
Returns a ServiceOutcome containing the Status that has the given id. |
ServiceOutcome<Status> |
getStatusByName(com.atlassian.crowd.embedded.api.User user,
String statusName)
Returns a ServiceOutcome containing the Status that has the given Name. |
ServiceOutcome<Status> |
getStatusByTranslatedName(com.atlassian.crowd.embedded.api.User user,
String statusName)
Returns a ServiceOutcome containing the Status that has the given Name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultConstantsService(I18nHelper.BeanFactory i18n,
ConstantsManager constantsManager,
PermissionManager permissionManager,
WorkflowSchemeManager workflowSchemeMgr,
WorkflowManager workflowMgr,
IssueTypeSchemeManager issueTypeSchemeMgr)
i18n - a I18nHelperconstantsManager - a ConstantsManagerpermissionManager - a PermissionManagerworkflowSchemeMgr - a WorkflowSchemeManagerworkflowMgr - a WorkflowManagerissueTypeSchemeMgr - an IssueTypeSchemeManager| Method Detail |
|---|
public ServiceOutcome<Status> getStatusById(com.atlassian.crowd.embedded.api.User user,
String statusId)
ConstantsServiceServiceOutcome.getReturnedValue()
on the returned ServiceOutcome.
getStatusById in interface ConstantsServiceuser - the calling userstatusId - a String containing a Status id
public ServiceOutcome<Status> getStatusByName(com.atlassian.crowd.embedded.api.User user,
String statusName)
ConstantsServiceServiceOutcome.getReturnedValue()
on the returned ServiceOutcome.
getStatusByName in interface ConstantsServiceuser - the calling userstatusName - a String containing a Status name
public ServiceOutcome<Status> getStatusByTranslatedName(com.atlassian.crowd.embedded.api.User user,
String statusName)
ConstantsServiceServiceOutcome.getReturnedValue()
on the returned ServiceOutcome.
getStatusByTranslatedName in interface ConstantsServiceuser - the calling userstatusName - a String containing a Status name
public ServiceOutcome<Collection<Status>> getAllStatuses(com.atlassian.crowd.embedded.api.User user)
ConstantsService
getAllStatuses in interface ConstantsServiceuser - the calling user
public ServiceOutcome<Collection<IssueType>> getAllIssueTypes(com.atlassian.crowd.embedded.api.User user)
ConstantsService
getAllIssueTypes in interface ConstantsServiceuser - the calling user
public ServiceOutcome<IssueType> getIssueTypeById(com.atlassian.crowd.embedded.api.User user,
String issueTypeId)
ConstantsServiceServiceOutcome.getReturnedValue() on the returned ServiceOutcome.
getIssueTypeById in interface ConstantsServiceuser - the calling userissueTypeId - a String containing an IssueType id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||