psdi.app.appsetup

Class AppSetupService

    • Constructor Detail

      • AppSetupService

        public AppSetupService()
                        throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • AppSetupService

        public AppSetupService(MXServer mxServer)
                        throws java.rmi.RemoteException
        Parameters:
        name - -- a "Name" for the Service.
        srvEnv - -- the "Server Environment" this Service is being created in.
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • overridePropValue

        public void overridePropValue(MboRemote propCfg,
                                      java.lang.String userAlnValue,
                                      java.lang.Long userLongVal,
                                      java.lang.Boolean userBoolValue)
                               throws MXException,
                                      java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • resetPropValue

        public void resetPropValue(MboRemote propCfg)
                            throws MXException,
                                   java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • publishWorkCenter

        public void publishWorkCenter(MboRemote maxWorkcenterMbo,
                                      java.lang.String revisionDate,
                                      java.lang.String workcenter,
                                      java.lang.String comments,
                                      java.lang.String headerString)
                               throws java.rmi.RemoteException,
                                      MXException
        This is called when the user hits "Publish" when in design mode. It switches the active workcenter, and sets the date of the newly published one to be the current time.
        Parameters:
        maxWorkcenterMbo - This is the MboRemote for the to-be-published workcenter
        revisionDate -
        workcenter -
        comments -
        Throws:
        java.rmi.RemoteException
        MXException