psdi.app.workorder.virtual

Class TaskIDPickList

  • java.lang.Object
    • java.rmi.server.RemoteObject
      • java.rmi.server.RemoteServer
        • java.rmi.server.UnicastRemoteObject
    • Field Detail

      • compareOrderBy

        protected boolean compareOrderBy
        Before reading the first record from the real set, we compare the order by clauses.
      • orderby

        protected OrderBy orderby
        Special data structure to hold the order by clause
    • Constructor Detail

      • TaskIDPickList

        public TaskIDPickList(MboRemote owner)
                       throws java.rmi.RemoteException,
                              MXException
        Constructor
        Parameters:
        owner - The Work Order owner of this set.
        Throws:
        java.rmi.RemoteException
        MXException
    • Method Detail

      • getName

        public java.lang.String getName()
                                 throws java.rmi.RemoteException
        Description copied from class: FauxMboSet
        Define to give the MboSet a name. You may want to spoof a real name or define a unique name for the set.
        Specified by:
        getName in interface MboSetRemote
        Specified by:
        getName in class FauxMboSet
        Throws:
        java.rmi.RemoteException
      • fetchMbos

        public void fetchMbos(int toPosition)
                       throws MXException,
                              java.rmi.RemoteException
        fetches Mbos from the SHOWTASKS set.
        Specified by:
        fetchMbos in class FauxMboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • fetchMbosOriginal

        public void fetchMbosOriginal(int toPosition)
                               throws MXException,
                                      java.rmi.RemoteException
        fetches Mbos from the SHOWTASKS set.
        Throws:
        MXException
        java.rmi.RemoteException
      • getZombie

        public MboRemote getZombie()
                            throws java.rmi.RemoteException
        This method should be overridden so that in returns a Zombie Mbo of the type of Mbo that makes up this set.
        Specified by:
        getZombie in interface MboSetRemote
        Overrides:
        getZombie in class FauxMboSet
        Throws:
        java.rmi.RemoteException
      • toBeSaved

        public boolean toBeSaved()
                          throws java.rmi.RemoteException
        This set will never have changes to save.
        Specified by:
        toBeSaved in interface MboSetRemote
        Overrides:
        toBeSaved in class FauxMboSet
        Returns:
        false
        Throws:
        java.rmi.RemoteException