public function findAllSettingList()
 {
     $dtoList = $this->componentSettingDao->findAll();
     return $this->fetchSettingList($dtoList);
 }