Package org.openbravo.advpaymentmngt
Class ModifyPaymentPlanHook
- java.lang.Object
-
- org.openbravo.advpaymentmngt.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 Summary
Constructors Constructor Description ModifyPaymentPlanHook()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
validatePaymentSchedule(List<FIN_PaymentSchedule> modifiedPaymentSchedule)
Method to validate the modified payment schedule
-
-
-
Method Detail
-
validatePaymentSchedule
public abstract void validatePaymentSchedule(List<FIN_PaymentSchedule> modifiedPaymentSchedule) throws OBException
Method to validate the modified payment schedule- Parameters:
modifiedPaymentSchedule
-- Throws:
OBException
-
-