private void setOrderLineConstructionRefs(
ConstructionTypeArticle constructionArticle,
OrderLine orderLineMain, Order order, Deviation deviation) {
ConstructionTypeManager constructionTypeManager = (ConstructionTypeManager) ModelUtil
.getBean("constructionTypeManager");
constructionTypeManager
.lazyLoadArticle(
constructionArticle,
new LazyLoadConstructionTypeArticleEnum[] { LazyLoadConstructionTypeArticleEnum.CONSTRUCTION_TYPE_ARTICLES });
Set<ConstructionTypeArticle> articleRefs = constructionArticle
.getConstructionTypeArticles();