/**
  * Sets the field to applying the sorting direction on when fetching
  * entries
  *
  * @param integer $field_id
  *  The ID of the Field that should be sorted on
  */
 public static function setFetchSortingField($field_id)
 {
     self::$_fetchSortField = $field_id;
 }