java.lang.Objectcom.ibm.commerce.price.commands.MarketplacePriceListRegistry
Registry for fixed pricing in marketplace Store.
Field Summary | |
static java.lang.String | COPYRIGHT The IBM copyright string. |
static java.lang.String | REGISTRY_NAME The name of this registry. |
Constructor Summary | |
MarketplacePriceListRegistry() Constructor for MarketplacePriceListRegistry. |
Method Summary | |
static MarketplacePriceListRegistry | getInstance() Returns the MarketplacePriceListRegistry instance. |
java.lang.Long | getSupplierContractId(java.lang.Long anSupplierPriceListId) Returns the supplier Contract ID corresponding to the specified supplier PriceList. |
java.lang.Long[] | getSupplierPriceListIds(java.lang.Integer anMarketplaceStoreId) Returns the supplier PriceList IDs of the specified marketplace Store. |
java.lang.Integer | getSupplierStoreId(java.lang.Long anSupplierContractId) Returns the supplier Store ID of the specified supplier Contract ID. |
void | initialize() Initialize this registry instance. |
void | refresh() Refreshes this registry instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String REGISTRY_NAME
Constructor Detail |
public MarketplacePriceListRegistry()
Method Detail |
public static MarketplacePriceListRegistry getInstance()
public void initialize() throws java.lang.Exception
public void refresh() throws java.lang.Exception
public java.lang.Long[] getSupplierPriceListIds(java.lang.Integer anMarketplaceStoreId) throws ECException
public java.lang.Long getSupplierContractId(java.lang.Long anSupplierPriceListId)
public java.lang.Integer getSupplierStoreId(java.lang.Long anSupplierContractId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.