Interface FactoredCustomer
- 
public interface FactoredCustomer- Author:
 - Prashant Reddy
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevaluateTariffs()voidhandleNewTimeslot()voidinitialize(FactoredCustomerService factoredCustomerService)voidupdatedSubscriptionRepo() 
 - 
 
- 
- 
Method Detail
- 
initialize
void initialize(FactoredCustomerService factoredCustomerService)
 
- 
evaluateTariffs
void evaluateTariffs()
 
- 
handleNewTimeslot
void handleNewTimeslot()
 
- 
updatedSubscriptionRepo
void updatedSubscriptionRepo()
 
 - 
 
 -