/**
  * 
  * @param type $id
  * @return EZP_CS_Display_Entity
  */
 public static function get_by_id($id)
 {
     return EZP_CS_JSON_Entity_Base::get_by_id_and_type($id, self::TYPE);
 }