SpecialOfferWriteServiceInterface
in
Interface SpecialOfferWriteServiceInterface
Table of Contents
- delete() : void
- Deletes the given special offer from the storage.
- save() : SpecialOfferInterface
- Saves the given special offer in the storage.
- update() : SpecialOfferInterface
- Updates the given special offer.
Methods
delete()
Deletes the given special offer from the storage.
public
delete(SpecialOfferInterface $specialOffer) : void
Parameters
- $specialOffer : SpecialOfferInterface
-
Special offer to be removed.
Return values
void —save()
Saves the given special offer in the storage.
public
save(SpecialOfferInterface $specialOffer) : SpecialOfferInterface
Parameters
- $specialOffer : SpecialOfferInterface
-
Special offer to be saved.
Return values
SpecialOfferInterface —update()
Updates the given special offer.
public
update(SpecialOfferInterface $specialOffer) : SpecialOfferInterface
Parameters
- $specialOffer : SpecialOfferInterface
-
Special offer to be updated.