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.UseFieldScreenRendererFactoryinstead.booleanisFieldValidForEdit(ApplicationUser user, String fieldId, Issue issueObject) Deprecated.UseFieldScreenRendererFactoryinstead.
-
Method Details
-
getFieldsForEdit
Deprecated.UseFieldScreenRendererFactoryinstead. Since v5.0. -
isFieldValidForEdit
Deprecated.UseFieldScreenRendererFactoryinstead. Since v5.0.
-
IssueServiceorIssueManagerinstead. Since v5.0.