public interface OrderImportDao extends DefaultImportDao
| Modifier and Type | Method and Description |
|---|---|
List<AttributeIdDTO> |
readOrderAttributesForOrderIds(Collection<Long> orderIds,
ImportContext ctx) |
List<RecordIdDTO> |
readOrderIdsForExternalIds(Collection<String> orderExternalIds,
ImportContext ctx) |
bulkInsert, bulkUpdatefindNextId, readNextIdList<RecordIdDTO> readOrderIdsForExternalIds(Collection<String> orderExternalIds, ImportContext ctx) throws ImportException, SQLException
ImportExceptionSQLExceptionList<AttributeIdDTO> readOrderAttributesForOrderIds(Collection<Long> orderIds, ImportContext ctx) throws ImportException, SQLException
ImportExceptionSQLExceptionCopyright © 2020. All rights reserved.