lumis.portal.serialization
Class DeserializationConfig

Package class diagram package DeserializationConfig
java.lang.Object
  extended by lumis.portal.serialization.BaseSerializationConfig
      extended by lumis.portal.serialization.DeserializationConfig

@StableMinor(version="6.2",
             sinceVersion="4.0")
public class DeserializationConfig
extends BaseSerializationConfig

Since:
4.0.0

Constructor Summary
DeserializationConfig()
           
 
Method Summary
 boolean containsIdMapping(String originalId)
           
 boolean getCreateNewIds()
           
 String getIdMapping(String originalId)
           
 List<ChannelTemplateLinkConfig> getTemplateLinksList()
          Returns the links of channel template for the structure being imported.
 boolean isUpdateIfElementExists()
           
 void setCreateNewIds(boolean createNewIds)
           
 void setIdMapping(String originalId, String newId)
           
 void setTemplateLinksList(List<ChannelTemplateLinkConfig> templateLinksList)
          Sets the links of channel template for the structure being imported.
 void setUpdateIfElementExists(boolean updateIfElementExists)
           
 
Methods inherited from class lumis.portal.serialization.BaseSerializationConfig
getRootChannelId, setRootChannelId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeserializationConfig

public DeserializationConfig()
Method Detail

getTemplateLinksList

public List<ChannelTemplateLinkConfig> getTemplateLinksList()
Returns the links of channel template for the structure being imported.

Returns:
the links of channel template.
Since:
4.2.1

setTemplateLinksList

public void setTemplateLinksList(List<ChannelTemplateLinkConfig> templateLinksList)
Sets the links of channel template for the structure being imported.

Parameters:
templateLinksList - the links of channel template.
Since:
4.2.1

getIdMapping

public String getIdMapping(String originalId)
Returns:
Returns the idMappings.

setIdMapping

public void setIdMapping(String originalId,
                         String newId)

containsIdMapping

public boolean containsIdMapping(String originalId)
Returns:
Returns the idMappings.

getCreateNewIds

public boolean getCreateNewIds()
Returns:
Returns the createNewIds.

setCreateNewIds

public void setCreateNewIds(boolean createNewIds)
Parameters:
createNewIds - The createNewIds to set.

isUpdateIfElementExists

public boolean isUpdateIfElementExists()

setUpdateIfElementExists

public void setUpdateIfElementExists(boolean updateIfElementExists)


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.