Uses of Interface
de.hybris.platform.assistedserviceservices.dao.CustomerGroupDao
-
Packages that use CustomerGroupDao Package Description de.hybris.platform.assistedserviceservices.dao.impl de.hybris.platform.assistedserviceservices.strategy -
-
Uses of CustomerGroupDao in de.hybris.platform.assistedserviceservices.dao.impl
Classes in de.hybris.platform.assistedserviceservices.dao.impl that implement CustomerGroupDao Modifier and Type Class Description classDefaultCustomerGroupDaoConcrete implementation for the customer group Dao -
Uses of CustomerGroupDao in de.hybris.platform.assistedserviceservices.strategy
Methods in de.hybris.platform.assistedserviceservices.strategy that return CustomerGroupDao Modifier and Type Method Description protected CustomerGroupDaoDefaultBopisCustomerListSearchStrategy. getCustomerGroupDao()protected CustomerGroupDaoDefaultInStoreCustomerListSearchStrategy. getCustomerGroupDao()Methods in de.hybris.platform.assistedserviceservices.strategy with parameters of type CustomerGroupDao Modifier and Type Method Description voidDefaultBopisCustomerListSearchStrategy. setCustomerGroupDao(CustomerGroupDao customerGroupDao)voidDefaultInStoreCustomerListSearchStrategy. setCustomerGroupDao(CustomerGroupDao customerGroupDao)
-