|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HasErrorsHandler | |
|---|---|
| com.ihr.xbrl.store | |
| com.ihr.xbrl.util | Provides utility classes with static methods that are used by other classes This is a common container for utilities like resolving relative URIs from two absolute URIs or formatting an XML document to a String... |
| Uses of HasErrorsHandler in com.ihr.xbrl.store |
|---|
| Methods in com.ihr.xbrl.store with parameters of type HasErrorsHandler | |
|---|---|
boolean |
HasStoreUserQuestions.continueProcessing(HasErrorsHandler errorHandler,
XBRLValidationReport report)
Ask the user if processing can continue. |
| Constructors in com.ihr.xbrl.store with parameters of type HasErrorsHandler | |
|---|---|
StoreXBRLThread(java.lang.String instanceUriOnDatabase,
java.net.URI[] dtsURIs,
java.lang.String dtsName,
DbUtil dbUtil,
HasStoreUserQuestions appFrame,
HasEnableDisableOpenMenus app,
HasLoadingBar appLoadingBar,
HasLogPanel appLogPanel,
HasErrorsHandler errorHandler,
boolean bForUpdate)
Store documents in the XBRL Database in a separate thread During the thread execution the process uses call back functions in other objects in order to inform the main application about progress and errors This version of the constructor reads a DTS from a set of URIs. |
|
StoreXBRLThread(java.net.URI[] dtsURIs,
java.lang.String dtsName,
DbUtil dbUtil,
HasStoreUserQuestions appFrame,
HasEnableDisableOpenMenus app,
HasLoadingBar appLoadingBar,
HasLogPanel appLogPanel,
HasErrorsHandler errorHandler,
boolean bForUpdate)
Store documents in the XBRL Database in a separate thread During the thread execution the process uses call back functions in other objects in order to inform the main application about progress and errors This version of the constructor reads a DTS from a set of URIs. |
|
| Uses of HasErrorsHandler in com.ihr.xbrl.util |
|---|
| Constructors in com.ihr.xbrl.util with parameters of type HasErrorsHandler | |
|---|---|
LoadDTSInThread(javax.xml.transform.Source source,
boolean bDoXBRLValidation,
boolean bDoXDTValidation,
boolean bErrorsAsExceptions,
boolean bWarningsAsExceptions,
org.apache.log4j.Appender logHandler,
org.apache.log4j.Level level,
DTSLoadingBarInterface bar,
HasErrorsHandler errorHandler,
HasReceiveXBRLLoadingEvents sendEventsTo,
java.util.Properties extraProperties,
DTSContainer compatibleDTS)
Creates a new object that will load a DTS and possible perform validation. |
|
LoadDTSInThread(java.lang.String fileName,
boolean bDoXBRLValidation,
boolean bDoXDTValidation,
boolean bErrorsAsExceptions,
boolean bWarningsAsExceptions,
org.apache.log4j.Appender logHandler,
org.apache.log4j.Level level,
DTSLoadingBarInterface bar,
HasErrorsHandler errorHandler,
HasReceiveXBRLLoadingEvents sendEventsTo,
java.util.Properties extraProperties,
DTSContainer compatibleDTS)
Creates a new object that will load a DTS and possible perform validation. |
|
LoadDTSInThread(java.net.URI[] files,
boolean bDoXBRLValidation,
boolean bDoXDTValidation,
boolean bErrorsAsExceptions,
boolean bWarningsAsExceptions,
org.apache.log4j.Appender logHandler,
org.apache.log4j.Level level,
DTSLoadingBarInterface bar,
HasErrorsHandler errorHandler,
HasReceiveXBRLLoadingEvents sendEventsTo,
java.util.Properties extraProperties,
DTSContainer compatibleDTS)
Creates a new object that will load a DTS and possible perform validation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||