public String enregistrerModification() { try { getEntitySvco().modifier(defaultVue.getEntiteCourante()); } catch (GesComAppException e) { e.printStackTrace(); } catch (ServiceLocatorException e) { e.printStackTrace(); } return "BnqDetails"; }
@Override public List<TabBnq> rechercherParCritere(TabBnq p$entity) throws GesComAppException { try { super.setTimeOfLastSearch(); return RefSvcoDeleguate.getSvcoBnq().rechercherParCritere(p$entity); } catch (ServiceLocatorException e) { e.printStackTrace(); } catch (GesComAppException e) { GesComAppException sdr = new GesComAppException(e.getMessage()); throw sdr; } return null; }