Uses of Interface
de.hybris.platform.b2ctelcoservices.daos.TmaProductSpecificationDao
Packages that use TmaProductSpecificationDao
Package
Description
-
Uses of TmaProductSpecificationDao in de.hybris.platform.b2ctelcoservices.daos.impl
Classes in de.hybris.platform.b2ctelcoservices.daos.impl that implement TmaProductSpecificationDao -
Uses of TmaProductSpecificationDao in de.hybris.platform.b2ctelcoservices.services.impl
Methods in de.hybris.platform.b2ctelcoservices.services.impl that return TmaProductSpecificationDaoModifier and TypeMethodDescriptionprotected TmaProductSpecificationDaoDefaultTmaProductSpecificationService.getTmaProductSpecDao()Constructors in de.hybris.platform.b2ctelcoservices.services.impl with parameters of type TmaProductSpecificationDaoModifierConstructorDescriptionDefaultTmaProductSpecificationService(TmaProductSpecCharactersticsValueDao productSpecCharactersticsValueDao, GenericSearchDao tmaProductSpecificationDao, TmaProductSpecificationDao tmaProductSpecDao, de.hybris.platform.servicelayer.model.ModelService modelService) -
Uses of TmaProductSpecificationDao in de.hybris.platform.productqualificationservices.mappers
Methods in de.hybris.platform.productqualificationservices.mappers that return TmaProductSpecificationDaoModifier and TypeMethodDescriptionprotected TmaProductSpecificationDaoPqProductSpecCharacteristicRuleParameterValueMapper.getTmaProductSpecificationDao()protected TmaProductSpecificationDaoPqProductSpecRuleParameterValueMapper.getTmaProductSpecificationDao()Constructors in de.hybris.platform.productqualificationservices.mappers with parameters of type TmaProductSpecificationDaoModifierConstructorDescriptionPqProductSpecCharacteristicRuleParameterValueMapper(TmaProductSpecificationDao tmaProductSpecificationDao, de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<CatalogModel> catalogRuleParameterValueMapper, String delimiter) PqProductSpecRuleParameterValueMapper(TmaProductSpecificationDao tmaProductSpecificationDao, de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<CatalogModel> catalogRuleParameterValueMapper, String delimiter)