static function removeByValue($value, $type, $global)
 {
     eZPersistentObject::removeObject(eZRobinsonListEntry::definition(), array('value' => $value, 'type' => $type, 'global' => $global));
 }