|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEssExtendedObject
The IEssExtendedObject interface.
Method Summary | |
---|---|
void |
clearClientCache() Deprecated. This functionality has been deprecated. |
java.lang.String |
getName() Gets the name of the object. |
IEssExtendedObject |
getParent() Gets the parent of the object. |
IEssBaseObject |
getParentBase() Gets the parent of the object as IEssBaseObject. |
boolean |
isClientCachingEnabled() Deprecated. This functionality has been deprecated. |
void |
setClientCachingEnabled(boolean enableCaching) Deprecated. This functionality has been deprecated. |
Method Detail |
---|
java.lang.String getName() throws com.essbase.api.base.EssException
EssException
- if an error occurs.IEssExtendedObject getParent() throws com.essbase.api.base.EssException
EssException
- if an error occurs.IEssBaseObject getParentBase() throws com.essbase.api.base.EssException
EssException
- if an error occurs.boolean isClientCachingEnabled() throws com.essbase.api.base.EssException
EssException
- if an error occurs.void setClientCachingEnabled(boolean enableCaching) throws com.essbase.api.base.EssException
enableCaching
- true if client caching is to be enabled.EssException
- if an error occurs.void clearClientCache() throws com.essbase.api.base.EssException
EssException
- if an error occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |