Interface TmaProductSpecCharactersticsValueDao
- All Known Implementing Classes:
DefaultTmaProductSpecCharactersticsValueDao
public interface TmaProductSpecCharactersticsValueDao
TmaProductSpecCharactersticsValueDao is responsible for fetching the data from Database for given id.
- Since:
- 6.7
-
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.
-
Method Details
-
findPscvById
TmaProductSpecCharactersticsValueDao is responsible for fetching the data from Database for given id- Parameters:
pscvId- given id for fetching PSCV- Returns:
- TmaProductSpecCharacteristicValueModel for give ID
-
findPscvById
List<TmaProductSpecCharacteristicValueModel> findPscvById(String pscvId, CatalogVersionModel catalogVersion) Returns product specification characteristics value corresponding to id and catalog version.- 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
-