public class ClonedPortlet extends Object implements Serializable
Constructor and Description |
---|
ClonedPortlet() |
ClonedPortlet(String portletHandle,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
addInterfaceInstanceId(String interfaceInstanceId)
Adds an interface instance id to the list of interface instances that use the cloned portlet.
|
Collection<String> |
getInterfaceInstanceIds()
Returns the interface instances the cloned portlet is being used.
|
String |
getName() |
String |
getPortletHandle() |
Registration |
getRegistration() |
String |
getRegistrationHandle() |
void |
setInterfaceInstanceIds(Collection<String> interfaceInstanceIds)
Sets the interface instance ids that are using the cloned portlet.
|
void |
setName(String name) |
void |
setRegistration(Registration registration) |
public String getName()
public void setName(String name)
public String getPortletHandle()
public Collection<String> getInterfaceInstanceIds()
public void setInterfaceInstanceIds(Collection<String> interfaceInstanceIds)
interfaceInstanceIds
- collection of ids of interface instances that use the cloned portlet.public void addInterfaceInstanceId(String interfaceInstanceId)
interfaceInstanceId
- id of interface instances that use the cloned portlet.public String getRegistrationHandle()
public Registration getRegistration()
public void setRegistration(Registration registration)
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.