@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)
ImportCatalogDaoreadProductIdByExternalId in interface ImportCatalogDaoexternalId - the external ID of the productCategoryProductRecordPersistencePreProcessorpublic Long readCategoryProductIdByProductAndCategory(Long productId, Long categoryId)
readCategoryProductIdByProductAndCategory in interface ImportCatalogDaopublic Long readOfferPriceData(Long offerId, String identifierType, String identifierValue)
readOfferPriceData in interface ImportCatalogDaoCopyright © 2020. All rights reserved.