Uses of Class
com.indexdata.mkjsf.errors.ErrorHelper

Packages that use ErrorHelper
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.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 ErrorHelper in com.indexdata.mkjsf.errors
 

Methods in com.indexdata.mkjsf.errors that return ErrorHelper
 ErrorHelper ErrorCentral.getHelper()
           
 

Methods in com.indexdata.mkjsf.errors with parameters of type ErrorHelper
 void ConfigurationError.setErrorHelper(ErrorHelper helper)
           
 void ErrorInterface.setErrorHelper(ErrorHelper helper)
           
 

Uses of ErrorHelper in com.indexdata.mkjsf.pazpar2
 

Fields in com.indexdata.mkjsf.pazpar2 declared as ErrorHelper
protected  ErrorHelper Pz2Service.errorHelper
           
 

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

Methods in com.indexdata.mkjsf.pazpar2.data with parameters of type ErrorHelper
 void Responses.setErrorHelper(ErrorHelper helper)
           
 void CommandError.setErrorHelper(ErrorHelper errorHelper)
          Sets the object that should be used to analyze the error
 



Copyright © 2013. All Rights Reserved.