| Constructors in com.ihr.xbrl.store with parameters of type DbUtil |
LoadPojoInThread(java.lang.String instanceUriOnDatabase,
XBRLInstance instanceDocument,
DTSContainer dts,
DbUtil dbUtil,
org.hibernate.Session session,
org.apache.log4j.Appender logHandler,
org.apache.log4j.Level level,
DTSLoadingBarInterface bar,
boolean bForUpdate)
|
LoadPojoInThread(XBRLInstance instanceDocument,
DTSContainer dts,
DbUtil dbUtil,
org.hibernate.Session session,
org.apache.log4j.Appender logHandler,
org.apache.log4j.Level level,
DTSLoadingBarInterface bar,
boolean bForUpdate)
|
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.lang.String instanceUriOnDatabase,
XBRLDocument[] documents,
org.hibernate.Session session,
HasEnableDisableOpenMenus app,
HasLoadingBar appLoadingBar,
HasLogPanel appLogPanel,
DbUtil dbUtil,
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 uses the documents already read by the
parent application. |
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. |
StoreXBRLThread(XBRLDocument[] documents,
org.hibernate.Session session,
HasEnableDisableOpenMenus app,
HasLoadingBar appLoadingBar,
HasLogPanel appLogPanel,
DbUtil dbUtil,
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 uses the documents already read by the
parent application. |