Exemplo n.º 1
0
 public function findSectionPositionList($place, $section)
 {
     $placeId = $this->findPlaceId($place);
     $dtoList = $this->componentPositionDao->findSectionPositionList($placeId, $section);
     return $this->fetchArrayList($dtoList, 'componentPlaceUniqName');
 }