Пример #1
0
 private T getUgcTree(final String ugcId, final int childCount, final String contextId)
     throws MongoDataException {
   List<T> list = ugcRepository.findChildrenOf(ugcId, childCount, contextId);
   return buildUgcTree(list);
 }