Class SubscriptionSubscriberList

    • Constructor Detail

      • SubscriptionSubscriberList

        public SubscriptionSubscriberList()
    • Method Detail

      • getAllUserIds

        public List<String> getAllUserIds()
        Retrieves from the list content all unique identifiers of user identifiers (so the users of groups are taken into account).
        Returns:
        the complete list of user identifiers (those of groups too).
      • filterOnDomainVisibilityFrom

        public SubscriptionSubscriberList filterOnDomainVisibilityFrom​(UserDetail user)
        Removes from this list the subscribers that have not the same domain visibility as the one of the given user.
        Parameters:
        user - the user that represents the visibility to verify.
        Returns:
        itself.