|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IScopeProfileValue
| Method Summary | |
|---|---|
java.lang.String |
getMultilingualVariableID()
Gets the Multilingual Variable ID |
java.lang.String |
getProfileSubreportName()
Gets the subreport name which has specified variable |
java.lang.String |
getProfileValue()
Gets the profile value associated with the ScopeProfileValue |
IProfileValueItems |
getProfileValueData()
Gets the profile value data |
int |
getProfileValueType()
Returns the profile value target type associated with the ScopeProfileValue |
java.lang.String |
getProfileVariable()
Gets the profile variable associated with the ScopeProfileValue |
int |
getProfileVariableIndex()
Gets the profile index of Publication_DocumentProfile_Targets bag. |
void |
setProfileSubreportName(java.lang.String subreportName)
Sets the subreport name |
void |
setProfileValue(java.lang.String value)
Sets the target profile value associated with the ScopeBatchValue |
void |
setProfileValueType(int value)
Sets the target profile value target type associated with the ScopeBatchValue |
void |
setProfileVariable(java.lang.String variableName)
Sets the target profile variable associated with the ScopeProfileValue profile |
void |
setProfileVariableIndex(int indexVal)
Sets the profile index of Publication_DocumentProfile_Targets bag. |
| Method Detail |
|---|
java.lang.String getProfileVariable()
Gets the profile variable associated with the ScopeProfileValue
String representing the profile variable for this ScopeProfileValue
void setProfileVariable(java.lang.String variableName)
throws SDKException
Sets the target profile variable associated with the ScopeProfileValue profile
id - An String representing the personalization variable name
SDKExceptionjava.lang.String getProfileSubreportName()
Gets the subreport name which has specified variable
String representing the subreport name
void setProfileSubreportName(java.lang.String subreportName)
throws SDKException
Sets the subreport name
subreportName - An String representing the subreport name which has specified variable
SDKExceptionjava.lang.String getProfileValue()
Gets the profile value associated with the ScopeProfileValue
String representing the profile value.
void setProfileValue(java.lang.String value)
throws SDKException
Sets the target profile value associated with the ScopeBatchValue
value - A String representing the value of the profile.
SDKExceptionint getProfileValueType()
Returns the profile value target type associated with the ScopeProfileValue
int representing the profile value target type. CeTargetType.Value and CeTargetType.FilterExpression
void setProfileValueType(int value)
throws SDKException
Sets the target profile value target type associated with the ScopeBatchValue
value - A int representing the value of the profile value target type. CeTargetType.Value and CeTargetType.FilterExpression
SDKExceptionIProfileValueItems getProfileValueData()
Gets the profile value data
IProfileValueItems representing the profile value dataint getProfileVariableIndex()
Gets the profile index of Publication_DocumentProfile_Targets bag.
int representing the profile index in Publication_DocumentProfile_Targets bag
void setProfileVariableIndex(int indexVal)
throws SDKException
Sets the profile index of Publication_DocumentProfile_Targets bag.
indexVal - A int the index value.
SDKExceptionjava.lang.String getMultilingualVariableID()
Gets the Multilingual Variable ID
String representing the Multilingual Variable ID
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||