Uses of Class
de.folt.models.datamodel.sql.SQLTmxProp

Packages that use SQLTmxProp
de.folt.models.datamodel.sql   
 

Uses of SQLTmxProp in de.folt.models.datamodel.sql
 

Methods in de.folt.models.datamodel.sql that return SQLTmxProp
static SQLTmxProp SQLTmxProp.mapTo(TmxProp tmxprop)
           
 

Methods in de.folt.models.datamodel.sql that return types with arguments of type SQLTmxProp
 java.util.List<SQLTmxProp> SQLMultiLingualObject.getLinguisticProperties()
           
 java.util.List<SQLTmxProp> SQLMonoLingualObject.getLinguisticProperties()
           
 

Methods in de.folt.models.datamodel.sql with parameters of type SQLTmxProp
 void SQLMultiLingualObject.addTmxProp(SQLTmxProp property)
          addTmxProp adds a new property to the MOL
 void SQLMonoLingualObject.addTmxProp(SQLTmxProp property)
          addTmxProp adds a new property to the MOL
 boolean SQLMultiLingualObject.checkIfCorePropertyExists(SQLTmxProp property)
          checkIfCorePropertyExists check if a property is a core property and if yes return true if the type exists; we only allow one core with one tyype per MOL
 boolean SQLMonoLingualObject.checkIfCorePropertyExists(SQLTmxProp property)
          checkIfCorePropertyExists check if a property is a core property and if yes return true if the type exists; we only allow one core with one tyype per MOL
 

Method parameters in de.folt.models.datamodel.sql with type arguments of type SQLTmxProp
 void SQLMultiLingualObject.setLinguisticProperties(java.util.List<SQLTmxProp> linguisticProperties)
           
 void SQLMonoLingualObject.setLinguisticProperties(java.util.List<SQLTmxProp> linguisticProperties)
           
 void OpenTMSSQLDataSource.updateSQLTmxProperties(java.util.List<SQLTmxProp> sqlTmxProperties, LinguisticProperties linguisticProperties, java.lang.Object parent)
          updateSQLTmxProperties update the List of sqlTmxProperties with linguisticProperties
If the LinguisticProperty.PropStatus of the TmxProp is deleted the corresponding SQLTmxProp is deleted (set to null)
If the TmxProp has the same id as the SQLTmxProp the values of SQLTmxProp are set to the correspondig values of TmxProp If the TmxProp is not found in List a new SQLTmxProp is added.