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 QuickEditProductSpecialPriceListItem

Class QuickEditProductSpecialPriceListItem

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

Methods summary

public
# __construct( array $value )

QuickEditProductSpecialPriceListItem constructor.

QuickEditProductSpecialPriceListItem constructor.

Parameters

$value
Contains special price data.
public integer
# getProductsId( )

Returns the Id of the product.

Returns the Id of the product.

Returns

integer
Returns the Id of the product.
public QuickEditProductSpecialPriceListItem
# setProductsId( IdType $id )

Sets the id of the product.

Sets the id of the product.

Parameters

$id
Product id.

Returns

QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
public integer
# getProductsName( )

Returns the name of the product.

Returns the name of the product.

Returns

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

Sets the name of the product.

Sets the name of the product.

Parameters

$productsName
Product name.

Returns

QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
public integer
# getProductsModel( )

Returns the model of the product.

Returns the model of the product.

Returns

integer
Returns the model of the product.
public QuickEditProductSpecialPriceListItem
# setProductsModel( StringType $model )

Sets the model of the product.

Sets the model of the product.

Parameters

$model
Product model.

Returns

QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
public integer
# getProductsPrice( )

Returns the price of the product.

Returns the price of the product.

Returns

integer
Returns the price of the product.
public QuickEditProductSpecialPriceListItem
# setProductsPrice( DecimalType $productsPrice )

Sets the model of the product.

Sets the model of the product.

Parameters

$productsPrice
Product price.

Returns

QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
public integer
# getQuantity( )

Returns the quantity of the product.

Returns the quantity of the product.

Returns

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

Sets the quantity of the product.

Sets the quantity of the product.

Parameters

$quantity
Product quantity.

Returns

QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
public integer
# getTax( )

Returns the tax of the product.

Returns the tax of the product.

Returns

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

Sets the tax of the product.

Sets the tax of the product.

Parameters

$tax
Product tax.

Returns

QuickEditProductSpecialPriceListItem
QuickEdit product special price 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 QuickEditProductSpecialPriceListItem
# setPrice( DecimalType $price )

Sets the price of the product.

Sets the price of the product.

Parameters

$price
Product price.

Returns

QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
public boolean
# isNewEntry( )

Returns whether the entry is new.

Returns whether the entry is new.

Returns

boolean
Returns whether the entry is new.
public QuickEditProductSpecialPriceListItem
# setNewEntry( BoolType $newEntry )

Saves whether the entry is new.

Saves whether the entry is new.

Parameters

$newEntry

Returns

QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
public integer
# getExpiresDate( )

Returns the expires date of the product.

Returns the expires date of the product.

Returns

integer
Returns the expires date of the product.
public QuickEditProductSpecialPriceListItem
# setExpiresDate( DateTime $expiresDate )

Sets the special price expires date of the product.

Sets the special price expires date of the product.

Parameters

$expiresDate
Product special price expires date.

Returns

QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
public integer
# getStatus( )

Returns the status of the product.

Returns the status of the product.

Returns

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

Sets the status of the product.

Sets the status of the product.

Parameters

$status
Product status.

Returns

QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.

Properties summary

protected integer $productsId
#
protected string $name
#
protected string $model
#
protected float $quantity
#
protected string $isNewEntry
#
protected string $expiresDate
#
protected float $price
#
protected float $productsPrice
#
protected float $tax
#
protected boolean $status
#
API documentation generated by ApiGen