Class ModifyPaymentPlanHook


  • public abstract class ModifyPaymentPlanHook
    extends Object
    Abstract class created to implement hooks inside Modify Payment Plan process. All hooks in that process must extend this class so they implement the methods
    Author:
    Andy Armaignac Collazo
    • Constructor Detail

      • ModifyPaymentPlanHook

        public ModifyPaymentPlanHook()
    • Method Detail

      • validatePaymentSchedule

        public abstract void validatePaymentSchedule​(List<FIN_PaymentSchedule> modifiedPaymentSchedule)
                                              throws OBException
        Method to validate the modified payment schedule
        Parameters:
        modifiedPaymentSchedule -
        Throws:
        OBException