this.domainManager = domainManager;
this.dispatcher = dispatcher;
this.metaData = metaData;
this.placeRequestSecurityFramework = placeRequestSecurityFramework;
this.delegate = new InterfaceManagementImpl(dispatcher, new EntityAdapter<Interface>(Interface.class, metaData),
metaData.getBeanMetaData(Interface.class));
this.delegate.setCallback(this);
}