DiscountCardDetails details = (DiscountCardDetails) cardBeanRemote.getDetails();
details.collaboratorBlockerID = getCollaboratorId();
cardBeanRemote.update(details);
}
} catch (ClipsServerException ex) {
throw new ENotMoveToTrash("Ошибка при блокировке диск. карты", ex);
}
int count = getEntityCount(checked, f);
if (count > 0) throw new EDataIntegrity("На элемент '" + entity.getTitle()
+ "' ссылаются " + count + " элементов из таблицы " + getEntityHumanName(checked));