Interface GenericImporterActionService
- All Known Subinterfaces:
GenericImporterService
- All Known Implementing Classes:
GenericImporterActionServiceImpl
public interface GenericImporterActionService
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
static class
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doImport
(String mainEntityName, String importMode, String filePath, boolean cancel, Integer splitSize) exportErrors
(String filePath) loadEntities
(String queryString, int start, int limit)
-
Field Details
-
IMPORT_MODE_CREATE_OR_UPDATE
- See Also:
-
IMPORT_MODE_CREATE
- See Also:
-
IMPORT_MODE_UPDATE
- See Also:
-
-
Method Details
-
validate
GenericImporterValidateResult validate(GenericImporterActionService.FormData formData) throws GenericImporterException - Throws:
GenericImporterException
-
doImport
void doImport(String mainEntityName, String importMode, String filePath, boolean cancel, Integer splitSize) throws GenericImporterException - Throws:
GenericImporterException
-
exportErrors
-
loadEntities
-