protected function getIDListFromDB() : array
    {
        if ($this->sValue == OfferListStore::SORT_PRICE_ASC) {
            $arElementIDList = $this->getByPriceASC();
        } elseif ($this->sValue == OfferListStore::SORT_PRICE_DESC) {