|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDynamicRecipientProfileValues
| Method Summary | |
|---|---|
IDynamicRecipientProfileValue |
addExisting(int iProviderColumnOrVariableID,
java.lang.Object value)
Adds a existing dynamicRecipientProfileValue to the collection. |
IDynamicRecipientProfileValue |
addNew(int iProviderColumnOrVariableID,
java.lang.Object value)
Adds a new dynamicRecipientProfileValue to the collection. |
java.lang.String |
find(int iProviderColumnOrVariableID)
Deprecated. Use IDynamicRecipientProfileValues.findObject(int) instead. |
java.lang.Object |
findObject(int iProviderColumnOrVariableID)
Find the dynamicRecipientProfileValue for the given iProviderColumnOrVariableID. |
| Methods inherited from interface com.crystaldecisions.sdk.properties.ISDKSet |
|---|
get |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
IDynamicRecipientProfileValue addNew(int iProviderColumnOrVariableID,
java.lang.Object value)
throws SDKException
Adds a new dynamicRecipientProfileValue to the collection. This method should always be used to add an dynamicRecipientProfileValue to the end of the aliases collection.
iProviderColumnOrVariableID - when kind is ScopeBatch, this is ProviderColumnID,
when kind belongs to MasterScopeBatchDocument, this is variableID;value - in case of ScopeBatch, the value is like "%SI_USERFULLNAME% Vancouver"
in case of MasterScopeBatchDocument, the value is like: "Yanlun Ma, Y.Ma Vancouver"
IDynamicRecipientProfileValue object containing the newly created dynamic recipient profile value.
java.lang.NullPointerException - If the iProviderColumnOrVariableID or value is null
SDKException.
SDKException
IDynamicRecipientProfileValue addExisting(int iProviderColumnOrVariableID,
java.lang.Object value)
throws SDKException
Adds a existing dynamicRecipientProfileValue to the collection. This method should be used to replace a existing dynamicRecipientProfileValue.
iProviderColumnOrVariableID - when kind is ScopeBatch, this is ProviderColumnID,
when kind belongs to MasterScopeBatchDocument, this is variableID;value - in case of ScopeBatch, the value is like "%SI_USERFULLNAME% Vancouver"
in case of MasterScopeBatchDocument, the value is like: "Yanlun Ma, Y.Ma Vancouver"
IDynamicRecipientProfileValue object containing the updated dynamic recipient profile value.
java.lang.NullPointerException - If the iProviderColumnOrVariableID or value is null
SDKException
java.lang.String find(int iProviderColumnOrVariableID)
throws SDKException
IDynamicRecipientProfileValues.findObject(int) instead.
Find the dynamicRecipientProfileValue for the given iProviderColumnOrVariableID.
iProviderColumnOrVariableID - when kind is ScopeBatch, this is ProviderColumnID,
when kind belongs to MasterScopeBatchDocument, this is variableID;
String value, in case of ScopeBatch, the value is like "%SI_USERFULLNAME% Vancouver"
in case of MasterScopeBatchDocument, the value is like: "Yanlun Ma, Y.Ma Vancouver"
An - SDKException.
SDKException
java.lang.Object findObject(int iProviderColumnOrVariableID)
throws SDKException
Find the dynamicRecipientProfileValue for the given iProviderColumnOrVariableID.
iProviderColumnOrVariableID - when kind is ScopeBatch, this is ProviderColumnID,
when kind belongs to MasterScopeBatchDocument, this is variableID;
Object value, in case of ScopeBatch, the value is like "%SI_USERFULLNAME% Vancouver"
in case of MasterScopeBatchDocument, the value is like: "Yanlun Ma, Y.Ma Vancouver"
An - SDKException.
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||