return;
}
mainListModel.removeAllElements();
if (type != null){
try {
ArrayList<MedicEconomicStandartLocal> list = new MedicEconomicStandartSearchLocal(getAuditManager()).getList(type);
mainListModel.addAll(list);
}
catch (ClipsException ex) {
MessageBox.showException(ex);
return;