|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDynamicRecipientVariableMapping
| 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 |
|---|
int getIndex()
Gets variable mapping ID.
int index of this variable mapping.java.lang.String getVariableName()
Gets variable name.
getVariableName in interface IPersonalizationVariableMappingString the variable name.java.lang.String getSubreportName()
Gets sub report name.
getSubreportName in interface IPersonalizationVariableMappingString the sub report name which has report field specified in variable nameint getProviderColumnIndex()
Gets Provider Column Index.
int denotes the dynamic recipient provider column index for this variable.java.lang.String getMultilingualVariableID()
For variables that are part of multilingual universes, sets the ID that uniquely identifies the variable in the universe.
getMultilingualVariableID in interface IPersonalizationVariableMappingvariableID - A String representing the ID of the variable in the
multilingual universe.void setMultilingualVariableID(java.lang.String variableId)
For variables that are multilingual universes, gets the ID that uniquely identifies the variable in the universe.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||