Exemple #1
0
 @RemoteMethod
 public Boolean deletePTById(String id) {
   String basePath =
       WebContextFactory.get().getServletContext().getRealPath("/resources/topicimages/");
   return ptService.deletePTById(id, basePath);
 }