|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPublicationDocumentVariableMapping
| Method Summary | |
|---|---|
java.lang.String |
getMultilingualUniverseCUID()
For profile targets that are multilingual universes, retrieves the CUID that uniquely identifies the universe. |
java.lang.String |
getMultilingualVariableID()
For profile targets that are multilingual universes, sets the ID that uniquely identifies the variable in the universe. |
int |
getProfileID()
Returns the profile ID. |
java.lang.String |
getSubreportName()
Returns the subreport name. |
java.lang.String |
getVariableName()
Returns variable name. |
void |
setMultilingualUniverseCUID(java.lang.String identifier)
For profile targets that are part of multilingual universes, sets the CUID that uniquely identifies the universe. |
void |
setMultilingualVariableID(java.lang.String variableID)
For profile targets that are part of multilingual universes, sets the ID that uniquely identifies the variable in the universe. |
void |
setProfileID(int profileID)
Sets the profile ID. |
void |
setSubreportName(java.lang.String subreportName)
Sets the subreport name. |
void |
setVariableName(java.lang.String variableName)
Sets the variable name. |
| Method Detail |
|---|
void setVariableName(java.lang.String variableName)
throws SDKException
variableName - A String containing the variable name
SDKExceptionjava.lang.String getVariableName()
getVariableName in interface IPersonalizationVariableMapping
void setSubreportName(java.lang.String subreportName)
throws SDKException
subreportName - A String containing the name of the
subreport that contains the specified variable.
SDKExceptionjava.lang.String getSubreportName()
getSubreportName in interface IPersonalizationVariableMappingvoid setMultilingualUniverseCUID(java.lang.String identifier)
identifier - a String representing the CUID of the multilingual universe target.java.lang.String getMultilingualUniverseCUID()
String representing the CUID of the multilingual universe target.void setMultilingualVariableID(java.lang.String variableID)
variableID - A String representing the ID of the target in the
multilingual universe.java.lang.String getMultilingualVariableID()
getMultilingualVariableID in interface IPersonalizationVariableMappingString representing the ID of the target in a multilingual
universe.
void setProfileID(int profileID)
throws SDKException
profileID - the profile ID
SDKExceptionint getProfileID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||