public interface ImportCatalogDao
Modifier and Type | Method and Description |
---|---|
Long |
readCategoryProductIdByProductAndCategory(Long productId,
Long categoryId) |
Long |
readOfferPriceData(Long offerId,
String identifierType,
String identifierValue) |
Long |
readProductIdByExternalId(String externalId)
Read the primary key for the Product that has the given external ID.
|
Long readProductIdByExternalId(String externalId)
externalId
- the external ID of the productCategoryProductRecordPersistencePreProcessor
Long readCategoryProductIdByProductAndCategory(Long productId, Long categoryId)
Copyright © 2020. All rights reserved.