phpDocumentor

SliderReadServiceInterface

Interface SliderReadServiceInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

findAssignedSliderIdForCategoryId()  : int|null
Get the Slider ID for the provided category ID.
findAssignedSliderIdForContentId()  : int|null
Get the Slider ID for the provided content ID.
findAssignedSliderIdForProductId()  : int|null
Get the Slider ID for the provided product ID.
getAllSlider()  : SliderCollection
Returns a SliderCollection with all existing Slider objects.
getSlideById()  : SlideInterface
Returns a Slide instance by the given slide ID.
getSlideImageAreaById()  : SlideImageAreaInterface
Returns a SlideImageArea instance by the given slide image area ID.
getSlideImageAreasBySlideImageId()  : SlideImageAreaCollection
Returns a SlideImageAreaCollection with all existing SlideImageArea objects by the given slide image ID.
getSlideImageById()  : SlideImageInterface
Returns a SlideImage instance by the given slide image ID.
getSlideImagesBySlideId()  : SlideImageCollection
Returns a SlideImageCollection with all existing SlideImage objects by the given slide ID.
getSlideImagesBySlideIdAndLanguageId()  : SlideImageCollection
Returns a SlideImageCollection with all existing SlideImage objects by the given slide ID and language ID.
getSliderById()  : SliderInterface
Returns a Slider instance by the given slider ID.
getSlidesBySliderId()  : SlideCollection
Returns a SlideCollection with all existing Slide objects by the given slider ID.
getSlidesBySliderIdAndLanguageId()  : SlideCollection
Returns a SlideCollection with all existing Slide objects by the given slider ID and language ID.
getStartPageSlider()  : SliderInterface|null
Get the Slider for the start page.
isSlideImageFileUsed()  : bool
Check if an image file is used by another slide image entry.
isSlideThumbnailImageFileUsed()  : bool
Check if an image file is used by another slide entry.

Methods

findAssignedSliderIdForCategoryId()

Get the Slider ID for the provided category ID.

public findAssignedSliderIdForCategoryId(IdType $categoryId) : int|null
Parameters
$categoryId : IdType
Return values
int|null

Returns the ID of the slider which is assigned for the given category id or null if no record was found.

findAssignedSliderIdForContentId()

Get the Slider ID for the provided content ID.

public findAssignedSliderIdForContentId(IdType $contentId) : int|null
Parameters
$contentId : IdType
Return values
int|null

Returns the ID of the slider which is assigned for the given content id or null if no record was found.

findAssignedSliderIdForProductId()

Get the Slider ID for the provided product ID.

public findAssignedSliderIdForProductId(IdType $productId) : int|null
Parameters
$productId : IdType
Return values
int|null

Returns the ID of the slider which is assigned for the given product id or null if no record was found.

Search results