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 Summary
FieldsModifier and TypeFieldDescriptionprotected com.axemble.vdocportal.portal2.registry.dao.jdo.beans.JdoPortletFields inherited from class com.axemble.vdoc.sdk.impl.PortalElement
path, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
module -
Constructor Summary
ConstructorsConstructorDescriptionPortalPortlet(IModule module, com.axemble.vdocportal.portal2.registry.dao.jdo.beans.JdoPortlet portlet) -
Method Summary
Modifier 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.PortalElement
equals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, save, setIdMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
getModuleMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
-
Field Details
-
portlet
protected com.axemble.vdocportal.portal2.registry.dao.jdo.beans.JdoPortlet portlet
-
-
Constructor Details
-
PortalPortlet
public PortalPortlet(IModule module, com.axemble.vdocportal.portal2.registry.dao.jdo.beans.JdoPortlet portlet) - Parameters:
module-
-
-
Method Details
-
getNativeObject
Description copied from interface:IElementGets the native object underneath.- Specified by:
getNativeObjectin interfaceIElement- Returns:
- an object.
-
getName
Description copied from interface:IPortletGets the name of the portlet. -
getLabel
Description copied from interface:IPortletGets the label of the portlet. -
setLabel
Description copied from interface:IPortletSets the label of the portlet. -
getDescription
Description copied from interface:IPortletGets the description of the portlet.- Specified by:
getDescriptionin interfaceIPortlet- Returns:
- a
Stringvalue.
-
setDescription
Description copied from interface:IPortletSets the description of the portlet.- Specified by:
setDescriptionin interfaceIPortlet- Parameters:
description- The new description to set the portlet with
-
delete
Description copied from interface:IDeletionSupportDeletes theIElementobject.- Specified by:
deletein interfaceIDeletionSupport- Parameters:
context- The Execution context.
-