Class QuantityUnitCollection
category |
System |
---|---|
package |
CustomerGroup |
subpackage |
Entities |
__construct(\CustomerGroupRepositoryInterface $repository, \EditableKeyValueCollection $names, \CustomerGroupConfigurationsInterface $configurations, \CustomerGroupSettingsInterface $settings)
\CustomerGroupRepositoryInterface
\EditableKeyValueCollection
\CustomerGroupConfigurationsInterface
\CustomerGroupSettingsInterface
createBase(\IntType $baseId) : \CustomerGroup
delete() : $this|\CustomerGroupInterface
getConfigurations() : \CustomerGroupConfigurationsInterface
getId() : integer
integer
Customer group id.
getMembers() : integer
integer
getName(\LanguageCode $languageCode) : string
string
Language specific name value.
getNames() : array
array
Language specific name value.
getSettings() : \CustomerGroupSettingsInterface
isDefault() : boolean
boolean
Customer group default status.
setConfigurations(\CustomerGroupConfigurationsInterface $configurations) : $this|\CustomerGroupInterface
setDefault(\BoolType $default) : $this|\CustomerGroupInterface
setId(\IntType $id) : $this|\CustomerGroupInterface
setMembers(\IntType $number) : \CustomerGroup
setName(\StringType $name, \LanguageCode $languageCode) : $this|\CustomerGroupInterface
setSettings(\CustomerGroupSettingsInterface $settings) : $this|\CustomerGroupInterface
store() : $this|\CustomerGroupInterface
update() : $this|\CustomerGroupInterface
id : integer
var |
---|
integer
members : integer
var |
---|
integer
default : boolean
var |
---|
boolean
configurations : \CustomerGroupConfigurationsInterface
repository : \CustomerGroupRepositoryInterface