phpDocumentor

ProductDownloadWriteService

Interface ProductDownloadWriteService

Table of Contents

createMultipleProductDownloads()  : ProductOptionIds
createProductDownload()  : ProductOptionId
deleteAllProductDownloadsByProductId()  : void
deleteProductDownloads()  : void
storeProductDownloads()  : void

Methods

createProductDownload()

public createProductDownload(int $productId, OptionAndOptionValueId $optionAndOptionValueId, ImageListId $imageListId, OptionValueCustomization $optionValueCustomization, ProductDownloadStock $productDownloadStock, int $sortOrder) : ProductOptionId
Parameters
$productId : int
$optionAndOptionValueId : OptionAndOptionValueId
$imageListId : ImageListId
$optionValueCustomization : OptionValueCustomization
$productDownloadStock : ProductDownloadStock
$sortOrder : int
Tags
throws
InsertionOfProductDownloadsFailedException
throws
ProductDownloadAlreadyExistsException
Return values
ProductOptionId

Search results