if ((containsNullAndEmpty(xAttributeNameList) || containsNullAndEmpty(yAttributeNameList) || xAttributeNameList.length != yAttributeNameList.length)
&& containsNullAndEmpty(attributeNameList)) {
return;
}
// System.out.println("initDAO");
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);
setXDateFormat(xDateFormat);