ZMObject
|
+--ZMManufacturers
public class ZMManufacturers
extends ZMObject
| Field Summary | |
|---|---|
| static mixed | |
| static mixed | |
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| ZMManufacturer | getManufacturerForId(int id, int languageId) Get manufacturer for id. |
| ZMManufacturer | getManufacturerForProduct(ZMProduct product) Get the manufacturer for the given product. |
| array | getManufacturers(int languageId) Get all manufacturers. |
| static void | instance() Get instance. |
| ZMManufacturer | updateManufacturer(ZMManufacturer manufacturer) Update an existing manufacturer. |
| void | updateManufacturerClickCount(int id, int languageId) Update manufacturers click stats. |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| backtrace, create, log, singleton | |
public static mixed $MANUFACTURER_INFO_MAPPING = null
public static mixed $MANUFACTURER_MAPPING = null
public ZMManufacturers()
Create new instance. /
public ZMManufacturer getManufacturerForId(int id, int languageId)
Get manufacturer for id.
null for session language.null.public ZMManufacturer getManufacturerForProduct(ZMProduct product)
Get the manufacturer for the given product.
public array getManufacturers(int languageId)
Get all manufacturers.
null for session language.ZMManufacturer instances.public static void instance()
Get instance. /
public ZMManufacturer updateManufacturer(ZMManufacturer manufacturer)
Update an existing manufacturer.
public void updateManufacturerClickCount(int id, int languageId)
Update manufacturers click stats.
null for session language.
Manufacturers.