public void isValid(EntityManager manager, boolean deepValidation) throws IcatException { isValid(); }
/* * If this method is overridden it should normally be called as well by super.isValid() */ public void isValid(EntityManager manager) throws IcatException { isValid(manager, true); }