throw new ClipsException();
}
CollaboratorLocal collab = new CollaboratorLocal(certificateLocal.getCollaborator().getID(), null);//NULL AL
Selector<CollaboratorFunctionsChunk> funcList = collab.getFunctions();
for (int i = 0; i < funcList.size(); i++) {
CollaboratorFunctionsChunk function = funcList.get(i);
if (defaultid == 0) {
defaultid = function.getId();
}
DirectoryDvrItem item = function.getDvr();
if (item != null) {
PairIntStr pair = new PairIntStr(item.getID(), item.getTitle());
allItems.add(pair);
}
}