Exemplo n.º 1
0
 @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;
 }
Exemplo n.º 2
0
 public IBaseSvco<TabBnq> getEntitySvco() throws ServiceLocatorException {
   return RefSvcoDeleguate.getSvcoBnq();
 }