Beispiel #1
0
 public static boolean exists(String subject) {
   DocumentDaoImpl dao = DB.getDocumentDao();
   return dao.exists(subject);
 }