|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||