public function findSectionComponentList($place, $section)
 {
     $placeId = $this->findPlaceId($place);
     $list = $this->componentPlaceDao->findListBySection($placeId, $section);
     return $this->fetchArrayList($list, 'uniqName');
 }