Uses of Interface
de.hybris.platform.ticket.event.dao.CustomerSupportEventDao
-
Packages that use CustomerSupportEventDao Package Description de.hybris.platform.assistedserviceservices.events.impl de.hybris.platform.ticket.cronjob de.hybris.platform.ticket.event.dao.impl -
-
Uses of CustomerSupportEventDao in de.hybris.platform.assistedserviceservices.events.impl
Methods in de.hybris.platform.assistedserviceservices.events.impl that return CustomerSupportEventDao Modifier and Type Method Description protected CustomerSupportEventDaoDefaultCustomerSupportEventService. getCustomerSupportEventDao()Methods in de.hybris.platform.assistedserviceservices.events.impl with parameters of type CustomerSupportEventDao Modifier and Type Method Description voidDefaultCustomerSupportEventService. setCustomerSupportEventDao(CustomerSupportEventDao customerSupportEventDAO) -
Uses of CustomerSupportEventDao in de.hybris.platform.ticket.cronjob
Methods in de.hybris.platform.ticket.cronjob that return CustomerSupportEventDao Modifier and Type Method Description protected CustomerSupportEventDaoSessionEventsRemovalJob. getCustomerSupportEventDao()Methods in de.hybris.platform.ticket.cronjob with parameters of type CustomerSupportEventDao Modifier and Type Method Description voidSessionEventsRemovalJob. setCustomerSupportEventDao(CustomerSupportEventDao customerSupportEventDao) -
Uses of CustomerSupportEventDao in de.hybris.platform.ticket.event.dao.impl
Classes in de.hybris.platform.ticket.event.dao.impl that implement CustomerSupportEventDao Modifier and Type Class Description classDefaultCustomerSupportEventDao
-