Class CustomerGroupFactory
category |
System |
---|---|
package |
CustomerGroup |
subpackage |
Factories |
__construct(\CustomerGroupRepositoryInterface $repository)
createCollection() : \CustomerGroupCollection
createConfigurations(\DecimalType $discount, \DecimalType $otDiscount, \DecimalType|null $minOrder = null, \DecimalType|null $maxOrder = null, array $unallowedPaymentModules = array(), array $unallowedShippingModules = array()) : \CustomerGroupConfigurations
\DecimalType
\DecimalType
\DecimalType|null
\DecimalType|null
array
array
\CustomerGroupConfigurations
createEntity() : \CustomerGroup
createSettings(\BoolType $statusPublic, \BoolType $statusOtDiscount, \BoolType $statusGraduatedPrices, \BoolType $statusShowPrice, \BoolType $statusShowPriceTax, \BoolType $statusAddTaxOt, \BoolType $statusDiscountAttributes, \BoolType $statusFsk18Purchasable, \BoolType $statusFsk18Display, \BoolType $statusWriteReviews, \BoolType $statusReadReviews) : \CustomerGroupSettings
\BoolType
\BoolType
\BoolType
\BoolType
\BoolType
\BoolType
\BoolType
\BoolType
\BoolType
\BoolType
\BoolType
\CustomerGroupSettings
repository : \CustomerGroupRepositoryInterface