java.lang.Object | +--com.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
initialize
in interface
Registry
java.lang.Exception
Registry.initialize()
public void refresh() throws java.lang.Exception
refresh
in interface
Registry
java.lang.Exception
Registry.refresh()
public java.lang.Long[] getSupplierPriceListIds(java.lang.Integer anMarketplaceStoreId) throws ECException
anMarketplaceStoreId
- the marketplace Store ID.ECException
public java.lang.Long getSupplierContractId(java.lang.Long anSupplierPriceListId)
anSupplierPriceListId
- the supplier PriceList ID.public java.lang.Integer getSupplierStoreId(java.lang.Long anSupplierContractId)
anSupplierContractId
- the supplier Contract ID.