Exemplo n.º 1
0
 public static Integer getActionIdFromWebKey(String webKey) {
   if (webKey == null) return null;
   return AcItemResultPk.createWebKey(webKey).getActionId();
 }
Exemplo n.º 2
0
 public static Long getResultIdFromWebKey(String webKey) {
   if (webKey == null) return null;
   return AcItemResultPk.createWebKey(webKey).getResultId();
 }