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
    • 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
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • 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
  • QuickEdit
    • Interfaces
    • Repositories
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects

Classes

  • QuickEditDocuments
  • QuickEditOverviewColumns
  • QuickEditOverviewTooltips
  • QuickEditProductListItem
  • QuickEditProductPropertiesListItem
  • QuickEditProductSpecialPriceListItem
  • QuickEditPropertiesOverviewColumns
  • QuickEditPropertiesTooltips
  • QuickEditSpecialPricesOverviewColumns
  • QuickEditSpecialPriceTooltips

Interfaces

  • QuickEditDocumentsInterface
  • QuickEditOverviewColumnsInterface
  • QuickEditOverviewTooltipsInterface
  • QuickEditPropertiesOverviewColumnsInterface
  • QuickEditPropertiesTooltipsInterface
  • QuickEditSpecialPricesOverviewColumnsInterface
  • QuickEditSpecialPriceTooltipsInterface

Class QuickEditProductPropertiesListItem

Class QuickEditProductPropertiesListItem

Package: Extensions\QuickEdit
Category: System
Located at Extensions/QuickEdit/ListItems/QuickEditProductPropertiesListItem.inc.php

Methods summary

public
# __construct( array $value )

QuickEditProductPropertiesListItem constructor.

QuickEditProductPropertiesListItem constructor.

Parameters

$value
Contains product properties data.
public integer
# getId( )

Returns the Id of the product.

Returns the Id of the product.

Returns

integer
Returns the Id of the product.
public QuickEditProductPropertiesListItem
# setId( IdType $id )

Sets the id of the product.

Sets the id of the product.

Parameters

$id
Product id.

Returns

QuickEditProductPropertiesListItem
QuickEdit product collection.
public integer
# getName( )

Returns the name of the product.

Returns the name of the product.

Returns

integer
Returns the name of the product.
public QuickEditProductPropertiesListItem
# setName( StringType $name )

Sets the name of the product.

Sets the name of the product.

Parameters

$name
Product name.

Returns

QuickEditProductPropertiesListItem
QuickEdit product collection.
public integer
# getModel( )

Returns the model of the product.

Returns the model of the product.

Returns

integer
Returns the model of the product.
public QuickEditProductPropertiesListItem
# setModel( StringType $model )

Sets the model of the product.

Sets the model of the product.

Parameters

$model
Product model.

Returns

QuickEditProductPropertiesListItem
QuickEdit product collection.
public integer
# getEan( )

Returns the ean of the product.

Returns the ean of the product.

Returns

integer
Returns the ean of the product.
public QuickEditProductPropertiesListItem
# setEan( StringType $ean )

Sets the éan of the product.

Sets the éan of the product.

Parameters

$ean
Product $ean.

Returns

QuickEditProductPropertiesListItem
QuickEdit product collection.
public integer
# getQuantity( )

Returns the quantity of the product.

Returns the quantity of the product.

Returns

integer
Returns the quantity of the product.
public QuickEditProductPropertiesListItem
# setQuantity( DecimalType $quantity )

Sets the quantity of the product.

Sets the quantity of the product.

Parameters

$quantity
Product quantity.

Returns

QuickEditProductPropertiesListItem
QuickEdit product collection.
public integer
# getShippingTimeId( )

Returns the shipping time id of the product.

Returns the shipping time id of the product.

Returns

integer
Returns the shipping time id of the product.
public QuickEditProductPropertiesListItem
# setShippingTimeId( IntType $shippingTimeId )

Sets the shipping time id of the product.

Sets the shipping time id of the product.

Parameters

$shippingTimeId
Product shipping time id.

Returns

QuickEditProductPropertiesListItem
QuickEdit product collection.
public integer
# getShipmentConfiguration( )

Returns the shipping configuration of the product.

Returns the shipping configuration of the product.

Returns

integer
Returns the shipping configuration of the product.
public QuickEditProductPropertiesListItem
# setShipmentConfiguration( )

Sets the shipment configuration of the product.

Sets the shipment configuration of the product.

Returns

QuickEditProductPropertiesListItem
QuickEdit product collection.
public integer
# getWeight( )

Returns the weight of the product.

Returns the weight of the product.

Returns

integer
Returns the weight of the product.
public QuickEditProductPropertiesListItem
# setWeight( DecimalType $weight )

Sets the weight of the product.

Sets the weight of the product.

Parameters

$weight
Product weight.

Returns

QuickEditProductPropertiesListItem
QuickEdit product collection.
public integer
# getTax( )

Returns the tax of the product.

Returns the tax of the product.

Returns

integer
Returns the tax of the product.
public QuickEditProductPropertiesListItem
# setTax( DecimalType $tax )

Sets the tax of the product.

Sets the tax of the product.

Parameters

$tax
Product tax.

Returns

QuickEditProductPropertiesListItem
QuickEdit product collection.
public integer
# getPrice( )

Returns the price of the product.

Returns the price of the product.

Returns

integer
Returns the price of the product.
public QuickEditProductPropertiesListItem
# setPrice( DecimalType $price )

Sets the price of the product.

Sets the price of the product.

Parameters

$price
Product price.

Returns

QuickEditProductPropertiesListItem
QuickEdit product collection.
public integer
# getPriceType( )

Returns the price type of the product.

Returns the price type of the product.

Returns

integer
Returns the price type of the product.
public QuickEditProductPropertiesListItem
# setPriceType( StringType $priceType )

Sets the price type of the product.

Sets the price type of the product.

Parameters

$priceType
Product price type.

Returns

QuickEditProductPropertiesListItem
QuickEdit product collection.
public array
# getPriceTypeConfiguration( )

Returns

array
public QuickEditProductPropertiesListItem
# setPriceTypeConfiguration( )

Sets the price type configuration of the product.

Sets the price type configuration of the product.

Returns

QuickEditProductPropertiesListItem
QuickEdit product collection.
public integer
# getProductsName( )

Returns the name of the product.

Returns the name of the product.

Returns

integer
Returns the name of the product.
public QuickEditProductPropertiesListItem
# setProductsName( StringType $productsName )

Sets the name of the product.

Sets the name of the product.

Parameters

$productsName
Product name.

Returns

QuickEditProductPropertiesListItem
QuickEdit product collection.

Properties summary

protected CI_DB_query_builder $db
#
protected LanguageTextManager $languageTextManager
#
protected integer $id
#
protected string $name
#
protected string $model
#
protected string $ean
#
protected float $quantity
#
protected integer $shippingTimeId
#
protected string $shippingStatusName
#
protected array $shipmentConfiguration
# []
protected float $weight
#
protected float $tax
#
protected float $price
#
protected string $priceType
#
protected array $priceTypeConfiguration
# []
protected string $productsName
#
API documentation generated by ApiGen