psdi.plusc.app.pluscds

Class PlusCDSPointSet

    • Constructor Detail

      • PlusCDSPointSet

        public PlusCDSPointSet(MboServerInterface ms)
                        throws MXException,
                               java.rmi.RemoteException
        Instantiates a new plus cds point set.
        Parameters:
        ms - the ms
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Description copied from class: MboSet
        Factory to create the business objects This must be overridden in derived class
        Specified by:
        getMboInstance in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • canChangeView

        public boolean canChangeView()
                              throws MXException,
                                     java.rmi.RemoteException
        The logic and constraints are the same for adding new Points or changing it's view.
        Specified by:
        canChangeView in interface PlusCDSPointSetRemote
        Returns:
        true, if successful
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
      • checkPointPermissions

        public int checkPointPermissions()
                                  throws MXException
        Checks business permissions regarding adding, changing etc Cal Points.
        Returns:
        the int
        Throws:
        MXException - the mX exception
      • canAdd

        public void canAdd()
                    throws MXException
        Description copied from class: MboSet
        Can an object be added to the collection ? This is usually overriden in the specific mboset
        Overrides:
        canAdd in class MboSet
        Throws:
        MXException