Interface NotifyCustomerDao
-
- All Known Implementing Classes:
DefaultNotifyCustomerDao
public interface NotifyCustomerDaomanipulate Customer lated to notification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<CustomerModel>findOldCustomer()find customers which are created before the install of notificationservices
-
-
-
Method Detail
-
findOldCustomer
java.util.List<CustomerModel> findOldCustomer()
find customers which are created before the install of notificationservices
-
-