static function removeAll($id)
 {
     eZPersistentObject::removeObject(eZUserSubscriptionData::definition(), array('id' => $id));
 }