Beispiel #1
0
 public static PSLocator getCurrentOrEditLocator(IPSGuid guid) throws PSException {
   int id = guid.getUUID();
   return getCurrentOrEditLocator(id);
 }
Beispiel #2
0
 public static PSComponentSummary getSummary(IPSGuid guid) throws PSException {
   int id = guid.getUUID();
   return getSummary(id);
 }