|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssExtendedObject interface.
Method Summary | |
void |
clearClientCache()
Clears the client cache for this object. |
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()
Checks if client side caching is enabled for this object. |
void |
setClientCachingEnabled(boolean enableCaching)
Sets if client side caching is enabled for this object. |
Method Detail |
public java.lang.String getName() throws EssException
EssException
- if an error occurs.public IEssExtendedObject getParent() throws EssException
EssException
- if an error occurs.public IEssBaseObject getParentBase() throws EssException
EssException
- if an error occurs.public boolean isClientCachingEnabled() throws EssException
EssException
- if an error occurs.public void setClientCachingEnabled(boolean enableCaching) throws EssException
enableCaching
- true if client caching is to be enabled.
EssException
- if an error occurs.public void clearClientCache() throws EssException
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |