Interface CustomerGroupReadServiceInterface

Interface CustomerGroupReadServiceInterface

Direct known implementers

CustomerGroupReadService

Methods summary

public getAll( void ) : CustomerGroupCollection

Returns customer group entities as collection.

public getById( IntType $id ) : CustomerGroup

Returns customer group by given id.

public create( void ) : CustomerGroup

Creates customer group entity.