Package de.xima.fc.converter.project
Class AuthConfigConversion
- java.lang.Object
 - 
- de.xima.fc.converter.project.AuthConfigConversion
 
 
- 
- All Implemented Interfaces:
 IImportConversionStrategy
public class AuthConfigConversion extends Object implements IImportConversionStrategy
Sets up theProjectAuthenticatorConfigs of a project from old entity data- Since:
 - 6.4.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AuthConfigConversion() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProjectAuthenticatorConfig>convert(de.xima.cmn.dao.interfaces.IEntity<Long> importedEntity, de.xima.cmn.dao.interfaces.IEntity<Long> deserializedEntity, String fcVersion, String exportVersion)Converts the value of an imported entity field to conform to the current FORMCYCLE version 
 - 
 
- 
- 
Method Detail
- 
convert
public List<ProjectAuthenticatorConfig> convert(de.xima.cmn.dao.interfaces.IEntity<Long> importedEntity, de.xima.cmn.dao.interfaces.IEntity<Long> deserializedEntity, String fcVersion, String exportVersion)
Description copied from interface:IImportConversionStrategyConverts the value of an imported entity field to conform to the current FORMCYCLE version- Specified by:
 convertin interfaceIImportConversionStrategy- Parameters:
 importedEntity-IEntitythat has been importeddeserializedEntity-IEntityoriginal deserialized EntityfcVersion-Stringversion of the imported entity. That is the FORMCYCLE version the entity has been exported fromexportVersion-Stringversion of the entity export- Returns:
 - new value of the entity field
 
 
 - 
 
 -