Class UpdateFieldsHelperBeanImpl
java.lang.Object
com.atlassian.jira.web.action.issue.UpdateFieldsHelperBeanImpl
- All Implemented Interfaces:
UpdateFieldsHelperBean
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateFieldsHelperBeanImpl
(PermissionManager permissionManager, JiraAuthenticationContext authenticationContext, FieldScreenRendererFactory fieldScreenRendererFactory) -
Method Summary
Modifier and TypeMethodDescriptiongetFieldsForEdit
(ApplicationUser user, Issue issueObject) boolean
isEditable
(Issue issue) boolean
isFieldValidForEdit
(ApplicationUser user, String fieldId, Issue issueObject)
-
Constructor Details
-
UpdateFieldsHelperBeanImpl
public UpdateFieldsHelperBeanImpl(PermissionManager permissionManager, JiraAuthenticationContext authenticationContext, FieldScreenRendererFactory fieldScreenRendererFactory)
-
-
Method Details
-
isEditable
-
getFieldsForEdit
- Specified by:
getFieldsForEdit
in interfaceUpdateFieldsHelperBean
-
isFieldValidForEdit
- Specified by:
isFieldValidForEdit
in interfaceUpdateFieldsHelperBean
-