public static List<CommunityAccount> readPersistAllStats(Date date, String idClan, String userName) {
log.warning("========lancement readPersistAllStats : " + date + ":" + idClan + ":"+ userName + " :============== " );
List<CommunityAccount> listCommunityAccount = new ArrayList<CommunityAccount>();
AllCommunityAccount myAllCommunityAccount = new AllCommunityAccount ();
myAllCommunityAccount.setListCommunityAccount(listCommunityAccount);
PersistenceManager pm =null;
pm = PMF.get().getPersistenceManager();
List<String> listIdUser = new ArrayList<String>();
//List<DataPlayerInfos> listPlayerInfos = null;