Class DefaultNotifyCustomerDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<CustomerModel>
de.hybris.platform.notificationservices.dao.impl.DefaultNotifyCustomerDao
- All Implemented Interfaces:
NotifyCustomerDao,GenericDao<CustomerModel>
public class DefaultNotifyCustomerDao
extends DefaultGenericDao<CustomerModel>
implements NotifyCustomerDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind customers which are created before the install of notificationservicesMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultNotifyCustomerDao
public DefaultNotifyCustomerDao()
-
-
Method Details
-
findOldCustomer
Description copied from interface:NotifyCustomerDaofind customers which are created before the install of notificationservices- Specified by:
findOldCustomerin interfaceNotifyCustomerDao
-