Class PortalPortlet

All Implemented Interfaces:
IElement, IPortlet, IDeletionSupport, IProtocolSupport, ISecuritySupport, Serializable

public class PortalPortlet extends PortalElement implements IPortlet
Author:
vlygeros
See Also:
  • 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

      public Object getNativeObject()
      Description copied from interface: IElement
      Gets the native object underneath.
      Specified by:
      getNativeObject in interface IElement
      Returns:
      an object.
    • getName

      public String getName()
      Description copied from interface: IPortlet
      Gets the name of the portlet.
      Specified by:
      getName in interface IPortlet
      Returns:
      a String value.
    • getLabel

      public String getLabel()
      Description copied from interface: IPortlet
      Gets the label of the portlet.
      Specified by:
      getLabel in interface IPortlet
      Returns:
      a String value.
    • setLabel

      public void setLabel(String label)
      Description copied from interface: IPortlet
      Sets the label of the portlet.
      Specified by:
      setLabel in interface IPortlet
      Parameters:
      label - The new label to set the portlet with.
    • getDescription

      public String getDescription()
      Description copied from interface: IPortlet
      Gets the description of the portlet.
      Specified by:
      getDescription in interface IPortlet
      Returns:
      a String value.
    • setDescription

      public void setDescription(String description)
      Description copied from interface: IPortlet
      Sets the description of the portlet.
      Specified by:
      setDescription in interface IPortlet
      Parameters:
      description - The new description to set the portlet with
    • delete

      public void delete(IContext context)
      Description copied from interface: IDeletionSupport
      Deletes the IElement object.
      Specified by:
      delete in interface IDeletionSupport
      Parameters:
      context - The Execution context.