Uses of Interface
com.saperion.intf.SaFieldDescription
-
Packages that use SaFieldDescription Package Description com.saperion Main package for all SAPERION LARIX components.com.saperion.connector This package contains the main classic connector classes.com.saperion.connector.rmi Package for connector RMI client classes.com.saperion.intf This package contains the common used interfaces for the LARIX components.com.saperion.operations.inject com.saperion.rmi This package contains the classes for the LARIX RMI client wrapper components.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. -
-
Uses of SaFieldDescription in com.saperion
Methods in com.saperion with parameters of type SaFieldDescription Modifier and Type Method Description static com.lexmark.saperion.archive.FieldType
SaTypeConverter. newFieldType(SaFieldDescription field)
This factory method creates a newfield type
given anSaFieldDescription
.static com.lexmark.saperion.PropertyType
SaTypeConverter. newPropertyType(java.lang.Object value, SaFieldDescription fieldDescription)
This factory method creates a newproperty
given a value and a field description. -
Uses of SaFieldDescription in com.saperion.connector
Methods in com.saperion.connector that return SaFieldDescription Modifier and Type Method Description SaFieldDescription[]
SaClassicConnector. getDBDefinition(java.lang.String name)
Deprecated.useSaClassicConnector.getDDC(String)
instead.SaFieldDescription[]
SaClassicConnectorImpl. getDBDefinition(java.lang.String name)
-
Uses of SaFieldDescription in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return SaFieldDescription Modifier and Type Method Description SaFieldDescription[]
SaRMIClientCommand. getFieldDescriptions(java.lang.String ddcName)
Reads the field descriptions for a given DDC.SaFieldDescription[]
SaRMIClientCommand. getFieldDescriptions(java.lang.String ddcName, java.lang.String mandant)
Reads the field descriptions for a given DDC.SaFieldDescription[]
SaRMIClientCommandImpl. getFieldDescriptions(java.lang.String ddcName)
Reads the field descriptions for a given DDC.SaFieldDescription[]
SaRMIClientCommandImpl. getFieldDescriptions(java.lang.String ddcName, java.lang.String mandant)
Reads the field descriptions for a given DDC.SaFieldDescription[]
SaRMISystemConnector. getFieldDescriptions(java.lang.String ddcName, java.lang.String mandant)
-
Uses of SaFieldDescription in com.saperion.intf
Methods in com.saperion.intf that return types with arguments of type SaFieldDescription Modifier and Type Method Description java.util.List<SaFieldDescription>
DDC. getFieldList()
java.util.Map<java.lang.String,SaFieldDescription>
DDC. getFields()
Returns a map containing information about the fields of this DDC. -
Uses of SaFieldDescription in com.saperion.operations.inject
Methods in com.saperion.operations.inject with parameters of type SaFieldDescription Modifier and Type Method Description com.lexmark.saperion.remote.common.query.QueryExpression<java.lang.Boolean>
DocumentDefinitionService. createUniqueConstraintViolationCheck(SaFieldDescription fieldDescription, com.lexmark.saperion.PropertyType newValue, boolean ignoreCounters)
For a givenSaFieldDescription
and a given value this method creates aQueryExpression
that checks whether the given value would violate a unique constraint. -
Uses of SaFieldDescription in com.saperion.rmi
Methods in com.saperion.rmi that return SaFieldDescription Modifier and Type Method Description SaFieldDescription[]
DDCInfo. getDescriptions()
Methods in com.saperion.rmi that return types with arguments of type SaFieldDescription Modifier and Type Method Description java.util.List<SaFieldDescription>
DDCImpl. getFieldList()
java.util.Map<java.lang.String,SaFieldDescription>
DDCImpl. getFields()
Constructors in com.saperion.rmi with parameters of type SaFieldDescription Constructor Description DDCImpl(java.lang.String definitionName, java.lang.String tableName, SQLType dataSourceType, java.lang.String dataSourceName, boolean onDefaultDataSource, DDC.DDCKind ddcKind, DDC.TenantMode tenantMode, SaFieldDescription[] descriptions)
Creates a new DDCImpl.DDCImpl(java.lang.String definitionName, java.lang.String tableName, SQLType dataSourceType, java.lang.String dataSourceName, boolean onDefaultDataSource, DDC.DDCKind ddcKind, DDC.TenantMode tenantMode, SaFieldDescription[] descriptions, java.lang.String auditTable)
Creates a new DDCImpl.DDCInfo(SaFieldDescription[] desc, com.saperion.jni.SaJNIDdcInfo jniInfo, MandantInfo mandantInfo)
Constructor. -
Uses of SaFieldDescription in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return SaFieldDescription Modifier and Type Method Description SaFieldDescription[]
SaRMIServerCommand. getFieldDescriptions(int token, java.lang.String ddcName)
Reads the field descriptions for a given DDC.SaFieldDescription[]
SaRMISystemCommand. getFieldDescriptions(java.lang.String ddcName, java.lang.String mandant)
Reads the field descriptions for a given DDC. -
Uses of SaFieldDescription in com.saperion.util
Methods in com.saperion.util with parameters of type SaFieldDescription Modifier and Type Method Description void
ClassicConnectorUtil. checkProperties(SaFieldDescription[] fields, java.util.Map<java.lang.String,java.lang.Object> nameValuePairs, boolean skipMandatoryCheck, java.lang.String ddcName)
void
ClassicConnectorUtil. checkProperties(SaFieldDescription[] fields, java.util.Properties props, boolean skipMandatoryCheck, java.lang.String ddcName)
Check properties.void
ClassicConnectorUtil. checkProperties(Description description, SaFieldDescription[] fields)
Check properties.void
ClassicConnectorUtil. checkProperties(java.util.Map<java.lang.String,java.lang.Object> nameValuePairs, java.lang.String ddcName, SaFieldDescription[] fields)
Check properties.static java.util.List<SaPropertyValue>
SaperionDataType. convert(SaFieldDescription[] fields, java.util.Map<java.lang.String,java.lang.Object> metadatas, java.lang.String ddcName)
static java.util.List<SaPropertyValue>
SaperionDataType. convert(Description description, SaFieldDescription[] fields)
static com.saperion.jni.SaJNIValue
SaperionDataType. getJNIValue(java.lang.String fieldName, java.lang.Object fieldvalue, SaFieldDescription[] saJNIFieldDescriptions)
Returns the SaJNIValue for the given value and saJNIFieldDescriptions.java.util.List<SaPropertyValue>
ClassicConnectorUtil. getSAPropertyValues(java.lang.String ddcname, SaFieldDescription[] saJNIFieldDescriptionArray, java.util.Properties namevaluePair)
Returns the SaPropertyValue Array for the given ddcname and properties.static void
SaperionDataType. setSaperionValue(java.lang.String fieldName, java.lang.Object fieldvalue, SaPropertyValue saPropertyValue, SaFieldDescription[] saJNIFieldDescriptions)
Converts the given value to SaperionDataType.
-