*/
void setPreventiveActionList(PresentationModel presentationModel,
PreventiveAction selectedAction) {
JobFunction deviationFunction = (JobFunction) presentationModel
.getBufferedValue(DeviationModel.PROPERTY_DEVIATION_FUNCTION);
FunctionCategory functionCategory = (FunctionCategory) presentationModel
.getBufferedValue(DeviationModel.PROPERTY_FUNCTION_CATEGORY);
if (deviationFunction != null && functionCategory != null) {
PreventiveActionManager preventiveActionManager = (PreventiveActionManager) ModelUtil
.getBean("preventiveActionManager");