/**
  * get the available distinct sedi for all the emendamenti of the atto
  *
  * @return hash of type {id => site}
  * @author Guglielmo Celata
  */
 public function getAvailableEmendamentiSites()
 {
     return OppEmendamentoPeer::getAvailableSites($this);
 }