public ArticlePackageViewHandler create(ArticleType articleType,
String defaultColliName) {
return new ArticlePackageViewHandler(setProductionUnitActionFactory, login, managerRepository, null, articleType, defaultColliName);
}
};
ArticlePackageViewFactory articlePackageViewFactory = new ArticlePackageViewFactory() {
public ArticleProductionPackageView create(ArticleType articleType,
ApplyListInterface applyListInterface, String defaultColliName) {
return new ArticleProductionPackageView(articlePackageViewHandlerFactory, articleType, defaultColliName);