Class ClonedPortlet

  • All Implemented Interfaces:
    java.io.Serializable

    public class ClonedPortlet
    extends java.lang.Object
    implements java.io.Serializable
    Cloned portlet entity.
    Since:
    6.0.0
    Version:
    $Revision: 20509 $ $Date: 2017-09-11 16:18:14 -0300 (Mon, 11 Sep 2017) $
    See Also:
    Serialized Form
    • Constructor Detail

      • ClonedPortlet

        public ClonedPortlet()
      • ClonedPortlet

        public ClonedPortlet​(java.lang.String portletHandle,
                             java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getPortletHandle

        public java.lang.String getPortletHandle()
      • getInterfaceInstanceIds

        public java.util.Collection<java.lang.String> getInterfaceInstanceIds()
        Returns the interface instances the cloned portlet is being used.
        Returns:
        collection of interface instance ids that are using the cloned portlet.
      • setInterfaceInstanceIds

        public void setInterfaceInstanceIds​(java.util.Collection<java.lang.String> interfaceInstanceIds)
        Sets the interface instance ids that are using the cloned portlet.
        Parameters:
        interfaceInstanceIds - collection of ids of interface instances that use the cloned portlet.
      • addInterfaceInstanceId

        public void addInterfaceInstanceId​(java.lang.String interfaceInstanceId)
        Adds an interface instance id to the list of interface instances that use the cloned portlet.
        Parameters:
        interfaceInstanceId - id of interface instances that use the cloned portlet.
      • getRegistrationHandle

        public java.lang.String getRegistrationHandle()
      • setRegistration

        public void setRegistration​(Registration registration)