Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • 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
  • 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

Classes

  • CustomerGroup
  • CustomerGroupCollection

Interfaces

  • CustomerGroupInterface

Interface CustomerGroupInterface

Interface CustomerGroupInterface

Direct known implementers

CustomerGroup

Package: CustomerGroup\Entities
Category: System
Located at Services/Core/CustomerGroup/Entities/Interfaces/CustomerGroupInterface.inc.php

Methods summary

public
# store( )

Saves customer group in database.

Saves customer group in database.

Returns


$this|\CustomerGroupInterface Same instance for chained method calls.
public
# update( )

Updates customer group in database.

Updates customer group in database.

Returns


$this|\CustomerGroupInterface Same instance for chained method calls.
public
# delete( )

Deletes customer group from database.

Deletes customer group from database.

Returns


$this|\CustomerGroupInterface Same instance for chained method calls.
public integer
# getId( )

Returns the customer group id.

Returns the customer group id.

Returns

integer
Customer group id.
public
# setId( IntType $id )

Sets the customer group id.

Sets the customer group id.

Parameters

$id
The customer group id to be set.

Returns


$this|\CustomerGroupInterface Same instance for chained method calls.
public string
# getName( LanguageCode $languageCode )

Returns the name.

Returns the name.

Parameters

$languageCode
Language code for language specific name value.

Returns

string
Language specific name value.
public
# setName( StringType $name, LanguageCode $languageCode )

Sets the name.

Sets the name.

Parameters

$name
Name.
$languageCode
Language code for language specific name value.

Returns


$this|\CustomerGroupInterface Same instance for chained method calls.
public array
# getNames( )

Returns all language specific name.

Returns all language specific name.

Returns

array
Language specific name value.
public CustomerGroupSettingsInterface
# getSettings( )

Returns the customer group settings.

Returns the customer group settings.

Returns

CustomerGroupSettingsInterface
public
# setSettings( CustomerGroupSettingsInterface $settings )

Sets the customer group settings.

Sets the customer group settings.

Parameters

$settings
Customer group settings.

Returns


$this|\CustomerGroupInterface Same instance for chained method calls.
public CustomerGroupConfigurationsInterface
# getConfigurations( )

Returns the customer group configurations.

Returns the customer group configurations.

Returns

CustomerGroupConfigurationsInterface
public
# setConfigurations( CustomerGroupConfigurationsInterface $configurations )

Sets the customer group configurations.

Sets the customer group configurations.

Parameters

$configurations
Customer group configurations.

Returns


$this|\CustomerGroupInterface Same instance for chained method calls.
API documentation generated by ApiGen