Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Interfaces

  • SlideImageAreaInterface
  • SlideImageAreaRepositoryDeleterInterface
  • SlideImageAreaRepositoryInterface
  • SlideImageAreaRepositoryReaderInterface
  • SlideImageAreaRepositoryWriterInterface
  • SlideImageInterface
  • SlideImagePathsSettingsInterface
  • SlideImageRepositoryDeleterInterface
  • SlideImageRepositoryInterface
  • SlideImageRepositoryReaderInterface
  • SlideImageRepositoryWriterInterface
  • SlideInterface
  • SliderAssignmentRepositoryInterface
  • SlideRepositoryDeleterInterface
  • SlideRepositoryInterface
  • SlideRepositoryReaderInterface
  • SlideRepositoryWriterInterface
  • SliderInterface
  • SliderReadServiceInterface
  • SliderRepositoryDeleterInterface
  • SliderRepositoryInterface
  • SliderRepositoryReaderInterface
  • SliderRepositoryWriterInterface
  • SliderWriteServiceInterface

Interface SliderReadServiceInterface

Interface SliderReadServiceInterface

Direct known implementers

SliderReadService

Package: Slider\Interfaces
Category: System
Located at Services/Core/Slider/Interfaces/SliderReadServiceInterface.inc.php

Methods summary

public SliderCollection
# getAllSlider( )

Returns a SliderCollection with all existing Slider objects.

Returns a SliderCollection with all existing Slider objects.

Returns

SliderCollection
public SliderInterface
# getSliderById( IdType $sliderId )

Returns a Slider instance by the given slider ID.

Returns a Slider instance by the given slider ID.

Parameters

$sliderId

Returns

SliderInterface
public SlideInterface
# getSlideById( IdType $slideId )

Returns a Slide instance by the given slide ID.

Returns a Slide instance by the given slide ID.

Parameters

$slideId

Returns

SlideInterface
public SlideImageInterface
# getSlideImageById( IdType $slideImageId )

Returns a SlideImage instance by the given slide image ID.

Returns a SlideImage instance by the given slide image ID.

Parameters

$slideImageId

Returns

SlideImageInterface
public SlideCollection
# getSlidesBySliderId( IdType $sliderId )

Returns a SlideCollection with all existing Slide objects by the given slider ID.

Returns a SlideCollection with all existing Slide objects by the given slider ID.

Parameters

$sliderId

Returns

SlideCollection
public SlideImageCollection
# getSlideImagesBySlideId( IdType $slideId )

Returns a SlideImageCollection with all existing SlideImage objects by the given slide ID.

Returns a SlideImageCollection with all existing SlideImage objects by the given slide ID.

Parameters

$slideId

Returns

SlideImageCollection
public SlideCollection
# getSlidesBySliderIdAndLanguageId( IdType $sliderId, IdType $languageId )

Returns a SlideCollection with all existing Slide objects by the given slider ID and language ID.

Returns a SlideCollection with all existing Slide objects by the given slider ID and language ID.

Parameters

$sliderId
$languageId

Returns

SlideCollection
public SlideImageCollection
# getSlideImagesBySlideIdAndLanguageId( IdType $slideId, IdType $languageId )

Returns a SlideImageCollection with all existing SlideImage objects by the given slide ID and language ID.

Returns a SlideImageCollection with all existing SlideImage objects by the given slide ID and language ID.

Parameters

$slideId
$languageId

Returns

SlideImageCollection
public SlideImageAreaInterface
# getSlideImageAreaById( IdType $slideImageAreaId )

Returns a SlideImageArea instance by the given slide image area ID.

Returns a SlideImageArea instance by the given slide image area ID.

Parameters

$slideImageAreaId

Returns

SlideImageAreaInterface
public SlideImageAreaCollection
# getSlideImageAreasBySlideImageId( IdType $slideImageId )

Returns a SlideImageAreaCollection with all existing SlideImageArea objects by the given slide image ID.

Returns a SlideImageAreaCollection with all existing SlideImageArea objects by the given slide image ID.

Parameters

$slideImageId

Returns

SlideImageAreaCollection
public boolean
# isSlideImageFileUsed( FilenameStringType $filename, IdType $slideImageId )

Check if an image file is used by another slide image entry.

Check if an image file is used by another slide image entry.

Parameters

$filename
Slide image filename.
$slideImageId

Returns

boolean
public boolean
# isSlideThumbnailImageFileUsed( FilenameStringType $filename, IdType $slideId )

Check if an image file is used by another slide entry.

Check if an image file is used by another slide entry.

Parameters

$filename
Slide thumbnail image filename.
$slideId

Returns

boolean
public SliderInterface|null
# getStartPageSlider( )

Get the Slider for the start page.

Get the Slider for the start page.

Returns

SliderInterface|null
Returns the start page slider instance or null if no record was found.
public integer|null
# findAssignedSliderIdForCategoryId( IdType $categoryId )

Get the Slider ID for the provided category ID.

Get the Slider ID for the provided category ID.

Parameters

$categoryId

Returns

integer|null

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

public integer|null
# findAssignedSliderIdForContentId( IdType $contentId )

Get the Slider ID for the provided content ID.

Get the Slider ID for the provided content ID.

Parameters

$contentId

Returns

integer|null

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

public integer|null
# findAssignedSliderIdForProductId( IdType $productId )

Get the Slider ID for the provided product ID.

Get the Slider ID for the provided product ID.

Parameters

$productId

Returns

integer|null

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

API documentation generated by ApiGen