|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPublicationDynamicRecipients
This interface defines a collection that contains
IPublicationDynamicRecipient
objects. It is used to create a subset of recipients to whom the publication
is delivered. Recipients in this collection must match recipients in the dynamic
recipient provider. When populated, only the dynamic recipients who are in this
collection and whose profile values match those specified
recieve the publication. All other dynamic recipients in the provider are ignored.
| Method Summary | |
|---|---|
void |
add(java.lang.Object objValue)
Adds a dynamic recipient to the collection. |
void |
clear()
Removes all dynamic recipients from the collection. |
java.lang.Object |
get(int index)
Returns the dynamic recipient object at the specified index. |
java.lang.Object |
remove(int index)
Removes the dynamic recipient at the specified index. |
boolean |
remove(java.lang.Object objValue)
Removes the specified dynamic recipient. |
void |
removeAll(java.util.Collection collectionVal)
Removes the specified dynamic recipients from the collection. |
void |
set(int index,
java.lang.Object objValue)
Sets a dynamic recipient. |
int |
size()
Returns the size of the collection. |
| Method Detail |
|---|
void add(java.lang.Object objValue)
objValue - the object containing the properties of the dynamic recipientjava.lang.Object get(int index)
index - the position of the recipient within the collection
void set(int index,
java.lang.Object objValue)
throws SDKException
index - the location to be addedobjValue - the object that contains the properties of the dynamic recipient
SDKException
java.lang.Object remove(int index)
throws SDKException
index - the index of the dynamic recipient to remove
SDKException
void removeAll(java.util.Collection collectionVal)
throws SDKException
collectionVal - A Collection containing the dynamic recipients to be removed
SDKExceptionboolean remove(java.lang.Object objValue)
objValue - An Object represent the object value
void clear()
throws SDKException
SDKExceptionint size()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||