/** reset data
  * reset data of this class: reset list of items and id_array
  */
 function resetData()
 {
     parent::resetData();
     $this->_id_array = array();
 }