CustomerGroupReadServiceInterface

Extends

Interface CustomerGroupReadServiceInterface

category

System

package

CustomerGroup

subpackage

Interfaces

Methods

Creates customer group entity.

create() : \CustomerGroup

Response

\CustomerGroup

new customer group entity.

Returns customer group entities as collection.

getAll() : \CustomerGroupCollection

Returns customer group by given id.

getById(\IntType $id) : \CustomerGroup

Arguments

$id

\IntType

Customer group id.

Response

\CustomerGroup