|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IChannel | |
| 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 IChannel in com.sapportals.wcm.repository.service.subscription |
| Methods in com.sapportals.wcm.repository.service.subscription that return IChannel | |
IChannel |
ISubscription.getChannel()
Gets the channel that is used for sending notifications to the 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. |
| Methods in com.sapportals.wcm.repository.service.subscription with parameters of type IChannel | |
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. |
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. |
boolean |
ISubscription.isValidChannel(IChannel channel)
Checks if a given channel is valid for this subscription's recipients. |
void |
ISubscription.setChannel(IChannel channel)
Sets the channel to use for sending notifications to the recipients. |
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. |
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. |
boolean |
ISubscriptionManager.isValidChannel(IChannel channel,
IRecipientList recipientList)
Checks whether a channel is valid for a specified list of recipients. |
boolean |
ISubscriptionManager.isValidChannel(IChannel channel,
IRecipient recipient)
Checks whether a channel is valid for a specified recipient. |
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. |
| Uses of IChannel in com.sapportals.wcm.service.notificator |
| Methods in com.sapportals.wcm.service.notificator with parameters of type IChannel | |
java.lang.String |
INotification.getFromAddress(IChannel channel)
Get the 'from' address for a specific channel. |
IContent |
INotification.getContent(IRecipient recipient,
IChannel channel,
java.util.Properties properties)
Get the content (depending on recipient and channel). |
protected RID |
AbstractNotification.getXslRID(IResourceFactory factory,
java.lang.String templates,
IChannel channel)
Get the uri to use for the XSL by trying a channel-specific uri first. |
protected java.util.Properties |
AbstractNotification.getProperties(IRecipient recipient,
IChannel channel,
java.util.Properties properties)
Get the properties to pass to the pipeline. |
java.lang.String |
AbstractNotification.getFromAddress(IChannel channel)
|
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. |
void |
INotificatorService.send(IRecipientList recipients,
IChannel channel,
INotification notification)
|
java.lang.String |
INotificatorService.getDefaultFromAddress(IChannel channel)
Get the default from address for a channel. |
| Uses of IChannel in com.sapportals.wcm.util.channels |
| Classes in com.sapportals.wcm.util.channels that implement IChannel | |
class |
AbstractChannel
Base class for IChannel -implementations. |
| Methods in com.sapportals.wcm.util.channels that return IChannel | |
IChannel |
IChannelList.get(int index)
|
IChannel |
IChannelList.set(int index,
IChannel channel)
|
IChannel |
IChannelList.remove(int index)
|
IChannel |
ChannelFactory.getChannel(java.lang.String id)
Get an IChannel instance for a specific id. |
IChannel |
ChannelFactory.getFirstChannelForType(java.lang.String type)
Get the first instance of an IChannel for a given type. |
IChannel |
IChannelListIterator.next()
|
IChannel |
IChannelListIterator.previous()
|
IChannel |
IRecipient.getChannel(java.lang.String id)
Get the recipient's channel for a given channel id. |
IChannel |
IRecipient.getDefaultChannel()
Get the default channel. |
| Methods in com.sapportals.wcm.util.channels with parameters of type IChannel | |
boolean |
IChannelList.contains(IChannel channel)
|
boolean |
IChannelList.add(IChannel channel)
|
boolean |
IChannelList.remove(IChannel channel)
|
IChannel |
IChannelList.set(int index,
IChannel channel)
|
void |
IChannelList.add(int index,
IChannel channel)
|
void |
IChannelList.addLast(IChannel channel)
|
int |
IChannelList.indexOf(IChannel channel)
|
int |
IChannelList.lastIndexOf(IChannel channel)
|
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. |
void |
IChannelListIterator.set(IChannel channel)
|
void |
IChannelListIterator.add(IChannel channel)
|
void |
IRecipient.sendTo(IChannel channel,
java.lang.String from,
java.lang.String title,
java.lang.String messagetext,
java.lang.String type)
Send a message text via the specified channel. |
void |
IRecipient.sendTo(IChannel channel,
java.lang.String from,
javax.mail.internet.MimeMessage mimemessage)
Send a mime message via the specified channel. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||