Skip to Content
0
Former Member
Aug 19, 2018 at 04:18 PM

Overriding One Time Charge Entry Populator

145 Views

Hello Experts,

I'm currently trying to override the populate method in the OneTimeChargeEntryPopulator since I added new attribute that I want to be populated. So, I've created the custom populator which extends the OneTimeChargeEntryPopulator and I've added the new spring configurations.

However my question is, should I create custom classes that extend any class that calls the old populator in order to make them call the new populator? or is there a best practice that should be followed?