Deprecated Methods |
com.endeca.portal.dataenrichment.EndecaEnrichment.addClearAllBlacklist(EnrichmentPipelineUtil, Pipeline, String, String)
|
com.endeca.portal.data.QueryState.addFunction(QueryFunction)
use QueryState.addFunction(QueryFunction,SemanticView,Locale) instead
TODO: make this method private? |
com.endeca.portal.data.QueryState.addFunctions(List extends QueryFunction>)
use QueryState.addFunctions(List, SemanticView, Locale) instead |
com.endeca.portal.lql.LQLUtils.addNullGroupFilterToStatement(Statement)
Use addNullGroupFilterToStatement(SemanticView, Statement) instead |
com.endeca.portal.data.DataSource.clearViewCache()
components shouldn't need to manually clear caches anymore |
com.endeca.portal.lql.LQLUtils.filterOutNullGroups(Query)
Use filterOutNullGroups(SemanticView, Query) instead |
com.endeca.portal.data.functions.RefinementFilter.getDimensionId()
As of Latitude 2.1, replaced by RefinementFilter.getAttributeKey() |
com.endeca.portal.data.functions.NegativeRefinementFilter.getDimensionName()
As of Latitude 2.1, replaced by NegativeRefinementFilter.getAttributeKey() |
com.endeca.portal.data.functions.RefinementFilter.getDimValId()
As of Latitude 2.1, replaced by RefinementFilter.getAttributeValue() |
com.endeca.portal.data.functions.NegativeRefinementFilter.getDimValName()
As of Latitude 2.1, replaced by NegativeRefinementFilter.getAttributeValue() |
com.endeca.portal.data.DataSource.getGlobalAttributeSettings()
for temporary support while we migrate components to new Attribute UAM (com.endeca.portal.attributes.viewmodel.Attribute) |
com.endeca.portal.data.functions.RangeFilter.getProperty()
As of Latitude 2.1, replaced by RangeFilter.getAttributeKey() |
com.endeca.portal.session.UserSession.getTestInstance()
|
com.endeca.portal.data.CollectionBaseView.getUAM()
for temporary support while we migrate components to new Attribute UAM (com.endeca.portal.attributes.viewmodel.Attribute) |
com.endeca.portal.attributes.model.Attribute.isNavigable()
As of MDEX 7 this is no longer relevant; all attributes are navigable |
com.endeca.portal.data.config.DataSourceConfigHelper.loadDataSourceConfigurationFromDisk()
|
com.endeca.portal.data.functions.RefinementFilter.setDimensionId(String)
As of Latitude 2.1, replaced by RefinementFilter.setAttributeKey(String) |
com.endeca.portal.data.functions.NegativeRefinementFilter.setDimensionName(String)
As of Latitude 2.1, replaced by NegativeRefinementFilter.setAttributeKey(String) |
com.endeca.portal.data.functions.RefinementFilter.setDimValId(String)
As of Latitude 2.1, replaced by RefinementFilter.setAttributeValue(String) |
com.endeca.portal.data.functions.NegativeRefinementFilter.setDimValName(String)
As of Latitude 2.1, replaced by NegativeRefinementFilter.setAttributeValue(String) |
com.endeca.portal.data.functions.RangeFilter.setProperty(String)
As of Latitude 2.1, replaced by RangeFilter.setAttributeKey(String) |
com.endeca.portal.data.MDEXState.setQueryState(QueryState)
|
com.endeca.portlet.util.EndecaPortletUtil.writeJSONResponse(JSONObject, RenderResponse)
Should use writeObjectResponse |
com.endeca.portlet.util.EndecaPortletUtil.writeJSONResponse(JSONObject, RenderResponse, String)
Should use writeObjectResponse |
com.endeca.portlet.util.EndecaPortletUtil.writeJSONResponse(JSONObject, ResourceResponse)
Should use writeObjectResponse |
com.endeca.portlet.util.EndecaPortletUtil.writeJSONResponse(JSONObject, ResourceResponse, String)
Should use writeObjectResponse |