Uses of Class
com.indexdata.mkjsf.pazpar2.data.TermResponse

Packages that use TermResponse
com.indexdata.mkjsf.pazpar2.data Pazpar2 responses produced by Pazpar2 commands are parsed by the ResponseParser, which outputs response data objects that are accessible to the UI through the class Responses. 
 

Uses of TermResponse in com.indexdata.mkjsf.pazpar2.data
 

Subclasses of TermResponse in com.indexdata.mkjsf.pazpar2.data
 class TermXTargetResponse
          Data from the termlist command, child object of TermListResponse
 

Methods in com.indexdata.mkjsf.pazpar2.data that return types with arguments of type TermResponse
 List<TermResponse> Responses.getFacetTerms(String facet)
           
 List<TermResponse> Responses.getFacetTerms(String facet, int count)
           
 List<TermResponse> TermListResponse.getTerms()
           
 List<TermResponse> TermListResponse.getTerms(int count)
           
 

Methods in com.indexdata.mkjsf.pazpar2.data with parameters of type TermResponse
 void TermListResponse.addTerm(TermResponse term)
           
 

Method parameters in com.indexdata.mkjsf.pazpar2.data with type arguments of type TermResponse
 void TermListResponse.setTerms(List<TermResponse> terms)
           
 



Copyright © 2013. All Rights Reserved.