ReadServiceDatabaseReaderInterface

Extends

Interface ReadServiceDatabaseReaderInterface

package

Gambio\ProductImageList\ReadService\Interfaces

Methods

getImageListById

getImageListById(integer $id) : array<mixed,\Gambio\ProductImageList\ReadService\Interfaces\ImageListDtoInterface>

Arguments

$id

integer

Response

array<mixed,\Gambio\ProductImageList\ReadService\Interfaces\ImageListDtoInterface>

getImageListIdByCombiId

getImageListIdByCombiId(\Gambio\ProductImageList\ReadService\Interfaces\PropertiesCombisIdDtoInterface $dto) : integer
Throws
\Gambio\ProductImageList\ReadService\Exceptions\CombinationDoesNotHaveAListException

Arguments

Response

integer

getImageListIdByCombiModelAndProductsId

getImageListIdByCombiModelAndProductsId(\Gambio\ProductImageList\ReadService\Interfaces\CombiModelAndProductsIdDtoInterface $dto) : integer
Throws
\Gambio\ProductImageList\ReadService\Exceptions\CombinationDoesNotHaveAListException

Arguments

Response

integer

getImageLists

getImageLists() : array<mixed,\Gambio\ProductImageList\ReadService\Interfaces\ImageListDtoInterface>

getImages

getImages() : array<mixed,\Gambio\ProductImageList\ReadService\Interfaces\ImageListImageDtoInterface>

getImagesByListId

getImagesByListId(integer $listId) : array<mixed,\Gambio\ProductImageList\ReadService\Interfaces\ImageListImageDtoInterface>

Arguments

$listId

integer

Response

array<mixed,\Gambio\ProductImageList\ReadService\Interfaces\ImageListImageDtoInterface>

getImageTexts

getImageTexts() : array<mixed,\Gambio\ProductImageList\ReadService\Interfaces\ImageListImageTextDtoInterface>

getImageTextsByListId

getImageTextsByListId(integer $listId) : array<mixed,\Gambio\ProductImageList\ReadService\Interfaces\ImageListImageTextDtoInterface>