Interface UpdateFieldsHelperBean
- All Known Implementing Classes:
UpdateFieldsHelperBeanImpl
public interface UpdateFieldsHelperBean
Deprecated.
Bean to help with updating issues only for the fields in the action params. That is, no attempt is made to update
fields that are not explicitly passed in the action params map. This way, you can use this bean to update a single, or
a small number of fields without having to recreate the entire object.
-
Method Summary
Modifier and TypeMethodDescriptiongetFieldsForEdit
(ApplicationUser user, Issue issueObject) Deprecated.UseFieldScreenRendererFactory
instead.boolean
isFieldValidForEdit
(ApplicationUser user, String fieldId, Issue issueObject) Deprecated.UseFieldScreenRendererFactory
instead.
-
Method Details
-
getFieldsForEdit
Deprecated.UseFieldScreenRendererFactory
instead. Since v5.0. -
isFieldValidForEdit
Deprecated.UseFieldScreenRendererFactory
instead. Since v5.0.
-
IssueService
orIssueManager
instead. Since v5.0.