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