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 StaticSeoUrlContentRepository

Class StaticSeoUrlRepository

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

Methods summary

public
# __construct( StaticSeoUrlContentRepositoryWriterInterface $writer, StaticSeoUrlContentRepositoryReaderInterface $reader, StaticSeoUrlContentRepositoryDeleterInterface $deleter )

StaticSeoUrlContentRepository constructor.

StaticSeoUrlContentRepository constructor.

Parameters

$writer
$reader
$deleter
public StaticSeoUrlContentCollection
# getByStaticSeoUrlId( IdType $staticSeoUrlId )

Returns a StaticSeoUrlContentCollection instance by the given staticSeoUrl ID.

Returns a StaticSeoUrlContentCollection instance by the given staticSeoUrl ID.

Parameters

$staticSeoUrlId

Returns

StaticSeoUrlContentCollection

Implementation of

StaticSeoUrlContentRepositoryInterface::getByStaticSeoUrlId()
public StaticSeoUrlContentInterface
# getById( IdType $staticSeoUrlContentId )

Returns a StaticSeoUrlContent instance by the given staticSeoUrlContent ID.

Returns a StaticSeoUrlContent instance by the given staticSeoUrlContent ID.

Parameters

$staticSeoUrlContentId

Returns

StaticSeoUrlContentInterface

Implementation of

StaticSeoUrlContentRepositoryInterface::getById()
public StaticSeoUrlContentRepositoryInterface
# store( IdType $staticSeoUrlId, StaticSeoUrlContentInterface $staticSeoUrlContent )

Stores a StaticSeoUrlContent to the database.

Stores a StaticSeoUrlContent to the database.

Parameters

$staticSeoUrlId
$staticSeoUrlContent

Returns

StaticSeoUrlContentRepositoryInterface
Same instance for method chaining.

Implementation of

StaticSeoUrlContentRepositoryInterface::store()
public StaticSeoUrlContentRepositoryInterface
# deleteStaticSeoUrlContentById( IdType $staticSeoUrlContentId )

Deletes a StaticSeoUrlContent by the given staticSeoUrlContent ID.

Deletes a StaticSeoUrlContent by the given staticSeoUrlContent ID.

Parameters

$staticSeoUrlContentId

Returns

StaticSeoUrlContentRepositoryInterface
Same instance for method chaining.

Implementation of

StaticSeoUrlContentRepositoryInterface::deleteStaticSeoUrlContentById()

Properties summary

protected StaticSeoUrlContentRepositoryWriterInterface $writer
#
protected StaticSeoUrlContentRepositoryReaderInterface $reader
#
protected StaticSeoUrlContentRepositoryDeleterInterface $deleter
#
API documentation generated by ApiGen