Class DefaultTmaProductSpecCharactersticsValueDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<M>
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultGenericSearchDao<TmaProductSpecCharacteristicValueModel>
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultTmaProductSpecCharactersticsValueDao
- All Implemented Interfaces:
GenericSearchDao<TmaProductSpecCharacteristicValueModel>,TmaProductSpecCharactersticsValueDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<TmaProductSpecCharacteristicValueModel>
public class DefaultTmaProductSpecCharactersticsValueDao
extends DefaultGenericSearchDao<TmaProductSpecCharacteristicValueModel>
implements TmaProductSpecCharactersticsValueDao
Default implementation for
TmaProductSpecCharactersticsValueDao fetched
TmaProductSpecCharacteristicValueModel for given ID- Since:
- 18.05
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindPscvById(String pscvId) TmaProductSpecCharactersticsValueDao is responsible for fetching the data from Database for given idfindPscvById(String pscvId, CatalogVersionModel catalogVersion) Returns product specification characteristics value corresponding to id and catalog version.Methods inherited from class de.hybris.platform.b2ctelcoservices.daos.impl.DefaultGenericSearchDao
findUniqueMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultTmaProductSpecCharactersticsValueDao
public DefaultTmaProductSpecCharactersticsValueDao()
-
-
Method Details
-
findPscvById
Description copied from interface:TmaProductSpecCharactersticsValueDaoTmaProductSpecCharactersticsValueDao is responsible for fetching the data from Database for given id- Specified by:
findPscvByIdin interfaceTmaProductSpecCharactersticsValueDao- Parameters:
pscvId- given id for fetching PSCV- Returns:
- TmaProductSpecCharacteristicValueModel for give ID
-
findPscvById
public List<TmaProductSpecCharacteristicValueModel> findPscvById(String pscvId, CatalogVersionModel catalogVersion) Description copied from interface:TmaProductSpecCharactersticsValueDaoReturns product specification characteristics value corresponding to id and catalog version.- Specified by:
findPscvByIdin interfaceTmaProductSpecCharactersticsValueDao- Parameters:
pscvId- corresponding id of the PSCVcatalogVersion- for which product specification characteristics values will be retrieved- Returns:
- List of
TmaProductSpecCharacteristicValueModelfor given id and catalog version
-