public static Integer getIdFromWebKey(String webKey) { if (webKey == null) return null; return AcUspsDomesticSkeletonRoutePk.createWebKey(webKey).getId(); }
public static String getWebKey(Integer id) { return AcUspsDomesticSkeletonRoutePk.createPk(id).getWebKey(); }