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
Modifier and TypeFieldDescriptionprotected com.axemble.vdocportal.portal2.registry.dao.jdo.beans.JdoPortlet
Fields inherited from class com.axemble.vdoc.sdk.impl.PortalElement
path, storageKey
Fields inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
module
-
Constructor Summary
ConstructorDescriptionPortalPortlet
(IModule module, com.axemble.vdocportal.portal2.registry.dao.jdo.beans.JdoPortlet portlet) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deletes theIElement
object.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.void
setDescription
(String description) Sets the description of the portlet.void
Sets the label of the portlet.Methods inherited from class com.axemble.vdoc.sdk.impl.PortalElement
equals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, save, setId
Methods inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
getModule
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getPath, save
Methods 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:IElement
Gets the native object underneath.- Specified by:
getNativeObject
in interfaceIElement
- Returns:
- an object.
-
getName
Description copied from interface:IPortlet
Gets the name of the portlet. -
getLabel
Description copied from interface:IPortlet
Gets the label of the portlet. -
setLabel
Description copied from interface:IPortlet
Sets the label of the portlet. -
getDescription
Description copied from interface:IPortlet
Gets the description of the portlet.- Specified by:
getDescription
in interfaceIPortlet
- Returns:
- a
String
value.
-
setDescription
Description copied from interface:IPortlet
Sets the description of the portlet.- Specified by:
setDescription
in interfaceIPortlet
- Parameters:
description
- The new description to set the portlet with
-
delete
Description copied from interface:IDeletionSupport
Deletes theIElement
object.- Specified by:
delete
in interfaceIDeletionSupport
- Parameters:
context
- The Execution context.
-