SAP NetWeaver '04

Uses of Interface
com.sapportals.wcm.util.channels.IRecipientList

Packages that use IRecipientList
com.sapportals.wcm.repository.service.subscription Provides a service that creates and manages subscriptions for resources.  
com.sapportals.wcm.service.notificator Provides a service for sending notifications.  
com.sapportals.wcm.util.channels Contains interfaces and classes for sending messages to recipients.  
 

Uses of IRecipientList in com.sapportals.wcm.repository.service.subscription
 

Fields in com.sapportals.wcm.repository.service.subscription declared as IRecipientList
protected  IRecipientList SubscriptionException.m_InvalidRecipientsForChannel
          Internal list of all invalid recipients for a channel
 

Methods in com.sapportals.wcm.repository.service.subscription that return IRecipientList
 IRecipientList ISubscription.getRecipients()
          Gets the recipients of the subscription notifications.
 IRecipientList ISubscription.getSubscribedRecipients()
          Gets the recipients of the subscription that have not unsubscribed.
 IRecipientList ISubscription.getUnsubscribedRecipients()
          Gets the recipients of the subscription that have unsubscribed.
 IRecipientList ISubscriptionManager.getInvalidForChannel(IChannel channel, IRecipientList recipients)
          Checks whether a channel is valid for the specified recipients, and returns the recipients for which the channel is invalid.
 IRecipientList SubscriptionException.getInvalidRecipientsForChannel()
          Gets the list of invalid recipients for a channel.
 

Methods in com.sapportals.wcm.repository.service.subscription with parameters of type IRecipientList
 ISubscription ISubscription.set(ISubscriptionCondition condition, IResource resource, IChannel channel, IRecipientList recipients, ISubscriptionAttributes attributes)
          Changes or sets multiple parameters for a subscription in one operation.
 ISubscription ISubscription.set(ISubscriptionCondition condition, IResourceList resources, IChannel channel, IRecipientList recipients, ISubscriptionAttributes attributes)
          Changes or sets multiple parameters for a subscription in one operation.
 void ISubscription.setRecipients(IRecipientList recipientList)
          Resets the subscription's recipients.
 void ISubscription.resetRecipients(IRecipientList recipientList)
          Resets recipients for the subscription notifications.
 ISubscription ISubscriptionManager.createSubscription(IResourceContext context, java.lang.String name, ISubscriptionCondition condition, IResourceList resources, IChannel channel, IRecipientList recipients, ISubscriptionAttributes attributes)
          Creates a new subscription with the specified attributes for several resources and recipients.
 ISubscription ISubscriptionManager.createSubscription(IResourceContext context, java.lang.String name, ISubscriptionCondition condition, IResource resource, IChannel channel, IRecipientList recipients, ISubscriptionAttributes attributes)
          Creates a new subscription with the specified attributes for one resource and several recipients.
 IChannel ISubscriptionManager.getDefaultChannel(IRecipientList recipientList)
          Gets the default channel over all recipients.

The returned channel is a channel that is valid for all recipients, if such a channel can be found.
 boolean ISubscriptionManager.isValidChannel(IChannel channel, IRecipientList recipientList)
          Checks whether a channel is valid for a specified list of recipients.
 IRecipientList ISubscriptionManager.getInvalidForChannel(IChannel channel, IRecipientList recipients)
          Checks whether a channel is valid for the specified recipients, and returns the recipients for which the channel is invalid.
 

Constructors in com.sapportals.wcm.repository.service.subscription with parameters of type IRecipientList
SubscriptionException(int type, java.lang.String message, IRecipientList invalids)
          Creates a subscription exception for a given type with an additional message and an IRecipientList containing invalid recipients.
 

Uses of IRecipientList in com.sapportals.wcm.service.notificator
 

Methods in com.sapportals.wcm.service.notificator with parameters of type IRecipientList
 void INotificatorService.send(IRecipientList recipients, IChannel channel, INotification notification)
           
 

Uses of IRecipientList in com.sapportals.wcm.util.channels
 

Methods in com.sapportals.wcm.util.channels that return IRecipientList
 IRecipientList IRecipientList.subList(int startIndex, int stopIndex)
           
 IRecipientList IRecipientList.expand()
           
 IRecipientList RecipientFactory.createRecipientList()
          Create an empty IRecipientList .
 IRecipientList IRecipient.getGroupMembers()
          Get all the members of a group or role.
 

Methods in com.sapportals.wcm.util.channels with parameters of type IRecipientList
static java.lang.String[] ChannelFactory.getRecipientAdresses(IChannel channel, IRecipientList recipients)
          Utility method to convert an array of recipients to an array of addresses in a specific channel format.
 


SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.