Table of Contents
Methods
-
addCustomerCategory()
: void
-
getCustomerCategories()
: array<string|int, mixed>
-
getDescription()
: string
-
getMaintainedCatalogs()
: array<string|int, mixed>
-
getManagedCatalogItems()
: array<string|int, mixed>
-
getProposedTechnicalProducts()
: array<string|int, mixed>
-
getSuppliedProducts()
: array<string|int, mixed>
-
getVatNumber()
: string
-
maintainCatalog()
: void
-
manageCatalogItem()
: void
-
proposeTechnicalProducts()
: void
-
setDescription()
: void
-
setVatNumber()
: void
-
supplyProduct()
: void
-
unmaintainCatalog()
: void
-
unmanageCatalogItem()
: void
-
unproposeTechnicalProducts()
: void
-
unsupplyProduct()
: void
addCustomerCategory()
public
addCustomerCategory(ICustomerCategory $customerCategory) : void
Parameters
-
$customerCategory
: ICustomerCategory
-
getCustomerCategories()
public
getCustomerCategories() : array<string|int, mixed>
Return values
array<string|int, mixed>
getDescription()
public
getDescription() : string
getMaintainedCatalogs()
public
getMaintainedCatalogs() : array<string|int, mixed>
Return values
array<string|int, mixed>
getManagedCatalogItems()
public
getManagedCatalogItems() : array<string|int, mixed>
Return values
array<string|int, mixed>
getProposedTechnicalProducts()
public
getProposedTechnicalProducts() : array<string|int, mixed>
Return values
array<string|int, mixed>
getSuppliedProducts()
public
getSuppliedProducts() : array<string|int, mixed>
Return values
array<string|int, mixed>
getVatNumber()
public
getVatNumber() : string
maintainCatalog()
public
maintainCatalog(ICatalog $catalog) : void
Parameters
-
$catalog
: ICatalog
-
manageCatalogItem()
public
manageCatalogItem(ICatalogItem $catalogItem) : void
Parameters
-
$catalogItem
: ICatalogItem
-
proposeTechnicalProducts()
public
proposeTechnicalProducts(ITechnicalProduct $technicalProducts) : void
Parameters
-
$technicalProducts
: ITechnicalProduct
-
setDescription()
public
setDescription(string $description) : void
Parameters
-
$description
: string
-
setVatNumber()
public
setVatNumber(string $vatNumber) : void
Parameters
-
$vatNumber
: string
-
supplyProduct()
public
supplyProduct(ISuppliedProduct $suppliedProduct) : void
Parameters
-
$suppliedProduct
: ISuppliedProduct
-
unmaintainCatalog()
public
unmaintainCatalog(ICatalog $catalog) : void
Parameters
-
$catalog
: ICatalog
-
unmanageCatalogItem()
public
unmanageCatalogItem(ICatalogItem $catalogItem) : void
Parameters
-
$catalogItem
: ICatalogItem
-
unproposeTechnicalProducts()
public
unproposeTechnicalProducts(ITechnicalProduct $technicalProducts) : void
Parameters
-
$technicalProducts
: ITechnicalProduct
-
unsupplyProduct()
public
unsupplyProduct(ISuppliedProduct $suppliedProduct) : void
Parameters
-
$suppliedProduct
: ISuppliedProduct
-