public class PriceDataLoadHelper
extends java.lang.Object
The most commonly used method in finding default price list is getDefaultPriceListByStoreIdAndCatentryId(String, String).
Modifier and Type | Method and Description |
---|---|
static java.lang.String | getDefaultPriceListByStoreIdAndCatentryId(java.lang.String aStoreId, java.lang.String aCatalogEntryId)
Gets the default price list ID using the given store ID and catentry ID.
|
public static java.lang.String getDefaultPriceListByStoreIdAndCatentryId(java.lang.String aStoreId, java.lang.String aCatalogEntryId) throws DataLoadException
This method can find the default price list, when there is no price list in the business context.