Interface SpecialOfferReadServiceInterface
package |
Default |
---|
getAll(\Pager|null $pager = null, array $sorters = array()) : \SpecialOfferCollection
array
(Optional) array of Sorter objects with data sorting information
\SpecialOfferCollection
List of special offers.
getBy(\SpecialOfferSearchCondition $searchCondition, \Pager|null $pager = null, array $sorters = array()) : \SpecialOfferCollection
array
(Optional) array of Sorter objects with data sorting information
\SpecialOfferCollection
List of special offers by given conditions.
getById(\SpecialOfferIdInterface $specialOfferId) : \SpecialOfferInterface
Throws |
|
---|
\SpecialOfferInterface
Special offer entity by given id.