/**
  * Filter this list to only contain the given Primary IDs
  *
  * @param array $ids Array of integers
  * @return SS_List
  */
 public function byIDs($ids)
 {
     return $this->list->byIDs($ids);
 }