Uses of Package
com.indexdata.mkjsf.pazpar2.data

Packages that use com.indexdata.mkjsf.pazpar2.data
com.indexdata.mkjsf.controls UI controls - a configurable pager component for browsing through search results a page at a time 
com.indexdata.mkjsf.errors Error reporting, error diagnostics, and exception classes 
com.indexdata.mkjsf.pazpar2 Overall control and execution of search logic. 
com.indexdata.mkjsf.pazpar2.commands Each Pazpar2 command is represented by a class with methods for setting parameters and running the command against the selected Pazpar2 service. 
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. 
com.indexdata.mkjsf.pazpar2.data.sp Service Proxy responses produced by Service Proxy commands. 
com.indexdata.mkjsf.utils Utility classes for file upload, string and list manipulation in UI, logging 
 

Classes in com.indexdata.mkjsf.pazpar2.data used by com.indexdata.mkjsf.controls
Responses
          Provides references to all current data objects and has general methods for clearing certain response data.
 

Classes in com.indexdata.mkjsf.pazpar2.data used by com.indexdata.mkjsf.errors
ServiceError
           
 

Classes in com.indexdata.mkjsf.pazpar2.data used by com.indexdata.mkjsf.pazpar2
Responses
          Provides references to all current data objects and has general methods for clearing certain response data.
 

Classes in com.indexdata.mkjsf.pazpar2.data used by com.indexdata.mkjsf.pazpar2.commands
ResponseDataObject
          Parent class of all response data objects, with generic methods for retrieving data elements
Responses
          Provides references to all current data objects and has general methods for clearing certain response data.
 

Classes in com.indexdata.mkjsf.pazpar2.data used by com.indexdata.mkjsf.pazpar2.data
ByTargetResponse
          Data from the bytarget command, can be accessed by pzresp.byTarget
CommandError
          Holds an error encountered during the execution of a command.
Hit
          Data from the show command, child object of ShowResponse, can be accessed by pzresp.show.hits
InitResponse
          Data from the init command, can be accessed by pzresp.init
Location
          Data from the show command, child object of Hit
RecordResponse
          Data from the record command, can be accessed by pzresp.record
ResponseDataObject
          Parent class of all response data objects, with generic methods for retrieving data elements
ResponseParser
          Parses the XML stored in ClientCommandResponses and builds ResponseDataObjects from it.
SearchResponse
          Data from the search command (a status message), can be accessed by pzresp.search
ServiceError
           
ShowResponse
          Data from the show command, can be accessed by pzresp.show
StatResponse
          Data from the stat command, can be accessed by pzresp.stat
Target
          Data from the bytarget command, child object of ByTargetResponse
TermListResponse
          Data from the termlist command, child object of TermListsResponse
TermListsResponse
          Data from the termlist command, can be accessed by pzresp.termLists
TermResponse
          Data from the termlist command, child object of TermListResponse
 

Classes in com.indexdata.mkjsf.pazpar2.data used by com.indexdata.mkjsf.pazpar2.data.sp
ResponseDataObject
          Parent class of all response data objects, with generic methods for retrieving data elements
Responses
          Provides references to all current data objects and has general methods for clearing certain response data.
 

Classes in com.indexdata.mkjsf.pazpar2.data used by com.indexdata.mkjsf.utils
ResponseDataObject
          Parent class of all response data objects, with generic methods for retrieving data elements
 



Copyright © 2013. All Rights Reserved.