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

Interfaces

  • ManufacturerReadServiceInterface
  • ManufacturerWriteServiceInterface

Interface ManufacturerWriteServiceInterface

Interface ManufacturerWriteServiceInterface

Direct known implementers

ManufacturerWriteService

Package: Manufacturer\Interfaces
Category: System
Located at Services/Core/Manufacturer/Interfaces/ManufacturerWriteServiceInterface.inc.php

Methods summary

public
# save( ManufacturerInterface $manufacturer )

Saves manufacturer entity in database.

Saves manufacturer entity in database.

Parameters

$manufacturer
Manufacturer unit to be saved.

Returns


$this|\ManufacturerWriteServiceInterface Same instance for chained method calls.
public
# saveImage( ExistingFile $sourceFile, FilenameStringType $preferredFilename )

Saves an existing image file with giving name.

Saves an existing image file with giving name.

Parameters

$sourceFile
existing file to save.
$preferredFilename
filename to saving file.

Returns


$this|\ManufacturerWriteServiceInterface Same instance for chained method calls.
public FilenameStringType
# unifyFilename( FilenameStringType $preferredFilename )

If the file is existing ,the filename get an unique id as prefix

If the file is existing ,the filename get an unique id as prefix

Parameters

$preferredFilename
filename of uploaded file.

Returns

FilenameStringType
filename with or without unique id.
public
# delete( ManufacturerInterface $manufacturer )

Deletes manufacturer entity from database.

Deletes manufacturer entity from database.

Parameters

$manufacturer
Manufacturer unit to be deleted.

Returns


$this|\ManufacturerWriteServiceInterface Same instance for chained method calls.
public Manufacturer
# createManufacturer( )

Creates manufacturer entity.

Creates manufacturer entity.

Returns

Manufacturer
New manufacturer entity.
API documentation generated by ApiGen