Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1255 → Rev 1241

/branches/v1.0-syrah/src/org/tela_botanica/client/modeles/structure/StructureAPersonneAsyncDao.java
57,7 → 57,12
});
}
 
public void ajouter(String structureId, StructureAPersonne personnel) {
public void ajouter(String structureId, StructureAPersonne personnel) {
Debug.log("<<<< BEGIN StructureAPersonneAsyncDao.ajouter()");
 
Debug.log("<<<< StructureAPersonneAsyncDao.ajouter(), personnel="+personnel.toString());
String postDonneesEncodees = construirePost(structureId, personnel);
final JsonRestRequestBuilder rb = UtilDAO.construireRequetePost(SERVICE_NOM);
rb.envoyerRequete(postDonneesEncodees, new JsonRestRequestCallback() {
72,7 → 77,10
GWT.log(rb.getUrl()+"\n\tLa réponse n'est pas une chaine JSON.", null);
}
}
});
});
Debug.log("<<<< END StructureAPersonneAsyncDao.supprimer()");
}
public void modifier(StructureAPersonne personnel) {