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 QuickEditProductListItem

Class QuickEditProductListItem

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

Methods summary

public
# __construct( array $value )

QuickEditProductListItem constructor.

QuickEditProductListItem constructor.

Parameters

$value
Contains product 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 QuickEditProductListItem
# setId( IdType $id )

Sets the id of the product.

Sets the id of the product.

Parameters

$id
Product id.

Returns

QuickEditProductListItem
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 QuickEditProductListItem
# setModel( StringType $model )

Sets the model of the product.

Sets the model of the product.

Parameters

$model
Product model.

Returns

QuickEditProductListItem
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 QuickEditProductListItem
# setName( StringType $name )

Sets the name of the product.

Sets the name of the product.

Parameters

$name
Product name.

Returns

QuickEditProductListItem
QuickEdit product collection.
public integer
# getManufacturer( )

Returns the manufacturer of the product.

Returns the manufacturer of the product.

Returns

integer
Returns the manufacturer of the product.
public QuickEditProductListItem
# setManufacturer( StringType $manufacturer )

Sets the manufacturer of the product.

Sets the manufacturer of the product.

Parameters

$manufacturer
Product manufacturer.

Returns

QuickEditProductListItem
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 QuickEditProductListItem
# setQuantity( DecimalType $quantity )

Sets the quantity of the product.

Sets the quantity of the product.

Parameters

$quantity
Product quantity.

Returns

QuickEditProductListItem
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 QuickEditProductListItem
# 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

QuickEditProductListItem
QuickEdit product collection.
public integer
# getShippingStatusName( )

Returns the shipping status name of the product.

Returns the shipping status name of the product.

Returns

integer
Returns the shipping status name of the product.
public QuickEditProductListItem
# setShippingStatusName( StringType $shippingStatusName )

Sets the shipping status name of the product.

Sets the shipping status name of the product.

Parameters

$shippingStatusName
Product shipping status name.

Returns

QuickEditProductListItem
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 QuickEditProductListItem
# setWeight( DecimalType $weight )

Sets the weight of the product.

Sets the weight of the product.

Parameters

$weight
Product weight.

Returns

QuickEditProductListItem
QuickEdit product collection.
public integer
# getShippingCosts( )

Returns the shipping costs of the product.

Returns the shipping costs of the product.

Returns

integer
Returns the shipping costs of the product.
public QuickEditProductListItem
# setShippingCosts( DecimalType $shippingCosts )

Sets the shipping costs of the product.

Sets the shipping costs of the product.

Parameters

$shippingCosts
Product shipping costs.

Returns

QuickEditProductListItem
QuickEdit product collection.
public integer
# getTaxClassId( )

Returns the tax class id of the product.

Returns the tax class id of the product.

Returns

integer
Returns the tax class id of the product.
public QuickEditProductListItem
# setTaxClassId( IntType $taxClassId )

Sets the tax class id of the product.

Sets the tax class id of the product.

Parameters

$taxClassId
Product tax class id.

Returns

QuickEditProductListItem
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 QuickEditProductListItem
# setTax( DecimalType $tax )

Sets the tax of the product.

Sets the tax of the product.

Parameters

$tax
Product tax.

Returns

QuickEditProductListItem
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 QuickEditProductListItem
# setPrice( DecimalType $price )

Sets the price of the product.

Sets the price of the product.

Parameters

$price
Product price.

Returns

QuickEditProductListItem
QuickEdit product collection.
public integer
# getDiscount( )

Returns the discount of the product.

Returns the discount of the product.

Returns

integer
Returns the discount of the product.
public QuickEditProductListItem
# setDiscount( DecimalType $discount )

Sets the discount of the product.

Sets the discount of the product.

Parameters

$discount
Product discount.

Returns

QuickEditProductListItem
QuickEdit product collection.
public integer
# getSpecialPriceId( )

Returns the special price id of the product.

Returns the special price id of the product.

Returns

integer
Returns the special price id of the product.
public QuickEditProductListItem
# setSpecialPriceId( IdType $specialPriceId )

Sets the special price id of the product.

Sets the special price id of the product.

Parameters

$specialPriceId
Product special price id.

Returns

QuickEditProductListItem
QuickEdit product collection.
public integer
# getSpecialPrice( )

Returns the special price of the product.

Returns the special price of the product.

Returns

integer
Returns the special price of the product.
public QuickEditProductListItem
# setSpecialPrice( DecimalType $specialPrice )

Sets the special price of the product.

Sets the special price of the product.

Parameters

$specialPrice
Product special price.

Returns

QuickEditProductListItem
QuickEdit product collection.
public integer
# getSpecialPriceExpiresDate( )

Returns the special price expires date of the product.

Returns the special price expires date of the product.

Returns

integer
Returns the special price expires date of the product.
public QuickEditProductListItem
# setSpecialPriceExpiresDate( DateTime $specialPriceExpiresDate )

Sets the special price expires date of the product.

Sets the special price expires date of the product.

Parameters

$specialPriceExpiresDate
Product special price expires date.

Returns

QuickEditProductListItem
QuickEdit product collection.
public integer
# getSpecialPriceQuantity( )

Returns the special price quantity of the product.

Returns the special price quantity of the product.

Returns

integer
Returns the special price quantity of the product.
public QuickEditProductListItem
# setSpecialPriceQuantity( DecimalType $specialPriceQuanity )

Sets the special price quantity of the product.

Sets the special price quantity of the product.

Parameters

$specialPriceQuanity
Product special price quantity.

Returns

QuickEditProductListItem
QuickEdit product collection.
public integer
# getSpecialPriceStatus( )

Returns the special price status of the product.

Returns the special price status of the product.

Returns

integer
Returns the special price status of the product.
public QuickEditProductListItem
# setSpecialPriceStatus( BoolType $specialPriceStatus )

Sets the special price status of the product.

Sets the special price status of the product.

Parameters

$specialPriceStatus
Product special price status.

Returns

QuickEditProductListItem
QuickEdit product collection.
public integer
# getCategory( )

Returns the category of the product.

Returns the category of the product.

Returns

integer
Returns the category of the product.
public QuickEditProductListItem
# setCategory( StringType $category )

Sets the category of the product.

Sets the category of the product.

Parameters

$category
Product category.

Returns

QuickEditProductListItem
QuickEdit product collection.
public integer
# getStatus( )

Returns the status of the product.

Returns the status of the product.

Returns

integer
Returns the status of the product.
public QuickEditProductListItem
# setStatus( BoolType $status )

Sets the status of the product.

Sets the status of the product.

Parameters

$status
Product status.

Returns

QuickEditProductListItem
QuickEdit product collection.

Properties summary

protected integer $id
#
protected string $model
#
protected string $name
#
protected string $manufacturer
#
protected float $quantity
#
protected integer $shippingTimeId
#
protected string $shippingStatusName
#
protected float $weight
#
protected float $shippingCosts
#
protected integer $taxClassId
#
protected float $tax
#
protected float $price
#
protected float $discount
#
protected integer $specialPriceId
#
protected float $specialPrice
#
protected string $specialPriceExpiresDate
#
protected float $specialPriceQuantity
#
protected boolean $specialPriceStatus
#
protected string $category
#
protected boolean $status
#
API documentation generated by ApiGen