psdi.app.sets

Class SetsCache

  • java.lang.Object
    • psdi.app.sets.SetsCache
    • Constructor Detail

      • SetsCache

        public SetsCache()
    • Method Detail

      • reload

        public void reload()
                    throws MXException
        Description copied from interface: MaximoCache
        Reloads the cache object. This will be called by the app server whenever the cache needs to be refreshed. Don't call this method directly. Instead call MXServer.reloadCache(String, boolean).
        Specified by:
        reload in interface MaximoCache
        Throws:
        MXException
        See Also:
        MaximoCache.reload()
      • getOrgForItemSet

        public java.util.Vector getOrgForItemSet(java.lang.String itemSetId,
                                                 UserInfo userInfo)
                                          throws MXException,
                                                 java.rmi.RemoteException
        Return the organization for the specified itemset.
        Parameters:
        itemSetId - The setid for which the orgID is being requested.
        userInfo - UserInfo making the request.
        Returns:
        The organization the set belongs to. This is locale-specific (i.e. if orgid is numeric, the return value may contain commas). If the set does not exist, this will return null.
        Throws:
        MXException
        java.rmi.RemoteException
      • getOrgForCompanySet

        public java.util.Vector getOrgForCompanySet(java.lang.String companySetId,
                                                    UserInfo userInfo)
                                             throws MXException,
                                                    java.rmi.RemoteException
        Return the organization for the specified company set.
        Parameters:
        companySetId - The setid for which the orgID is being requested.
        userInfo - UserInfo making the request.
        Returns:
        The organization the set belongs to. This is locale-specific (i.e. if orgid is numeric, the return value may contain commas). If the set does not exist, this will return null.
        Throws:
        MXException
        java.rmi.RemoteException