Interface CustomerGroupWriterInterface
Interface CustomerGroupWriterInterface
Direct known implementers
Package: CustomerGroup\Repositories
Category: System
Located at Services/Core/CustomerGroup/Repositories/Interfaces/CustomerGroupWriterInterface.inc.php
Category: System
Located at Services/Core/CustomerGroup/Repositories/Interfaces/CustomerGroupWriterInterface.inc.php
Methods summary
public
store( CustomerGroupInterface $customerGroup )
:
Saves customer group entity data in database.
public
update( CustomerGroupInterface $customerGroup )
:
Updates customer group entity data in database.
public
createBase( IntType $customerGroupId, IntType $baseId )
: CustomerGroupWriter
Create base data from chosen personal offers table.