if ((containsNull(xAttributeNameList) || containsNull(yAttributeNameList))
&& containsNull(attributeNameList)) {
return;
}
clearDAO();
TangoKey key = new TangoKey();
fillIdMap(xAttributeNameList, yAttributeNameList);
fillIdMap(attributeNameList);
key.registerDualAttributes(xAttributeNameList, yAttributeNameList);
key.registerProperty(TangoDAOFactory.ENTITYLIST_NAME, attributeNameList);
// System.out.println(Arrays.toString(attributeNameList));
widget.addKey(CurrentScanDataModel.TANGO_FACTORY_CLASS, key);
widget.switchDAOFactory(CurrentScanDataModel.TANGO_FACTORY_CLASS);
}