psdi.plusc.app.pluscds

Class PlusCJPDataSheet

  • java.lang.Object
    • Constructor Detail

      • PlusCJPDataSheet

        public PlusCJPDataSheet(MboSet ms)
                         throws MXException,
                                java.rmi.RemoteException
        Instantiates a new plus cjp data sheet.
        Parameters:
        ms - the ms
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
    • Method Detail

      • init

        public void init()
                  throws MXException
        Description copied from class: Mbo
        Called by the framework when the Mbo has been constructed and the MboValues have been initialized. This can be overridden by the programmer to provide any custom initialization they would like to do.
        Overrides:
        init in class Mbo
        Throws:
        MXException
      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Description copied from class: Mbo
        This is called when a new Mbo is added to the Mboset collection. It is called AFTER user defaults have been set from the data dictionary. Programmer should usually override this to set some defaults. Default behavior is to do nothing.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • save

        public void save()
                  throws MXException,
                         java.rmi.RemoteException
        Description copied from class: Mbo
        Save the object and other linked objects. Subclasses can code their save() logic to include any appropriate updates to other linked objects and call super.save().
        Overrides:
        save in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • setReadOnlyFields

        public void setReadOnlyFields()
                               throws MXException,
                                      java.rmi.RemoteException
        Sets the read-only status of fields and related objects according to this object's status.
        Specified by:
        setReadOnlyFields in interface PlusCJPDataSheetRemote
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
      • getAssetSPLinkLocation

        protected MboRemote getAssetSPLinkLocation()
                                            throws java.rmi.RemoteException,
                                                   MXException
        Gets the JPASSETSPLINK's related Location object.
        Returns:
        MboRemote for the location object, or null if there's none
        Throws:
        java.rmi.RemoteException - the remote exception
        MXException - the mX exception