psdi.app.financial

Class FldChartOfAcctActive

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldChartOfAcctActive
    extends MboValueAdapter
    Account.active validation class: Validate the active attribute on the Account(ChartOfAccounts) object. Calls the appropriate method on the Account mbo.
    • Constructor Detail

      • FldChartOfAcctActive

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

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        If this field is set to false, the GL Account is inactive so the method inActivateGLAccount() is called on the Account mbo. If set to true the method activateGLAccount() is called on the Account mbo.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.app.financial.Account#disableGLAccount, psdi.app.financial.Account#enableGLAccount