psdi.app.doclink

Class DoclinksSet

    • Method Detail

      • init

        public void init()
                  throws MXException,
                         java.rmi.RemoteException
        Description copied from class: MboSet
        Programmer can provide any intialization in here. Do not do anything too expensive, as this will slow down the creation of the object. Note that the parent and locale information may not have been set prior to the init() being called. If you wish to do soem processing based on the parent object, override the setOwner() method.
        Overrides:
        init in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        DoclinksSet.defineValidOwners()
      • canAdd

        public void canAdd()
                    throws MXException
        IV77100 - Extended canAdd() to set NOADD flag depending on lock rights
        Overrides:
        canAdd in class MboSet
        Throws:
        MXException
      • 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
      • getOwnerInfo

        public java.lang.String[] getOwnerInfo(java.lang.String ownerName)
        Get info from the owner attributes hashtable. This hashtable is loaded in defineValidOwners; see comments for that method.
        Parameters:
        ownerName - The name of the Doclinks owner from MboSet getName().
        Returns:
        String array; 0 = table name, 1 = column name.
      • docLinkExists

        protected boolean docLinkExists(MboRemote docInfo,
                                        java.lang.String doctype)
                                 throws MXException,
                                        java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException