Mage_CatalogInventory_Model_Resource_Indexer_Stock_Interface
in
Table of Contents
Methods
- getTypeId() : mixed
- Retrieve Product Type Id for indexer
- reindexAll() : mixed
- Reindex all stock status data
- reindexEntity() : mixed
- Reindex stock status data for defined ids
- setTypeId() : mixed
- Set Product Type Id for indexer
Methods
getTypeId()
Retrieve Product Type Id for indexer
public
getTypeId() : mixed
Tags
reindexAll()
Reindex all stock status data
public
reindexAll() : mixed
reindexEntity()
Reindex stock status data for defined ids
public
reindexEntity(int|array<string|int, mixed> $entityIds) : mixed
Parameters
- $entityIds : int|array<string|int, mixed>
setTypeId()
Set Product Type Id for indexer
public
setTypeId(string $typeId) : mixed
Parameters
- $typeId : string