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

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

Interface StoredCategoryInterface

Interface StoredCategoryInterface

This interface extends the Category CategoryInterface and represents a persisted category with an unique ID.

StoredCategoryInterface implements CategoryInterface, AddonValueContainerInterface

Direct known implementers

StoredCategory

Package: Category\Interfaces
Category: System
Located at Services/Core/Category/Entities/Interfaces/StoredCategoryInterface.inc.php

Methods summary

public integer
# getCategoryId( )

Gets the ID of the StoredCategory.

Gets the ID of the StoredCategory.

Returns

integer

Methods inherited from CategoryInterface

addAddonValues(), deleteAddonValue(), getAddedDateTime(), getAddonValue(), getAddonValues(), getDescription(), getHeadingTitle(), getIcon(), getImage(), getImageAltText(), getLastModifiedDateTime(), getMetaDescription(), getMetaKeywords(), getMetaTitle(), getName(), getParentId(), getSettings(), getSortOrder(), getUrlKeywords(), getUrlRewrite(), getUrlRewrites(), isActive(), setActive(), setAddedDateTime(), setAddonValue(), setDescription(), setHeadingTitle(), setIcon(), setImage(), setImageAltText(), setLastModifiedDateTime(), setMetaDescription(), setMetaKeywords(), setMetaTitle(), setName(), setParentId(), setSettings(), setSortOrder(), setUrlKeywords(), setUrlRewrite(), setUrlRewrites()

Methods inherited from AddonValueContainerInterface

getAddonValueContainerId()

API documentation generated by ApiGen