psdi.app.financial

Class FldFinPerPeriodEnd

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldFinPerPeriodEnd
    extends MboValueAdapter
    FinancalPeriods.periodend validation class: This class validates that the end date is after the start date. Manipulates the dates to make sure that there is no gap between the financial periods.
    • Constructor Detail

      • FldFinPerPeriodEnd

        public FldFinPerPeriodEnd(MboValue mbv)
        Construct and attach to the specified mbovalue.
        Parameters:
        mbv -
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        If the end date is changed we must set the start date of the financial period with start date equal to the previous value of this end date. The start date is set to the changed end date so that there is no gap between the financial periods.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException