psdi.app.financial

Class FldFinControlStartDate

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldFinControlStartDate
    extends MboValueAdapter
    FinCntrl.startdate validation class: Validates that if there is a end date, the start date should be before than the end date.
    • Constructor Detail

      • FldFinControlStartDate

        public FldFinControlStartDate(MboValue mbv)
        Construct and attach to the mbo value.
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        If start date is entered the end date should be made editible. If there is a end date, the start date should be before the end date. If we null this field, the end date should also be cleared and made readonly.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXApplicationException - (financial, startbeforeend) Start date must be before the end date.
        MXException
        java.rmi.RemoteException