Uses of Class
com.funnelback.publicui.search.model.padre.QSup
-
Packages that use QSup Package Description com.funnelback.publicui.search.model.padre Provides classes corresponding to the XML result packet returned by PADRE. -
-
Uses of QSup in com.funnelback.publicui.search.model.padre
Fields in com.funnelback.publicui.search.model.padre with type parameters of type QSup Modifier and Type Field Description private List<QSup>
ResultPacket. qSups
List of additional queries for the Query Blending system.Methods in com.funnelback.publicui.search.model.padre that return types with arguments of type QSup Modifier and Type Method Description List<QSup>
ResultPacket. getQSups()
List of additional queries for the Query Blending system.
-