CustomerGroupReadServiceInterface
in
Interface CustomerGroupReadServiceInterface
Tags
Table of Contents
- create() : CustomerGroup
- Creates customer group entity.
- getAll() : CustomerGroupCollection
- Returns customer group entities as collection.
- getById() : CustomerGroup
- Returns customer group by given id.
Methods
create()
Creates customer group entity.
public
create() : CustomerGroup
Return values
CustomerGroup —new customer group entity.
getAll()
Returns customer group entities as collection.
public
getAll() : CustomerGroupCollection
Return values
CustomerGroupCollection —getById()
Returns customer group by given id.
public
getById(IntType $id) : CustomerGroup
Parameters
- $id : IntType
-
Customer group id.