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

Interfaces

  • StaticSeoUrlContentInterface
  • StaticSeoUrlContentRepositoryDeleterInterface
  • StaticSeoUrlContentRepositoryInterface
  • StaticSeoUrlContentRepositoryReaderInterface
  • StaticSeoUrlContentRepositoryWriterInterface
  • StaticSeoUrlInterface
  • StaticSeoUrlReadServiceInterface
  • StaticSeoUrlRepositoryDeleterInterface
  • StaticSeoUrlRepositoryInterface
  • StaticSeoUrlRepositoryReaderInterface
  • StaticSeoUrlRepositoryWriterInterface
  • StaticSeoUrlWriteServiceInterface

Interface StaticSeoUrlContentRepositoryInterface

Interface StaticSeoUrlContentRepositoryInterface

Direct known implementers

StaticSeoUrlContentRepository

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

Methods summary

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
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
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.
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.
API documentation generated by ApiGen