psdi.app.common.virtual.skddateselector

Class SKDDateSelectorSet

    • Constructor Detail

      • SKDDateSelectorSet

        public SKDDateSelectorSet(MboServerInterface ms)
                           throws MXException,
                                  java.rmi.RemoteException
        Construct the sets
        Parameters:
        ms - The MboServerInterface
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Factory method to create an SKDDateSelectorSet object. *
        Overrides:
        getMboInstance in class DateSelectorSet
        Parameters:
        ms - The SKDDateSelectorSet.
        Returns:
        an SKDDateSelectorSet object.
        Throws:
        MXException
        java.rmi.RemoteException
      • addSchedule

        public void addSchedule(SKDDateSelector mbo,
                                MboSetRemote parentMboSet)
                         throws MXException,
                                java.rmi.RemoteException
        Common method for the objects that uses the SKDDateSelector dialog. This method will add the records to the parent mboset from the pattern. Required fields are:skdtype,startdatetime,enddatetime,ophrs
        Specified by:
        addSchedule in interface SKDDateSelectorSetRemote
        Parameters:
        mbo - DateSelector
        parentMboSet - object that uses the SKDDateSelector.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        SKDDateSelectorSet#addSchedule(DateSelector mbo,MboSetRemote parentMboSet)