} else if (numberOfRowWithAliases > -1
&& rootBand.getFirstLevelBandDefinitionNames() != null
&& rootBand.getFirstLevelBandDefinitionNames().contains(bandName)) {
//if table is linked with band and has aliases on it, but no band data found -
//we are removing the row
tableManager.deleteRow(numberOfRowWithAliases);
}
}
}
protected void fillTable(String name, BandData parentBand, TableManager tableManager, XDispatchHelper xDispatchHelper, int numberOfRowWithAliases)