Package ru.abyss.settings.importer
Interface Importer
- All Known Implementing Classes:
ImporterCurrent,ImporterV11,ImporterV110,ImporterV112,ImporterV113,ImporterV12,ImporterV13,ImporterV14,ImporterV15,ImporterV16,ImporterV17,ImporterV18,ImporterV19
public interface Importer
- Since:
- 05.06.2018 11:46:53
- Author:
- Minu <minu-moto@mail.ru>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoImport(Connection h2Connection, Connection pgConnection, Long factoryId, Long userId, boolean isOwnFactory, boolean isLoadPrices, boolean isLoadConsistRemains, boolean isLoadContractors, ProgressCallback callback)
-
Method Details
-
doImport
void doImport(Connection h2Connection, Connection pgConnection, Long factoryId, Long userId, boolean isOwnFactory, boolean isLoadPrices, boolean isLoadConsistRemains, boolean isLoadContractors, ProgressCallback callback) throws Exception - Throws:
Exception
-