Uses of Class
com.endeca.infront.cartridge.DimensionSearchResultsConfig

Packages that use DimensionSearchResultsConfig
com.endeca.infront.cartridge Contains the built-in Assembler cartridge handlers and their configuration classes. 
 

Uses of DimensionSearchResultsConfig in com.endeca.infront.cartridge
 

Methods in com.endeca.infront.cartridge that return DimensionSearchResultsConfig
protected  DimensionSearchResultsConfig DimensionSearchResultsHandler.wrapConfig(ContentItem pContentItem)
           
 

Methods in com.endeca.infront.cartridge with parameters of type DimensionSearchResultsConfig
 void DimensionSearchResultsHandler.preprocess(DimensionSearchResultsConfig cartridgeConfig)
          Creates a dimension search query if isEnabled() returns true.
 DimensionSearchResults DimensionSearchResultsHandler.process(DimensionSearchResultsConfig cartridgeConfig)
          Returns a DimensionSearchResults if isEnabled() is true, and there is at least 1 search term in the NavigationState else returns null.
 

Constructors in com.endeca.infront.cartridge with parameters of type DimensionSearchResultsConfig
DimensionSearchResults(DimensionSearchResultsConfig pConfig)
          Creates the DimensionSearchResults output model, using the type and data present in the input DimensionSearchResultsConfig.
 



Copyright © 2012. All Rights Reserved.