Interface WebSubscriptionAssociatedUsers

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getDSUsersCount()
      the number of the DS users
      boolean isAllowUsersSubscribe()
      Whether allow users to subscribe
      boolean isObjectNewlyCreate()
      Is the associated report or document is newly created
      void populate()
      populate from IServer
      void saveObjectAssociatedUsers()
      save the associated users for report or document
      void setAllowUsersToSubscribe​(boolean allowUsersToSubscribe)  
      void setDSUsersCount​(int ct)
      set the number of the DS users
      void setMessageId​(java.lang.String msgId)
      set the message id
      void setObject​(ResultSetBean rsb)
      set the Object associated
      void setObjectId​(java.lang.String objId)
      set the Object Id associated
      void setObjectType​(int objType)
      set the report/document object type associated
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

        add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
    • Method Detail

      • setObject

        void setObject​(ResultSetBean rsb)
        set the Object associated
      • setObjectId

        void setObjectId​(java.lang.String objId)
        set the Object Id associated
      • setObjectType

        void setObjectType​(int objType)
        set the report/document object type associated
      • setMessageId

        void setMessageId​(java.lang.String msgId)
        set the message id
      • isObjectNewlyCreate

        boolean isObjectNewlyCreate()
        Is the associated report or document is newly created
        Returns:
        boolean whether the associated report or document is newly created
      • getDSUsersCount

        int getDSUsersCount()
        the number of the DS users
        Returns:
        the number of the DS users
      • setDSUsersCount

        void setDSUsersCount​(int ct)
        set the number of the DS users
      • isAllowUsersSubscribe

        boolean isAllowUsersSubscribe()
        Whether allow users to subscribe
        Returns:
        boolean Whether allow users to subscribe
      • setAllowUsersToSubscribe

        void setAllowUsersToSubscribe​(boolean allowUsersToSubscribe)