Ejemplo n.º 1
0
 public static Integer getIdFromWebKey(String webKey) {
   if (webKey == null) return null;
   return AcGlobalDevicePk.createWebKey(webKey).getId();
 }
Ejemplo n.º 2
0
 public static String getWebKey(Integer id) {
   return AcGlobalDevicePk.createPk(id).getWebKey();
 }