Click or drag to resize

StockService Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Ecommerce.StocksStockService

Namespace:  Dynamicweb.Ecommerce.Stocks
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public class StockService

The StockService type exposes the following members.

Constructors
  NameDescription
Public methodStockService
Initializes a new instance of the StockService class
Top
Methods
  NameDescription
Public methodClearCache
Public methodClearCache(LanguageBasedKeyString)
Public methodClearCache(IEnumerableLanguageBasedKeyString)
Public methodClearStockGroupCache
Public methodCreateStockLocationRelation
Public methodDeleteAllStockLocationRelationsFromShop
Public methodDeleteStockGroup
Public methodDeleteStockLocation
Public methodDeleteStockLocationRelation
Public methodDeleteStockLocationRelations
Public methodDeleteStockStatus
Public methodDeleteStockUnit
Public methodDeleteStockUnitDetail(StockUnitDetail)
Public methodDeleteStockUnitDetail(StockUnitDetailIdentifier)
Public methodDeleteStockUnits(String, String)
Public methodDeleteStockUnits(String, String, String, Int64)
Public methodGetMaxStockUnitRowId Obsolete.
Public methodGetStockGroup
Public methodGetStockGroups
Public methodGetStockLocation(Int64)
Public methodGetStockLocation(Int64, String)
Public methodGetStockLocation(Product, Int64)
Public methodGetStockLocationCategories
Public methodGetStockLocationCategory
Public methodGetStockLocationRelations
Public methodGetStockLocations
Public methodGetStockLocations(Boolean)
Public methodGetStockLocations(Int64)
Public methodGetStockLocations(String)
Public methodGetStockLocations(Product)
Public methodGetStockLocations(String, Boolean)
Public methodGetStockLocations(Product, String)
Public methodGetStockStatus(String)
Public methodGetStockStatus(String, String)
Public methodGetStockStatuses
Public methodGetStockUnit(Int32) Obsolete.
Public methodGetStockUnit(StockUnitIdentifier)
Public methodGetStockUnit(String, String, String, StockLocation)
Public methodGetStockUnitDetail
Public methodGetStockUnits
Public methodGetStockUnitsWithVariants(String)
Public methodGetStockUnitsWithVariants(Product) Obsolete.
Public methodGetStockUnitTotals
Public methodSaveStockGroup
Public methodSaveStockLocation
Public methodSaveStockStatus
Public methodSaveStockUnit
Public methodSaveStockUnitDetail
Top
See Also