Interface NotifyCustomerDao
- All Known Implementing Classes:
DefaultNotifyCustomerDao
public interface NotifyCustomerDao
manipulate Customer lated to notification
-
Method Summary
Modifier and TypeMethodDescriptionfind customers which are created before the install of notificationservices
-
Method Details
-
findOldCustomer
List<CustomerModel> findOldCustomer()find customers which are created before the install of notificationservices
-