|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEssURLDrillThrough
Interface representing URL Drill through.
Method Summary | |
---|---|
void |
delete() Deletes this drill through URL. |
short |
getCountOfDrillRegions() Get the Count of Drill Regions. |
java.lang.String[] |
getDrillRegions() Get the list of drill regions. |
java.lang.String |
getURLLink() Get the URL Link. |
java.lang.String |
getURLName() Gets the URL Name |
boolean |
isLevel0() Gets if level0 flag is enabled. |
void |
setDrillRegions(java.lang.String[] dillRegions) Sets the drill regions. |
void |
setLevel0(boolean isLevel0) Set the Level0 flag. |
void |
setURLLink(java.lang.String URLLink) Sets the URL Link. |
void |
update(boolean isMerge) Updates this drill through URL. |
Method Detail |
---|
java.lang.String getURLName() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- If an error occurs.boolean isLevel0() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- If an error occurs.void setLevel0(boolean isLevel0) throws com.essbase.api.base.EssException
isLevel0
-com.essbase.api.base.EssException
- If an error occurs.java.lang.String getURLLink() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- If an error occurs.void setURLLink(java.lang.String URLLink) throws com.essbase.api.base.EssException
URLLink
-com.essbase.api.base.EssException
- If an error occurs.short getCountOfDrillRegions() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- If an error occurs.java.lang.String[] getDrillRegions() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- If an error occurs.void setDrillRegions(java.lang.String[] dillRegions) throws com.essbase.api.base.EssException
dillRegions
-com.essbase.api.base.EssException
- If an error occurs.void update(boolean isMerge) throws com.essbase.api.base.EssException
isMerge
- - True if you want to merge regions definitioncom.essbase.api.base.EssException
- If an error occurs.void delete() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- If an error occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |