@Repository(value="blImportCatalogDao") public class ImportCatalogDaoImpl extends Object implements ImportCatalogDao
Modifier and Type | Field and Description |
---|---|
protected javax.persistence.EntityManager |
em |
Constructor and Description |
---|
ImportCatalogDaoImpl() |
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.
|
public Long readProductIdByExternalId(String externalId)
ImportCatalogDao
readProductIdByExternalId
in interface ImportCatalogDao
externalId
- the external ID of the productCategoryProductRecordPersistencePreProcessor
public Long readCategoryProductIdByProductAndCategory(Long productId, Long categoryId)
readCategoryProductIdByProductAndCategory
in interface ImportCatalogDao
public Long readOfferPriceData(Long offerId, String identifierType, String identifierValue)
readOfferPriceData
in interface ImportCatalogDao
Copyright © 2020. All rights reserved.