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