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

  • ProductCategoryLinkerInterface
  • ProductFactoryInterface
  • ProductImageContainerInterface
  • ProductImageContainerRepositoryInterface
  • ProductImageInterface
  • ProductImagePathsSettingsInterface
  • ProductImageProcessingInterface
  • ProductInterface
  • ProductListProviderFactoryInterface
  • ProductListProviderInterface
  • ProductObjectServiceInterface
  • ProductPermissionSetterInterface
  • ProductReadServiceInterface
  • ProductRepositoryDeleterInterface
  • ProductRepositoryInterface
  • ProductRepositoryReaderInterface
  • ProductRepositoryWriterInterface
  • ProductSettingsInterface
  • ProductSettingsRepositoryInterface
  • ProductSettingsRepositoryReaderInterface
  • ProductSettingsRepositoryWriterInterface
  • ProductWriteServiceInterface
  • StoredProductInterface

Interface StoredProductInterface

Interface StoredProductInterface

StoredProductInterface implements ProductInterface, AddonValueContainerInterface

Direct known implementers

StoredProduct

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

Methods summary

public integer
# getProductId( )

Get Product ID.

Get Product ID.

Returns the ID of the stored product.

Returns

integer
The product ID.

Methods inherited from ProductInterface

addAddonValues(), deleteAddonValue(), getAddedDateTime(), getAdditionalImages(), getAddonValue(), getAddonValues(), getAvailableDateTime(), getCheckoutInformation(), getDescription(), getDiscountAllowed(), getEan(), getImageContainer(), getKeywords(), getLastModifiedDateTime(), getManufacturerId(), getMetaDescription(), getMetaKeywords(), getMetaTitle(), getName(), getOrderedCount(), getPrice(), getPrimaryImage(), getProductModel(), getProductTypeId(), getQuantity(), getSettings(), getShippingCosts(), getShippingTimeId(), getShortDescription(), getSortOrder(), getTaxClassId(), getUrl(), getUrlKeywords(), getUrlRewrite(), getUrlRewrites(), getViewedCount(), getVpeId(), getVpeValue(), getWeight(), isActive(), isFsk18(), isVpeActive(), setActive(), setAddedDateTime(), setAddonValue(), setAvailableDateTime(), setCheckoutInformation(), setDescription(), setDiscountAllowed(), setEan(), setFsk18(), setImageContainer(), setKeywords(), setLastModifiedDateTime(), setManufacturerId(), setMetaDescription(), setMetaKeywords(), setMetaTitle(), setName(), setOrderedCount(), setPrice(), setProductModel(), setProductTypeId(), setQuantity(), setSettings(), setShippingCosts(), setShippingTimeId(), setShortDescription(), setSortOrder(), setTaxClassId(), setUrl(), setUrlKeywords(), setUrlRewrite(), setUrlRewrites(), setViewedCount(), setVpeActive(), setVpeId(), setVpeValue(), setWeight()

Methods inherited from AddonValueContainerInterface

getAddonValueContainerId()

API documentation generated by ApiGen