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

All Superinterfaces:
IPersonalizationVariableMapping

public interface IDynamicRecipientVariableMapping
extends IPersonalizationVariableMapping


Method Summary
 int getIndex()
          Gets variable mapping ID.
 java.lang.String getMultilingualVariableID()
           For variables that are part of multilingual universes, sets the ID that uniquely identifies the variable in the universe.
 int getProviderColumnIndex()
          Gets Provider Column Index.
 java.lang.String getSubreportName()
          Gets sub report name.
 java.lang.String getVariableName()
          Gets variable name.
 void setMultilingualVariableID(java.lang.String variableId)
           For variables that are multilingual universes, gets the ID that uniquely identifies the variable in the universe.
 

Method Detail

getIndex

int getIndex()

Gets variable mapping ID.

Returns:
A int index of this variable mapping.

getVariableName

java.lang.String getVariableName()

Gets variable name.

Specified by:
getVariableName in interface IPersonalizationVariableMapping
Returns:
A String the variable name.

getSubreportName

java.lang.String getSubreportName()

Gets sub report name.

Specified by:
getSubreportName in interface IPersonalizationVariableMapping
Returns:
A String the sub report name which has report field specified in variable name

getProviderColumnIndex

int getProviderColumnIndex()

Gets Provider Column Index.

Returns:
A int denotes the dynamic recipient provider column index for this variable.

getMultilingualVariableID

java.lang.String getMultilingualVariableID()

For variables that are part of multilingual universes, sets the ID that uniquely identifies the variable in the universe.

Specified by:
getMultilingualVariableID in interface IPersonalizationVariableMapping
Parameters:
variableID - A String representing the ID of the variable in the multilingual universe.

setMultilingualVariableID

void setMultilingualVariableID(java.lang.String variableId)

For variables that are multilingual universes, gets the ID that uniquely identifies the variable in the universe.