CustomerGroupAccessRepositoryInterface

Extends

Interface CustomerGroupAccessRepositoryInterface

category

System

package

CustomerGroup

subpackage

Repositories

Methods

creates customer group entity.

create() : \CustomerGroup

Response

\CustomerGroup

New customer group entity.

Returns all customer group as collection.

getAll() : \CustomerGroupCollection

Response

\CustomerGroupCollection

Customer group collection.

Returns customer group entity by given id.

getById(\IntType $id) : \CustomerGroup

Arguments

$id

\IntType

IdType of entity to be returned.

Response

\CustomerGroup