Smart Collection Classes
BasicESIRenderer
This is the abstract class implementing the interface ESIRenderer and is extended by the promotion smart collection class provided by ESI services. See section BasicESIRenderer for more information.
ESISmartCollectionRenderer
It belongs to the package com.ptc.windchill.esi.smartcollection and is instantiated when a smart collection is released. The context parts, content parts and navigation criteria is sent along with the smart collection. Refer to the Windchill release specific Java documentation for more details on available attributes and methods in the class.
ESINavigationCriteriaRenderer
It belongs to the package com.ptc.windchill.esi.navigationcriteria and is instantiated when smart collection is released and associated navigation criteria needs to be rendered.
Refer to the Windchill release specific Java documentation for more details on available attributes and methods in the class.
ESINavigationFilterRenderer
It belongs to the package com.ptc.windchill.esi.navigationcriteria and is instantiated when smart collection is released and associated navigation filter needs to be rendered. The filters that are currently supported OOTB include – Plant, Attribute and ATO.
Refer to the Windchill release specific Java documentation for more details on available attributes and methods in the class.
* 
Like any other renderer, these classes are meant to be extended by customizers.
Was this helpful?