Пример #1
0
 public List<CellUpicInfo> getCellUpicInfos(int treeFolderIndexId) {
   CellUpicInfoQuery query = new CellUpicInfoQuery();
   query.indexId(treeFolderIndexId);
   return this.list(query);
 }