CustomerGroupWriterInterface

Extends

Interface CustomerGroupWriterInterface

category

System

package

CustomerGroup

subpackage

Repositories

Methods

Create base data from chosen personal offers table.

createBase(\IntType $customerGroupId, \IntType $baseId) : \CustomerGroupWriter

Arguments

$customerGroupId

\IntType

$baseId

\IntType

Response

\CustomerGroupWriter

Saves customer group entity data in database.

store(\CustomerGroupInterface $customerGroup) : $this|\CustomerGroupWriterInterface

Arguments

$customerGroup

\CustomerGroupInterface

Customer group to be saved.

Response

$this|\CustomerGroupWriterInterface

Same instance for chained method calls.

Updates customer group entity data in database.

update(\CustomerGroupInterface $customerGroup) : $this|\CustomerGroupWriterInterface

Arguments

$customerGroup

\CustomerGroupInterface

Customer group to be updated.

Response

$this|\CustomerGroupWriterInterface

Same instance for chained method calls.