Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminAccess
    • Collections
    • Deleters
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Managers
    • Readers
    • Writers
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • CustomerGroup
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Serializers
    • Services
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Geschaeftskundenversand
    • Helpers
    • Invoices
    • Orders
    • ParcelShopFinder
    • QuickEdit
    • Serializers
    • Templates
  • Geschaeftskundenversand
    • Exceptions
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Manufacturer
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • OrderStatus
    • Collections
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Repositories
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • QuantityUnit
    • Entities
    • Factories
    • Repositories
  • QuickEdit
    • Interfaces
    • Repositories
  • Review
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Smarty
    • plugins
  • StaticSeoUrl
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • StaticSeoUrls
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects
  • VPE
    • Entities
    • Factories
    • Repositories
  • Withdrawal
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects

Classes

  • CustomerGroupConfigurations
  • CustomerGroupSettings

Interfaces

  • CustomerGroupConfigurationsInterface
  • CustomerGroupSettingsInterface

Class CustomerGroupSettings

Class CustomerGroupSettings

CustomerGroupSettings implements CustomerGroupSettingsInterface
Package: CustomerGroup\ValueObjects
Category: System
Located at Services/Core/CustomerGroup/ValueObjects/CustomerGroupSettings.inc.php

Methods summary

public
# __construct( BoolType $statusPublic, BoolType $statusOtDiscount, BoolType $statusGraduatedPrices, BoolType $statusShowPrice, BoolType $statusShowPriceTax, BoolType $statusAddTaxOt, BoolType $statusDiscountAttributes, BoolType $statusFsk18, BoolType $statusFsk18Display, BoolType $statusWriteReviews, BoolType $statusReadReviews )
public boolean
# isPublic( )

Checks if the customer group is public or not.

Checks if the customer group is public or not.

Returns

boolean

Implementation of

CustomerGroupSettingsInterface::isPublic()
public boolean
# isOtDiscountFlag( )

Checks if ot discount flag enable or not.

Checks if ot discount flag enable or not.

Returns

boolean

Implementation of

CustomerGroupSettingsInterface::isOtDiscountFlag()
public boolean
# isGraduatedPrices( )

Checks if graduated prices enable or not.

Checks if graduated prices enable or not.

Returns

boolean

Implementation of

CustomerGroupSettingsInterface::isGraduatedPrices()
public boolean
# isShowPrice( )

Checks if show price enable or not.

Checks if show price enable or not.

Returns

boolean

Implementation of

CustomerGroupSettingsInterface::isShowPrice()
public boolean
# isShowPriceTax( )

Checks if show price tax enable or not.

Checks if show price tax enable or not.

Returns

boolean

Implementation of

CustomerGroupSettingsInterface::isShowPriceTax()
public boolean
# isAddTaxOt( )

Checks if add tax ot enable or not.

Checks if add tax ot enable or not.

Returns

boolean

Implementation of

CustomerGroupSettingsInterface::isAddTaxOt()
public boolean
# isDiscountAttributes( )

Checks if discount attributes enable or not.

Checks if discount attributes enable or not.

Returns

boolean

Implementation of

CustomerGroupSettingsInterface::isDiscountAttributes()
public boolean
# isFsk18( )

Checks if fsk 18 enable or not.

Checks if fsk 18 enable or not.

Returns

boolean

Implementation of

CustomerGroupSettingsInterface::isFsk18()
public boolean
# isFsk18Display( )

Checks if fsk 18 display enable or not.

Checks if fsk 18 display enable or not.

Returns

boolean

Implementation of

CustomerGroupSettingsInterface::isFsk18Display()
public boolean
# isWriteReviews( )

Checks if write reviews enable or not.

Checks if write reviews enable or not.

Returns

boolean

Implementation of

CustomerGroupSettingsInterface::isWriteReviews()
public boolean
# isReadReviews( )

Checks if read reviews enable or not.

Checks if read reviews enable or not.

Returns

boolean

Implementation of

CustomerGroupSettingsInterface::isReadReviews()

Properties summary

protected boolean $statusPublic
#
protected boolean $statusOtDiscount
#
protected boolean $statusGraduatedPrices
#
protected boolean $statusShowPrice
#
protected boolean $statusShowPriceTax
#
protected boolean $statusAddTaxOt
#
protected boolean $statusDiscountAttributes
#
protected boolean $statusFsk18
#
protected boolean $statusFsk18Display
#
protected boolean $statusWriteReviews
#
protected boolean $statusReadReviews
#
API documentation generated by ApiGen