Repository

Extends \Shopware\Components\Model\ModelRepository

package

Default

Methods

Remove all Stock items corresponding to the given ArticleDetail-id

deleteByArticleDetailId(integer $articleDetailId) 

Arguments

$articleDetailId

integer

Remove all Stock items corresponding to the given ArticleDetail-id

deleteByBinLocationId(integer $binLocationId) 

Arguments

$binLocationId

integer

Returns a doctrine database query for the retrieval of a list of article barcode labels.

getArticleBarcodeLabelListQuery(integer $start = null, integer $limit = null, array $sort = array(), array $filter = array(), array $ids = null) : \Doctrine\ORM\Query

Arguments

$start

integer

(optional)

$limit

integer

(optional)

$sort

array

(optional)

$filter

array

(optional)

$ids

array

(optional)

Response

\Doctrine\ORM\Query

Returns a doctrine database query for the retrieval of a list of barcode label presets.

getBarcodeLabelPresetListQuery(string $presetType = null) : \Doctrine\ORM\Query

Arguments

$presetType

string

Response

\Doctrine\ORM\Query

Returns a doctrine database query for the retrieval of a list of bin location barcode labels.

getBinLocationBarcodeLabelListQuery(integer $start = null, integer $limit = null, array $sort = array(), array $filter = array(), array $ids = null) : \Doctrine\ORM\Query

Arguments

$start

integer

(optional)

$limit

integer

(optional)

$sort

array

(optional)

$filter

array

(optional)

$ids

array

(optional)

Response

\Doctrine\ORM\Query