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 SlideRepositoryInterface

Interface SlideRepositoryInterface

Direct known implementers

SlideRepository

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

Methods summary

public SlideCollection
# getBySliderId( IdType $sliderId )

Returns a SlideCollection instance by the given slider ID.

Returns a SlideCollection instance by the given slider ID.

Parameters

$sliderId

Returns

SlideCollection
public SlideInterface
# getById( 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 SlideCollection
# getBySliderIdAndLanguageId( 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 SlideRepositoryInterface
# store( IdType $sliderId, SlideInterface $slide )

Stores a Slide to the database.

Stores a Slide to the database.

Parameters

$sliderId
$slide

Returns

SlideRepositoryInterface
Same instance for method chaining.
public SlideRepositoryInterface
# deleteSlideById( IdType $slideId )

Deletes a Slide by the given slide ID.

Deletes a Slide by the given slide ID.

Parameters

$slideId

Returns

SlideRepositoryInterface
Same instance for method chaining.
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 SlideRepositoryInterface
# unsetSlideThumbnailReference( FilenameStringType $filename )

Unset the thumbnail filename references in other slide thumbnail entry by the given filename.

Unset the thumbnail filename references in other slide thumbnail entry by the given filename.

Parameters

$filename
Slide image filename.

Returns

SlideRepositoryInterface
Same instance for method chaining.
API documentation generated by ApiGen