psdi.app.countbook.virtual

Class CountBookChangeStatusSet

    • Constructor Detail

      • CountBookChangeStatusSet

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

      • getMboIntoSet

        protected MboSetRemote getMboIntoSet(MboRemote mbo)
                                      throws MXException,
                                             java.rmi.RemoteException
        Looks up the count book into its set by itself if the call comes from a listpage. Otherwise return the owner MboSet.
        Specified by:
        getMboIntoSet in class ChangeStatusSet
        Parameters:
        mbo - MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • 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