SAP NetWeaver '04

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

Packages that use IRecipient
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 IRecipient in com.sapportals.wcm.repository.service.subscription
 

Methods in com.sapportals.wcm.repository.service.subscription with parameters of type IRecipient
 ISubscription ISubscription.set(ISubscriptionCondition condition, IResource resource, IChannel channel, IRecipient recipient, ISubscriptionAttributes attributes)
          Changes or sets multiple parameters for a subscription in one operation.
 ISubscription ISubscription.set(ISubscriptionCondition condition, IResourceList resources, IChannel channel, IRecipient recipient, ISubscriptionAttributes attributes)
          Changes or sets multiple parameters for a subscription in one operation.
 boolean ISubscription.setOwner(IRecipient newOwner)
          Sets a new owner for this subscription.

 void ISubscription.setRecipient(IRecipient recipient)
          Resets the subscription's recipient.
 void ISubscription.resetRecipient(IRecipient recipient)
          Reactivates all unsubscribed recipients for this subscription.
 void ISubscription.addRecipient(IRecipient recipient)
          Adds a recipient to the subscription.
 boolean ISubscription.isOnlyRecipient(IRecipient recipient)
          Checks if a recipient is the only recipient of a subscription.
 boolean ISubscription.removeRecipient(IRecipient recipient)
          Removes a recipient from the subscription.
 boolean ISubscription.isUnsubscribed(IRecipient recipient)
          Checks whether a recipient is unsubscribed.
 void ISubscription.unsubscribe(IRecipient recipient)
          Unsubscribes a recipient and stops the subscription notifications for this recipient.
 ISubscriptionList ISubscriptionManager.deleteSubscriptionsForUser(IResourceContext context, IRecipient deletedUser, IRecipient newUser, boolean replaceOnlyOwnedSubscriptions)
          Deletes all subscriptions for a given user.
This method might be called if a user does no longer exist in the system, and his subscriptions should be clean up.
 ISubscription ISubscriptionManager.createSubscription(IResourceContext context, java.lang.String name, ISubscriptionCondition condition, IResource resource, IChannel channel, IRecipient recipient, ISubscriptionAttributes attributes)
          Creates a new subscription with the specified attributes for one resource and recipient.
 ISubscriptionList ISubscriptionManager.getPassiveSubscriptions(IResourceContext context, IRecipient recipient)
          Gets all passive subscriptions for a specified recipient.
 ISubscriptionList ISubscriptionManager.getSubscriptions(IResourceContext context, IRecipient recipient, boolean resolveIncludedUsers)
          Returns all matching subscriptions for a specified recipient.
 boolean ISubscriptionManager.isValidChannel(IChannel channel, IRecipient recipient)
          Checks whether a channel is valid for a specified recipient.
 

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

Methods in com.sapportals.wcm.service.notificator with parameters of type IRecipient
 IContent INotification.getContent(IRecipient recipient, IChannel channel, java.util.Properties properties)
          Get the content (depending on recipient and channel).
protected  RID AbstractNotification.getXmlRID(IResourceFactory factory, java.lang.String templates, IRecipient recipient)
          Get the uri to use for the XML by trying several locale-specific uris.
protected  java.util.Properties AbstractNotification.getProperties(IRecipient recipient, IChannel channel, java.util.Properties properties)
          Get the properties to pass to the pipeline.
 IContent AbstractNotification.getContent(IRecipient recipient, IChannel channel, java.util.Properties properties)
           
 void INotificatorService.send(IRecipient recipient, IChannel channel, INotification notification)
          Send a notification to a recipient via the specified channel.
 

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

Methods in com.sapportals.wcm.util.channels that return IRecipient
 IRecipient IRecipientListIterator.next()
           
 IRecipient IRecipientListIterator.previous()
           
 IRecipient IRecipientList.get(int index)
           
 IRecipient IRecipientList.set(int index, IRecipient recipient)
           
 IRecipient IRecipientList.remove(int index)
           
 IRecipient RecipientFactory.getRecipient(com.sapportals.portal.security.usermanagement.IUMPrincipal principal)
          Get an IRecipient for the given user-management object.
 IRecipient RecipientFactory.getRecipient(java.lang.String id, int type)
          Get a IRecipient for the given id and type.
 

Methods in com.sapportals.wcm.util.channels with parameters of type IRecipient
 void IRecipientListIterator.set(IRecipient recipient)
           
 void IRecipientListIterator.add(IRecipient recipient)
           
abstract  java.lang.String AbstractChannel.getRecipientAddress(IRecipient recipient)
          Get the address for the specified recipient.
 boolean IRecipientList.contains(IRecipient recipient)
           
 boolean IRecipientList.add(IRecipient recipient)
           
 boolean IRecipientList.remove(IRecipient recipient)
           
 IRecipient IRecipientList.set(int index, IRecipient recipient)
           
 void IRecipientList.add(int index, IRecipient recipient)
           
 void IRecipientList.addLast(IRecipient recipient)
           
 int IRecipientList.indexOf(IRecipient recipient)
           
 int IRecipientList.lastIndexOf(IRecipient recipient)
           
 boolean IRecipient.contains(IRecipient recipient)
          Test if a given recipient is a member of a group.
 java.lang.String IChannel.getRecipientAddress(IRecipient recipient)
          Get the given recipient's channel address in the channel's specific 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.