Uses of Class
org.silverpeas.core.subscription.util.SubscriptionSubscriberMapBySubscriberType
-
Packages that use SubscriptionSubscriberMapBySubscriberType Package Description org.silverpeas.core.subscription.util -
-
Uses of SubscriptionSubscriberMapBySubscriberType in org.silverpeas.core.subscription.util
Methods in org.silverpeas.core.subscription.util that return SubscriptionSubscriberMapBySubscriberType Modifier and Type Method Description SubscriptionSubscriberMapBySubscriberType
SubscriptionSubscriberMapBySubscriberType. filterOnDomainVisibilityFrom(UserDetail user)
Removes from this map the subscribers that have not the same domain visibility as the one of the given user.SubscriptionSubscriberMapBySubscriberType
SubscriptionSubscriberList. indexBySubscriberType()
Obtains subscription subscribers indexed by their type.Methods in org.silverpeas.core.subscription.util with parameters of type SubscriptionSubscriberMapBySubscriberType Modifier and Type Method Description void
SubscriptionSubscriberMapBySubscriberType. addAll(SubscriptionSubscriberMapBySubscriberType subscribers)
Adds elements from a list ofSubscriptionSubscriber
.
-