}
private void loadTransfertPpData() {
showLoading(transfertPpGrid);
ClientRefTransfertppServiceAsync clientRefTransfertppService = ClientRefTransfertppServiceAsync.Util.getInstance();
clientRefTransfertppService.findAll(new AsyncCallbackWithErrorResolution<List<SimpleDto>>() {
@Override
public void onFailure(Throwable caught) {
transfertPpGrid.unmask();
super.onFailure(caught);
}