Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.intf |
This package contains the common used interfaces for the LARIX components.
|
com.saperion.rmi |
This package contains the classes for the LARIX RMI Server.
|
com.saperion.rmi.common |
This package contains the classes for the LARIX RMI Server.
|
com.saperion.util |
This package contains the utility classes for the LARIX RMI Server.
|
Modifier and Type | Method and Description |
---|---|
SaFieldDescription[] |
SaClassicConnectorImpl.getDBDefinition(String name)
Reads the definitions of a database definition (DDC) for the given name.
|
SaFieldDescription[] |
SaClassicConnector.getDBDefinition(String name)
Reads the definitions of a database definition (DDC) for the given name.
|
Modifier and Type | Method and Description |
---|---|
List<SaFieldDescription> |
DDC.getFieldList() |
Map<String,SaFieldDescription> |
DDC.getFields()
Returns a map containing information about the fields of this DDC.
|
Modifier and Type | Method and Description |
---|---|
SaFieldDescription[] |
DDCInfo.getDescriptions() |
Modifier and Type | Method and Description |
---|---|
List<SaFieldDescription> |
DDCImpl.getFieldList() |
Map<String,SaFieldDescription> |
DDCImpl.getFields() |
Constructor and Description |
---|
DDCImpl(String definitionName,
String tableName,
SQLType dataSourceType,
String dataSourceName,
boolean onDefaultDataSource,
DDC.DDCKind ddcKind,
DDC.TenantMode tenantMode,
SaFieldDescription[] descriptions)
Creates a new DDCImpl.
|
DDCInfo(SaFieldDescription[] desc,
SaJNIDdcInfo jniInfo,
MandantInfo mandantInfo)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SaFieldDescription[] |
SaRMIServerCommand.getFieldDescriptions(int token,
String ddcName)
Reads the field descriptions for a given DDC.
|
SaFieldDescription[] |
SaRMISystemCommand.getFieldDescriptions(String ddcName,
String mandant)
Reads the field descriptions for a given DDC.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassicConnectorUtil.checkProperties(Description description,
SaFieldDescription[] fields)
Check properties.
|
void |
ClassicConnectorUtil.checkProperties(Map<String,Object> nameValuePairs,
String ddcName,
SaFieldDescription[] fields)
Check properties.
|
void |
ClassicConnectorUtil.checkProperties(SaFieldDescription[] fields,
Map<String,Object> nameValuePairs,
boolean skipMandatoryCheck,
String ddcName) |
void |
ClassicConnectorUtil.checkProperties(SaFieldDescription[] fields,
Properties props,
boolean skipMandatoryCheck,
String ddcName)
Check properties.
|
static List<SaPropertyValue> |
SaperionDataType.convert(Description description,
SaFieldDescription[] fields) |
static List<SaPropertyValue> |
SaperionDataType.convert(SaFieldDescription[] fields,
Map<String,Object> metadatas,
String ddcName) |
static SaJNIValue |
SaperionDataType.getJNIValue(String fieldName,
Object fieldvalue,
SaFieldDescription[] saJNIFieldDescriptions)
Returns the SaJNIValue for the given value and saJNIFieldDescriptions.
|
List<SaPropertyValue> |
ClassicConnectorUtil.getSAPropertyValues(String ddcname,
SaFieldDescription[] saJNIFieldDescriptionArray,
Properties namevaluePair)
Returns the SaPropertyValue Array for the given ddcname and properties.
|
static void |
SaperionDataType.setSaperionValue(String fieldName,
Object fieldvalue,
SaPropertyValue saPropertyValue,
SaFieldDescription[] saJNIFieldDescriptions)
Converts the given value to SaperionDataType.
|
Copyright © 2016 SAPERION AG. All rights reserved.