Deprecated Methods |
com.bea.alcs.domain.shipping.ShippingServiceLevel.calculateRegularPriceShippingCost(ShoppingCart)
Should call calculateRegularPriceShippingCost(lineItems, currency) instead. |
com.bea.alcs.domain.ElasticPath.getDefaultDateFormat()
The default date format should be retrieved from the
local system, the catalog, or the store as appropriate |
com.bea.alcs.domain.catalog.Brand.getDisplayName(Locale)
use getDisplayName(Locale, boolean) instead. |
com.bea.alcs.domain.catalog.impl.ProductImpl.getDisplayName(Locale)
This method must be replaced completely by getDisplayName(locale, fallback) |
com.bea.alcs.domain.skuconfiguration.SkuOptionValue.getDisplayName(Locale)
Use getDisplayName(locale, fallback) |
com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl.getDisplayName(Locale)
use getDisplayName(Locale, boolean) instead |
com.bea.alcs.service.search.solr.SolrManager.getIndexDir(IndexType)
this method should not be used, but here for example |
com.bea.alcs.service.search.solr.DefaultSolrManager.getIndexDir(IndexType)
this method should not be used, but here for example |
com.bea.alcs.domain.shipping.ShippingServiceLevel.getName(Locale)
call getDisplayName(Locale, boolean) instead |
com.bea.alcs.domain.ElasticPath.getStore()
use com.bea.alcs.sfweb.controller.EpController#getStore() |
com.bea.alcs.domain.impl.ElasticPathImpl.getStore()
use com.bea.alcs.sfweb.controller.EpController#getStore() |
com.bea.alcs.domain.ElasticPath.getStoreCode()
use com.bea.alcs.sfweb.controller.EpController#getStore().getStoreCode() |
com.bea.alcs.domain.impl.ElasticPathImpl.getStoreCode()
use com.bea.alcs.sfweb.controller.EpController#getStore().getStoreCode() |
com.bea.alcs.domain.ElasticPath.setStore(Store)
no replacement |
com.bea.alcs.domain.impl.ElasticPathImpl.setStore(Store)
no replacement |