|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReportTablePrefix
The IReportTablePrefix interface allows you to change the table prefix template.
| Method Summary | |
|---|---|
java.lang.String |
getMappedTablePrefix()
Returns the mapped table prefix. |
java.lang.String |
getTablePrefix()
Returns the original table prefix. |
boolean |
getUseMappedTablePrefix()
Deprecated. should use IReportTablePrefix.isUseMappedTablePrefix() instead |
boolean |
isUseMappedTablePrefix()
Returns whether the mapped table prefix is used. |
void |
setMappedTablePrefix(java.lang.String mappedPrefix)
Sets the mapped table prefix. |
void |
setTablePrefix(java.lang.String tablePrefix)
Sets the original table prefix. |
void |
setUseMappedTablePrefix(boolean bUseMapping)
Sets the flag indicating whether the mapped table index is used . |
| Method Detail |
|---|
java.lang.String getTablePrefix()
throws SDKException
Returns the original table prefix.
String containing the original table prefix.
SDKException - This is thrown if the process is unsuccessful.
void setTablePrefix(java.lang.String tablePrefix)
throws SDKException
Sets the original table prefix. This constitutes the key that must map directly to the report. Changing this property is dangerous and not recommended
tablePrefix - A String containing the original table prefix.
SDKException - This is thrown if the process is unsuccessful.
java.lang.String getMappedTablePrefix()
throws SDKException
Returns the mapped table prefix.
String containing the mapped table prefix.
SDKException - This is thrown if the process is unsuccessful.
void setMappedTablePrefix(java.lang.String mappedPrefix)
throws SDKException
Sets the mapped table prefix.
mappedPrefix - A String containing the mapped table prefix.
SDKException
boolean getUseMappedTablePrefix()
throws SDKException
IReportTablePrefix.isUseMappedTablePrefix() instead
Gets whether or not the mapped table prefix is used.
true if the mapped table prefix is used.
SDKException - This is thrown if the process is unsuccessful.
boolean isUseMappedTablePrefix()
throws SDKException
Returns whether the mapped table prefix is used.
true if the mapped table prefix is used.
SDKException - This is thrown if the process is unsuccessful.
void setUseMappedTablePrefix(boolean bUseMapping)
throws SDKException
Sets the flag indicating whether the mapped table index is used .
bUseMapping - A boolean for using the mapped table prefix.
SDKException - This is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||