Class SyncDataSourceConfigurationPropertySheet
- java.lang.Object
-
- org.neotropic.kuwaiba.modules.commercial.sync.components.SyncDataSourceConfigurationPropertySheet
-
public class SyncDataSourceConfigurationPropertySheet extends Object
A class that build property sets given sync data source configurations.- Author:
- Mauricio Ruiz <mauricio.ruiz@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description SyncDataSourceConfigurationPropertySheet()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<AbstractProperty>
propertiesFromSyncDataSourceConfiguration(SyncDataSourceConfiguration syncDataSourceConfiguration, TranslationService ts, BusinessEntityManager bem)
Display sync data source configuration properties; used in sync framework
-
-
-
Method Detail
-
propertiesFromSyncDataSourceConfiguration
public static List<AbstractProperty> propertiesFromSyncDataSourceConfiguration(SyncDataSourceConfiguration syncDataSourceConfiguration, TranslationService ts, BusinessEntityManager bem) throws MetadataObjectNotFoundException, BusinessObjectNotFoundException, InvalidArgumentException
Display sync data source configuration properties; used in sync framework- Parameters:
syncDataSourceConfiguration
- ; Synchronization Data Source Configurationts
- ; Translation Servicebem
- ; Business Entity Manager- Returns:
- object properties
- Throws:
MetadataObjectNotFoundException
BusinessObjectNotFoundException
InvalidArgumentException
-
-