public class ChannelTemplateLinkConfig extends Object implements Cloneable, ICloneableConfig<ChannelTemplateLinkConfig>
Modifier and Type | Field and Description |
---|---|
static Object[][] |
aclDependencies |
static Object[][] |
channelDependencies |
static Object[][][] |
elementsDependenciesReplacement |
static int[] |
elementsTypeOrder |
static Object[][] |
localGroupDependencies |
static Object[][] |
pageDependencies |
static Object[][] |
serviceInstanceDependencies |
static Object[][] |
serviceInstanceDependencyDependencies |
static Object[][] |
serviceInterfaceDependencies |
static int |
TYPE_ACL |
static int |
TYPE_CHANNEL |
static int |
TYPE_LOCAL_GROUP |
static int |
TYPE_PAGE |
static int |
TYPE_SERVICE_INSTANCE |
static int |
TYPE_SERVICE_INSTANCE_CUSTOM_PROPERTIES
Deprecated.
|
static int |
TYPE_SERVICE_INSTANCE_DEPENDENCY |
static int |
TYPE_SERVICE_INTERFACE_INSTANCE |
static int |
TYPE_SERVICE_INTERFACE_INSTANCE_CUSTOM_PROPERTIES
Deprecated.
|
Constructor and Description |
---|
ChannelTemplateLinkConfig() |
Modifier and Type | Method and Description |
---|---|
ChannelTemplateLinkConfig |
clone() |
void |
deserialize(Node channelNode) |
String |
getDestinationChannelId() |
String |
getDestinationId() |
String |
getId() |
int |
getItemType() |
String |
getSourceId() |
String |
getTemplateChannelId() |
boolean |
isIdentical(ChannelTemplateLinkConfig channelTemplateLinkConfig)
Returns true if all properties of this object are equals to the properties of the given object.
|
boolean |
isLinked() |
void |
serialize(OutputStream outputStream) |
void |
setDestinationChannelId(String destinationChannelId) |
void |
setDestinationId(String destinationId) |
void |
setId(String id) |
void |
setItemType(int itemType) |
void |
setLinked(boolean linked) |
void |
setSourceId(String sourceId) |
void |
setTemplateChannelId(String templateChannelId) |
public static final int TYPE_ACL
public static final int TYPE_CHANNEL
public static final int TYPE_LOCAL_GROUP
public static final int TYPE_SERVICE_INSTANCE
public static final int TYPE_PAGE
public static final int TYPE_SERVICE_INTERFACE_INSTANCE
@Deprecated public static final int TYPE_SERVICE_INSTANCE_CUSTOM_PROPERTIES
@Deprecated public static final int TYPE_SERVICE_INTERFACE_INSTANCE_CUSTOM_PROPERTIES
public static final int TYPE_SERVICE_INSTANCE_DEPENDENCY
public static final int[] elementsTypeOrder
public static final Object[][] aclDependencies
public static final Object[][] channelDependencies
public static final Object[][] localGroupDependencies
public static final Object[][] serviceInstanceDependencies
public static final Object[][] pageDependencies
public static final Object[][] serviceInterfaceDependencies
public static final Object[][] serviceInstanceDependencyDependencies
public static final Object[][][] elementsDependenciesReplacement
public String getDestinationChannelId()
public void setDestinationChannelId(String destinationChannelId)
public String getDestinationId()
public void setDestinationId(String destinationId)
public String getId()
public void setId(String id)
public int getItemType()
public void setItemType(int itemType)
public boolean isLinked()
public void setLinked(boolean linked)
public String getSourceId()
public void setSourceId(String sourceId)
public String getTemplateChannelId()
public void setTemplateChannelId(String templateChannelId)
public void serialize(OutputStream outputStream) throws PortalException
PortalException
public void deserialize(Node channelNode) throws PortalException
PortalException
public ChannelTemplateLinkConfig clone() throws CloneNotSupportedException
clone
in interface ICloneableConfig<ChannelTemplateLinkConfig>
clone
in class Object
CloneNotSupportedException
public boolean isIdentical(ChannelTemplateLinkConfig channelTemplateLinkConfig)
channelTemplateLinkConfig
- the object to compare the properties with.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.