psdi.app.system

Class Language

    • Constructor Detail

      • Language

        public Language(MboSet ms)
                 throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        One can only add a userdefined language code
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • canDelete

        public void canDelete()
                       throws MXException,
                              java.rmi.RemoteException
        One can only delete userdefined language code.
        Overrides:
        canDelete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • enable

        public void enable(boolean flag)
                    throws MXException,
                           java.rmi.RemoteException
        Enable or disable the language.
        Parameters:
        flag - true to enable the language, false to disable.
        Throws:
        MXException
        java.rmi.RemoteException