Interface CustomerGroupWriteServiceInterface

Interface CustomerGroupWriteServiceInterface

Direct known implementers

CustomerGroupWriteService

Methods summary

public store( CustomerGroupInterface $customerGroup ) :

Saves customer group entity in database.

public delete( CustomerGroupInterface $customerGroup ) :

Deletes customer group entity data in database with personal offer table.

public getFactory( void ) : CustomerGroupFactory

Returns an customer group factory.