com.crystaldecisions.sdk.plugin.desktop.common
Interface IDynamicRecipientInfo


public interface IDynamicRecipientInfo


Method Summary
 int getEnterpriseUserID()
           Returns the ID of the enterprise user associated with this recipient, or 0 if there is no enterprise user associated with the recipient.
 java.lang.String getIdentifyName()
           Returns a value of the dynamic recipient identifier.
 java.lang.String getRecipientEmail()
           Returns a value of the dynamic recipient e-mail.
 java.lang.String getRecipientFullName()
           Returns a value of the dynamic recipient full name.
 void setEnterpriseUserID(int userID)
           Sets the ID of the enterprise user associated with this recipient.
 void setIdentifyName(java.lang.String value)
           Sets the value of the dynamic recipient identifier.
 void setRecipientEmail(java.lang.String value)
           Sets the value of the dynamic recipient e-mail.
 void setRecipientFullName(java.lang.String value)
           Sets the value of the dynamic recipient full name.
 

Method Detail

getIdentifyName

java.lang.String getIdentifyName()
                                 throws SDKException

Returns a value of the dynamic recipient identifier.

Returns:
A String of the dynamic recipient identifier.
Throws:
SDKException

setIdentifyName

void setIdentifyName(java.lang.String value)
                     throws SDKException

Sets the value of the dynamic recipient identifier.

Parameters:
value - The dynamic recipient name value in String.
Throws:
SDKException

getRecipientFullName

java.lang.String getRecipientFullName()
                                      throws SDKException

Returns a value of the dynamic recipient full name.

Returns:
A String of the dynamic recipient full name.
Throws:
SDKException

setRecipientFullName

void setRecipientFullName(java.lang.String value)
                          throws SDKException

Sets the value of the dynamic recipient full name.

Parameters:
value - The dynamic recipient full name.
Throws:
SDKException

getRecipientEmail

java.lang.String getRecipientEmail()
                                   throws SDKException

Returns a value of the dynamic recipient e-mail.

Returns:
A String of the dynamic recipient e-mail.
Throws:
SDKException

setRecipientEmail

void setRecipientEmail(java.lang.String value)
                       throws SDKException

Sets the value of the dynamic recipient e-mail.

Parameters:
value - The dynamic recipient e-mail.
Throws:
SDKException

getEnterpriseUserID

int getEnterpriseUserID()
                        throws SDKException

Returns the ID of the enterprise user associated with this recipient, or 0 if there is no enterprise user associated with the recipient.

Returns:
The recipient's enterprise user ID.
Throws:
SDKException.
SDKException

setEnterpriseUserID

void setEnterpriseUserID(int userID)
                         throws SDKException

Sets the ID of the enterprise user associated with this recipient.

Parameters:
userID - The recipient's enterprise user ID.
Throws:
SDKException.
SDKException