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
  • CustomerGroup
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Serializers
    • Services
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Geschaeftskundenversand
    • Helpers
    • Invoices
    • Orders
    • ParcelShopFinder
    • QuickEdit
    • Serializers
    • Templates
  • Geschaeftskundenversand
    • Exceptions
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Manufacturer
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • OrderStatus
    • Collections
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Repositories
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • QuantityUnit
    • Entities
    • Factories
    • Repositories
  • QuickEdit
    • Interfaces
    • Repositories
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Smarty
    • plugins
  • StaticSeoUrl
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • StaticSeoUrls
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects
  • VPE
    • Entities
    • Factories
    • Repositories

Classes

  • StaticSeoUrlContentRepository
  • StaticSeoUrlContentRepositoryDeleter
  • StaticSeoUrlContentRepositoryReader
  • StaticSeoUrlContentRepositoryWriter
  • StaticSeoUrlRepository
  • StaticSeoUrlRepositoryDeleter
  • StaticSeoUrlRepositoryReader
  • StaticSeoUrlRepositoryWriter

Class StaticSeoUrlRepository

Class StaticSeoUrlRepository

StaticSeoUrlRepository implements StaticSeoUrlRepositoryInterface
Package: StaticSeoUrl\Repositories
Category: System
Located at Services/Core/StaticSeoUrl/Repositories/StaticSeoUrlRepository.inc.php

Methods summary

public
# __construct( StaticSeoUrlRepositoryWriterInterface $writer, StaticSeoUrlRepositoryReaderInterface $reader, StaticSeoUrlRepositoryDeleterInterface $deleter, StaticSeoUrlContentRepositoryInterface $staticSeoUrlContentRepository )

StaticSeoUrlRepository constructor.

StaticSeoUrlRepository constructor.

Parameters

$writer
$reader
$deleter
$staticSeoUrlContentRepository
public StaticSeoUrlCollection
# getAll( )

Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.

Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.

Returns

StaticSeoUrlCollection

Implementation of

StaticSeoUrlRepositoryInterface::getAll()
public StaticSeoUrlInterface
# getById( IdType $staticSeoUrlId )

Returns a StaticSeoUrl instance by the given staticSeoUrl ID.

Returns a StaticSeoUrl instance by the given staticSeoUrl ID.

Parameters

$staticSeoUrlId
ID of the staticSeoUrl to get.

Returns

StaticSeoUrlInterface

Implementation of

StaticSeoUrlRepositoryInterface::getById()
public StaticSeoUrlRepositoryInterface
# store( StaticSeoUrlInterface $staticSeoUrl )

Stores a StaticSeoUrl to the database.

Stores a StaticSeoUrl to the database.

Parameters

$staticSeoUrl
StaticSeoUrl to store.

Returns

StaticSeoUrlRepositoryInterface
Same instance for method chaining.

Throws

InvalidArgumentException
If no staticSeoUrl was found by the given ID.

Implementation of

StaticSeoUrlRepositoryInterface::store()
public StaticSeoUrlRepositoryInterface
# deleteStaticSeoUrlById( IdType $staticSeoUrlId )

Deletes a StaticSeoUrl by the given staticSeoUrl ID.

Deletes a StaticSeoUrl by the given staticSeoUrl ID.

Parameters

$staticSeoUrlId
ID of the staticSeoUrl to delete.

Returns

StaticSeoUrlRepositoryInterface
Same instance for method chaining.

Throws

InvalidArgumentException
If no staticSeoUrl was found by the given ID.

Implementation of

StaticSeoUrlRepositoryInterface::deleteStaticSeoUrlById()
protected StaticSeoUrlContentCollection
# _getStaticSeoUrlContentCollection( IdType $staticSeoUrlId )

Returns a StaticSeoUrlContentCollection with all existing StaticSeoUrlContent objects by the given staticSeoUrl ID.

Returns a StaticSeoUrlContentCollection with all existing StaticSeoUrlContent objects by the given staticSeoUrl ID.

Parameters

$staticSeoUrlId
ID of the staticSeoUrl to fetch the staticSeoUrlContent collection from.

Returns

StaticSeoUrlContentCollection

Properties summary

protected StaticSeoUrlRepositoryWriterInterface $writer
#
protected StaticSeoUrlRepositoryReaderInterface $reader
#
protected StaticSeoUrlRepositoryDeleterInterface $deleter
#
protected StaticSeoUrlContentRepositoryInterface $staticSeoUrlContentRepository
#
API documentation generated by ApiGen