String attributeValue = ApplicationParamUtil
.findParamByName("front_attributt_verdi");
String frontArticleName = ApplicationParamUtil
.findParamByName("front_artikkel");
statusChekers.put(veggArticleName, new LagerProductionStatusChecker(
veggArticleName, attributeName, attributeValue));
statusChekers.put(frontArticleName, new LagerProductionStatusChecker(
frontArticleName, attributeName, attributeValue));
final ApplicationUser applicationUser = new ApplicationUser();
ProductArea productArea = new ProductArea();
ProductAreaGroupManager productAreaGroupManager = (ProductAreaGroupManager) ModelUtil
.getBean(ProductAreaGroupManager.MANAGER_NAME);