Package com.axemble.vdoc.sdk.impl
Class PortalPortlet
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.PortalElement
com.axemble.vdoc.sdk.impl.PortalPortlet
- All Implemented Interfaces:
- IElement,- IPortlet,- IDeletionSupport,- IProtocolSupport,- ISecuritySupport,- Serializable
- Author:
- vlygeros
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected com.axemble.vdocportal.portal2.registry.dao.jdo.beans.JdoPortletFields inherited from class com.axemble.vdoc.sdk.impl.PortalElementpath, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructorsConstructorDescriptionPortalPortlet(IModule module, com.axemble.vdocportal.portal2.registry.dao.jdo.beans.JdoPortlet portlet) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeletes theIElementobject.Gets the description of the portlet.getLabel()Gets the label of the portlet.getName()Gets the name of the portlet.Gets the native object underneath.voidsetDescription(String description) Sets the description of the portlet.voidSets the label of the portlet.Methods inherited from class com.axemble.vdoc.sdk.impl.PortalElementequals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, save, setIdMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElementgetModuleMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURI
- 
Field Details- 
portletprotected com.axemble.vdocportal.portal2.registry.dao.jdo.beans.JdoPortlet portlet
 
- 
- 
Constructor Details- 
PortalPortletpublic PortalPortlet(IModule module, com.axemble.vdocportal.portal2.registry.dao.jdo.beans.JdoPortlet portlet) - Parameters:
- module-
 
 
- 
- 
Method Details- 
getNativeObjectDescription copied from interface:IElementGets the native object underneath.- Specified by:
- getNativeObjectin interface- IElement
- Returns:
- an object.
 
- 
getNameDescription copied from interface:IPortletGets the name of the portlet.
- 
getLabelDescription copied from interface:IPortletGets the label of the portlet.
- 
setLabelDescription copied from interface:IPortletSets the label of the portlet.
- 
getDescriptionDescription copied from interface:IPortletGets the description of the portlet.- Specified by:
- getDescriptionin interface- IPortlet
- Returns:
- a Stringvalue.
 
- 
setDescriptionDescription copied from interface:IPortletSets the description of the portlet.- Specified by:
- setDescriptionin interface- IPortlet
- Parameters:
- description- The new description to set the portlet with
 
- 
deleteDescription copied from interface:IDeletionSupportDeletes theIElementobject.- Specified by:
- deletein interface- IDeletionSupport
- Parameters:
- context- The Execution context.
 
 
-