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 Constructor Description DefaultNotifyCustomerDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CustomerModel>findOldCustomer()find customers which are created before the install of notificationservices-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
-
-
-
Method Detail
-
findOldCustomer
public java.util.List<CustomerModel> findOldCustomer()
Description copied from interface:NotifyCustomerDaofind customers which are created before the install of notificationservices- Specified by:
findOldCustomerin interfaceNotifyCustomerDao
-
-