lumis.service.wsrp.consumer.producermanager
Class ClonedPortlet

Package class diagram package ClonedPortlet
java.lang.Object
  extended by lumis.service.wsrp.consumer.producermanager.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
See Also:
Serialized Form

Constructor Summary
ClonedPortlet()
           
ClonedPortlet(java.lang.String portletHandle, java.lang.String name)
           
 
Method Summary
 void addInterfaceInstanceId(java.lang.String interfaceInstanceId)
          Adds an interface instance id to the list of interface instances that use the cloned portlet.
 java.util.Collection<java.lang.String> getInterfaceInstanceIds()
          Returns the interface instances the cloned portlet is being used.
 java.lang.String getName()
           
 java.lang.String getPortletHandle()
           
 Registration getRegistration()
           
 java.lang.String getRegistrationHandle()
           
 void setInterfaceInstanceIds(java.util.Collection<java.lang.String> interfaceInstanceIds)
          Sets the interface instance ids that are using the cloned portlet.
 void setName(java.lang.String name)
           
 void setRegistration(Registration registration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

getRegistration

public Registration getRegistration()

setRegistration

public void setRegistration(Registration registration)


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.