public static Integer getIdFromWebKey(String webKey) {
   if (webKey == null) return null;
   return AcGpsReportTransferPk.createWebKey(webKey).getId();
 }