lumis.portal.channel.template
Class ChannelTemplateLinkConfig
java.lang.Object
lumis.portal.channel.template.ChannelTemplateLinkConfig
- All Implemented Interfaces:
- Cloneable, ICloneableConfig<ChannelTemplateLinkConfig>
@StableMinor(version="4.1",
sinceVersion="4.0")
public class ChannelTemplateLinkConfig
- extends Object
- implements Cloneable, ICloneableConfig<ChannelTemplateLinkConfig>
Information of the link of a channel template resource.
- Since:
- 4.0.0
TYPE_ACL
public static final int TYPE_ACL
- See Also:
- Constant Field Values
TYPE_CHANNEL
public static final int TYPE_CHANNEL
- See Also:
- Constant Field Values
TYPE_LOCAL_GROUP
public static final int TYPE_LOCAL_GROUP
- See Also:
- Constant Field Values
TYPE_SERVICE_INSTANCE
public static final int TYPE_SERVICE_INSTANCE
- See Also:
- Constant Field Values
TYPE_PAGE
public static final int TYPE_PAGE
- See Also:
- Constant Field Values
TYPE_SERVICE_INTERFACE_INSTANCE
public static final int TYPE_SERVICE_INTERFACE_INSTANCE
- See Also:
- Constant Field Values
TYPE_SERVICE_INSTANCE_CUSTOM_PROPERTIES
public static final int TYPE_SERVICE_INSTANCE_CUSTOM_PROPERTIES
- See Also:
- Constant Field Values
TYPE_SERVICE_INTERFACE_INSTANCE_CUSTOM_PROPERTIES
public static final int TYPE_SERVICE_INTERFACE_INSTANCE_CUSTOM_PROPERTIES
- See Also:
- Constant Field Values
TYPE_SERVICE_INSTANCE_DEPENDENCY
public static final int TYPE_SERVICE_INSTANCE_DEPENDENCY
- See Also:
- Constant Field Values
elementsTypeOrder
public static final int[] elementsTypeOrder
aclDependencies
public static final Object[][] aclDependencies
channelDependencies
public static final Object[][] channelDependencies
localGroupDependencies
public static final Object[][] localGroupDependencies
serviceInstanceDependencies
public static final Object[][] serviceInstanceDependencies
pageDependencies
public static final Object[][] pageDependencies
serviceInterfaceDependencies
public static final Object[][] serviceInterfaceDependencies
serviceInstanceCustomPropertiesDependencies
public static final Object[][] serviceInstanceCustomPropertiesDependencies
serviceInterfaceInstanceCustomPropertiesDependencies
public static final Object[][] serviceInterfaceInstanceCustomPropertiesDependencies
serviceInstanceDependencyDependencies
public static final Object[][] serviceInstanceDependencyDependencies
elementsDependenciesReplacement
public static final Object[][][] elementsDependenciesReplacement
ChannelTemplateLinkConfig
public ChannelTemplateLinkConfig()
getDestinationChannelId
public String getDestinationChannelId()
setDestinationChannelId
public void setDestinationChannelId(String destinationChannelId)
getDestinationId
public String getDestinationId()
setDestinationId
public void setDestinationId(String destinationId)
getId
public String getId()
setId
public void setId(String id)
getItemType
public int getItemType()
setItemType
public void setItemType(int itemType)
isLinked
public boolean isLinked()
setLinked
public void setLinked(boolean linked)
getSourceId
public String getSourceId()
setSourceId
public void setSourceId(String sourceId)
getTemplateChannelId
public String getTemplateChannelId()
setTemplateChannelId
public void setTemplateChannelId(String templateChannelId)
serialize
public void serialize(OutputStream outputStream)
throws PortalException
- Throws:
PortalException
deserialize
public void deserialize(Node channelNode)
throws PortalException
- Throws:
PortalException
clone
public ChannelTemplateLinkConfig clone()
throws CloneNotSupportedException
- Specified by:
clone
in interface ICloneableConfig<ChannelTemplateLinkConfig>
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.