CustomerGroupAccessRepositoryInterface
in
Interface CustomerGroupAccessRepositoryInterface
Tags
Table of Contents
- create() : CustomerGroup
- creates customer group entity.
- getAll() : CustomerGroupCollection
- Returns all customer group as collection.
- getById() : CustomerGroup
- Returns customer group entity by given id.
Methods
create()
creates customer group entity.
public
create() : CustomerGroup
Return values
CustomerGroup —New customer group entity.
getAll()
Returns all customer group as collection.
public
getAll() : CustomerGroupCollection
Return values
CustomerGroupCollection —Customer group collection.
getById()
Returns customer group entity by given id.
public
getById(IntType $id) : CustomerGroup
Parameters
- $id : IntType
-
IdType of entity to be returned.