Interface and Description |
---|
com.fatwire.gst.foundation.facade.ics.ICSLocator
is of no use
|
Method and Description |
---|
com.fatwire.gst.foundation.facade.mda.LocaleUtils.findTranslation(AssetId, String, String)
Use #findTranslation(ICS,AssetId,String,String) instead. This
version is unable to correctly record compositional
dependencies on the DimensionSet asset for the site, which
can result in the translation function not flushing pages
when the dimension set is altered (for example, to change the
filter, or change enabled dimensions).
|
com.fatwire.gst.foundation.facade.mda.LocaleUtils.findTranslation(String, String, String, String)
Use #findTranslation(ICS,String,String,String,String)
instead. This version is unable to correctly record
compositional dependencies on the DimensionSet asset for the
site, which can result in the translation function not
flushing pages when the dimension set is altered (for
example, to change the filter, or change enabled dimensions).
|
com.fatwire.gst.foundation.facade.assetapi.AssetDataUtils.getAssetData(AssetId)
use #getAssetData(ICS, AssetId) instead
|
com.fatwire.gst.foundation.facade.assetapi.AssetDataUtils.getAssetData(AssetId, String...)
use #getAssetData(ICS, AssetId, String...) instead
|
com.fatwire.gst.foundation.facade.assetapi.AssetDataUtils.getAssetData(String, String, String...)
inconsistent method signature, replaced by
AssetDataUtils.getAssetData(AssetId, String...) . |
com.fatwire.gst.foundation.wra.WraCoreFieldApiBypassDao.getBackdoorInstance(ICS)
makes unsafe calls and references to unsupported ICS objects
|
com.fatwire.gst.foundation.facade.ics.ICSFactory.getOrCreateICS()
returns an ICS object using an undocumented API, and creates a new one that is only partially-formed
if none is found. Misuse of this ICS object can result in very tricky bugs.
|
com.fatwire.gst.foundation.facade.runtag.commercecontext.GetRecommendations.getRecommendations(ICS, long, int)
replaced by
Recommendations.getRecommendations(ICS, String, int) . |
com.fatwire.gst.foundation.url.WraPathTranslationServiceFactory.getService(ICS)
Use the standard ObjectFactory instead. This method uses an unsafe mechanism to access the ICS
object
|
com.fatwire.gst.foundation.url.db.UrlRegistry2.lookup(ICS) |
com.fatwire.gst.foundation.facade.ics.ICSFactory.newICS()
Creates a new un-backed ICS instance, which can very easily be mistaken for a regular ICS object
|
com.fatwire.gst.foundation.facade.runtag.render.GetTemplateUrl.setDynamic(String) |
com.fatwire.gst.foundation.facade.runtag.render.GetTemplateUrl.setSatellite(String) |
Constructor and Description |
---|
com.fatwire.gst.foundation.url.db.UrlRegistry(ICS, WraCoreFieldDao, VirtualWebrootDao) |
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.