psdi.app.bulletinboard

Interface BBSetRemote

    • Method Detail

      • setValidMessages

        void setValidMessages()
                       throws MXException,
                              java.rmi.RemoteException
        see psdi.app.bulletinboard.setValidMessages()
        Throws:
        MXException
        java.rmi.RemoteException
      • setUserValidMessages

        void setUserValidMessages()
                           throws MXException,
                                  java.rmi.RemoteException
        Deprecated. 
        see psdi.app.bulletinboard.setUserValidMessages()
        Throws:
        MXException
        java.rmi.RemoteException
      • setVisibleMessages

        void setVisibleMessages()
                         throws MXException,
                                java.rmi.RemoteException
        see psdi.app.bulletinboard.setUserValidMessages()
        Throws:
        MXException
        java.rmi.RemoteException
      • getValidMessages

        java.util.ArrayList getValidMessages()
                                      throws java.rmi.RemoteException,
                                             MXException
        see psdi.app.bulletinboard.getValidMessages()
        Throws:
        java.rmi.RemoteException
        MXException
      • getValidMessageCount

        int getValidMessageCount()
                          throws java.rmi.RemoteException,
                                 MXException
        see psdi.app.bulletinboard.getValidMessageCount()
        Throws:
        java.rmi.RemoteException
        MXException
      • getValidMessagesMboSet

        MboSetRemote getValidMessagesMboSet()
                                     throws MXException,
                                            java.rmi.RemoteException
        see psdi.app.bulletinboard.getValidMessagesMboSet()
        Throws:
        MXException
        java.rmi.RemoteException
      • getValidMessagesMboSet

        MboSetRemote getValidMessagesMboSet(BBSetRemote bbset)
                                     throws MXException,
                                            java.rmi.RemoteException
        see psdi.app.bulletinboard.getValidMessagesMboSet(BBSetRemote bbset)
        Throws:
        MXException
        java.rmi.RemoteException
      • getValidMessagesMboSet

        MboSetRemote getValidMessagesMboSet(java.lang.String userId)
                                     throws MXException,
                                            java.rmi.RemoteException
        see psdi.app.bulletinboard.getValidMessagesMboSet(String userId)
        Throws:
        MXException
        java.rmi.RemoteException
      • getCachedMessageCount

        int getCachedMessageCount()
                           throws java.rmi.RemoteException,
                                  MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • getColumns

        java.util.Vector getColumns()
                             throws java.rmi.RemoteException,
                                    MXException
        Returns a collection of attributes currently selected for display in the portlet
        Returns:
        collection of array of names and description for selected attributes
        Throws:
        java.rmi.RemoteException
        MXException
      • getResultSetData

        MboSetData getResultSetData(int start,
                                    int rowcount,
                                    java.lang.String sortBy,
                                    java.util.Hashtable qbes)
                             throws java.rmi.RemoteException,
                                    MXException
        Returns the MboValueData to be displayed on the portlet
        The data will be fetched for current query based on its where clause>
        Only records in the range given by start and rowcount will be fetched
        This method also takes into account specific cases of query belonging to WORKVIEW application.
        Data is filtered based on the qbes passed on by the user on the
        Parameters:
        start - position
        rows - to display
        sort - by
        hashtable - of qbes
        Throws:
        java.rmi.RemoteException
        MXException
      • addBBMsgStatus

        void addBBMsgStatus(long l)
                     throws MXException,
                            java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getViewedMessages

        java.util.List getViewedMessages()
                                  throws MXException,
                                         java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getUnViewedMessages

        java.util.List getUnViewedMessages()
                                    throws MXException,
                                           java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getUniqueBBMsgStatusIdList

        java.util.List getUniqueBBMsgStatusIdList()
                                           throws MXException,
                                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getValidMesssagesWhereClause

        java.lang.String getValidMesssagesWhereClause()
                                               throws MXException,
                                                      java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException