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

All Known Subinterfaces:
IDynamicRecipientVariableMapping, IPublicationDocumentVariableMapping

public interface IPersonalizationVariableMapping

This is the common interface for IDynamicRecipientVariableMapping and IPublicationDocumentVariableMapping


Method Summary
 java.lang.String getMultilingualVariableID()
           For variables that are part of multilingual universes, sets the ID that uniquely identifies the variable in the universe.
 java.lang.String getSubreportName()
          Gets sub report name.
 java.lang.String getVariableName()
          Returns variable name.
 

Method Detail

getVariableName

java.lang.String getVariableName()
Returns variable name.

Returns:
The variable name.

getSubreportName

java.lang.String getSubreportName()

Gets sub report name. This is first used by Crystal Report which has the notion of sub report.

Returns:
A String the sub report name which has report field specified in variable name

getMultilingualVariableID

java.lang.String getMultilingualVariableID()

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

Parameters:
variableID - A String representing the ID of the variable in the multilingual universe.