Ejemplo n.º 1
0
 /**
  *
  * @param OperationalCountry $country 
  * @return Doctrine_Collection
  */
 public function getLocationsMappedToOperationalCountry(OperationalCountry $country)
 {
     try {
         return $this->getOperationalCountryDao()->getLocationsMappedToOperationalCountry($country->getCountryCode());
     } catch (Exception $e) {
         throw new ServiceException($e->getMessage());
     }
 }