Uses of Class
com.endeca.infront.cartridge.model.Ancestor

Packages that use Ancestor
com.endeca.infront.cartridge Contains the built-in Assembler cartridge handlers and their configuration classes. 
com.endeca.infront.cartridge.model Contains model objects for use in the built-in Assembler cartridge handlers. 
 

Uses of Ancestor in com.endeca.infront.cartridge
 

Methods in com.endeca.infront.cartridge that return types with arguments of type Ancestor
 List<Ancestor> RefinementMenu.getAncestors()
          Returns the ancestors up to but excluding the Dimension root for this RefinementMenu.
 

Method parameters in com.endeca.infront.cartridge with type arguments of type Ancestor
 void RefinementMenu.setAncestors(List<Ancestor> ancestors)
          Sets the ancestors up to but excluding the Dimension root for this RefinementMenu.
 

Uses of Ancestor in com.endeca.infront.cartridge.model
 

Methods in com.endeca.infront.cartridge.model that return types with arguments of type Ancestor
 List<Ancestor> RefinementBreadcrumb.getAncestors()
           
 List<Ancestor> DimensionSearchValue.getAncestors()
           
 

Method parameters in com.endeca.infront.cartridge.model with type arguments of type Ancestor
 void RefinementBreadcrumb.setAncestors(List<Ancestor> ancestors)
          Sets the ancestors for this refinement, if any.
 void DimensionSearchValue.setAncestors(List<Ancestor> ancestors)
          Sets the ancestors for this dimension.
 



Copyright © 2012, Oracle and/or its affiliates. All rights reserved.