ConstructionTypeArticleManager constructionTypeArticleManager = (ConstructionTypeArticleManager) ModelUtil
.getBean("constructionTypeArticleManager");
for (ConstructionTypeArticle consArticle : articles) {
constructionTypeArticleManager.lazyLoad(consArticle,
new LazyLoadEnum[][] { { LazyLoadEnum.ATTRIBUTES,
LazyLoadEnum.NONE } });
attributes = consArticle.getAttributes();
for (ArticleTypeAttribute articleTypeAttribute : articleAttributes) {
if (!constructionTypeHasAttribute(attributes,