Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Interfaces

  • CategoryFactoryInterface
  • CategoryInterface
  • CategoryListProviderFactoryInterface
  • CategoryListProviderInterface
  • CategoryObjectServiceInterface
  • CategoryReadServiceInterface
  • CategoryRepositoryDeleterInterface
  • CategoryRepositoryInterface
  • CategoryRepositoryReaderInterface
  • CategoryRepositoryWriterInterface
  • CategoryServiceSettingsInterface
  • CategorySettingsInterface
  • CategorySettingsRepositoryInterface
  • CategorySettingsRepositoryReaderInterface
  • CategorySettingsRepositoryWriterInterface
  • CategoryWriteServiceInterface
  • StoredCategoryInterface

Interface CategoryReadServiceInterface

Interface CategoryReadServiceInterface

This interface defines methods for retrieving data of a particular category and a collection of specific categories.

Direct known implementers

CategoryReadService

Package: Category\Interfaces
Category: System
Located at CoreServices/Category/Entities/Interfaces/CategoryReadServiceInterface.inc.php

Methods summary

public StoredCategoryInterface
# getCategoryById( IdType $categoryId )

Returns a StoredCategory object with the provided category ID.

Returns a StoredCategory object with the provided category ID.

Parameters

$categoryId
ID of the category.

Returns

StoredCategoryInterface
A StoredCategory object, depending on the provided category ID.
public CategoryListItemCollection
# getCategoryList( LanguageCode $languageCode, IdType $parentId = null, IdType $customerStatusLimit = null )

Returns a CategoryListItemCollection.

Returns a CategoryListItemCollection.

Parameters

$languageCode
The language code for the wanted language.
$parentId
The parent ID of the categories.
$customerStatusLimit
Customer status ID to decide the allowance.

Returns

CategoryListItemCollection
A Category list item collection.
public CategoryListItemCollection
# getActiveCategoryList( LanguageCode $languageCode, IdType $parentId = null, IdType $customerStatusLimit = null )

Returns an active CategoryListItemCollection of active categories.

Returns an active CategoryListItemCollection of active categories.

Parameters

$languageCode
The language code for the wanted language.
$parentId
The parent ID of the categories.
$customerStatusLimit
Customer status ID to decide the allowance.

Returns

CategoryListItemCollection
An CategoryListItemCollection of active categories.
API documentation generated by ApiGen