Uses of Interface
com.saperion.intf.SaFieldDescription
Packages that use SaFieldDescription
Package
Description
Main package for all SAPERION LARIX components.
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the common used interfaces for the LARIX components.
This package contains the classes for the LARIX RMI client wrapper components.
This package contains the classes for the LARIX RMI Server.
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 SaFieldDescriptionModifier and TypeMethodDescriptionstatic 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
(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 SaFieldDescriptionModifier and TypeMethodDescriptionSaClassicConnector.getDBDefinition
(String name) Deprecated.SaClassicConnectorImpl.getDBDefinition
(String name) -
Uses of SaFieldDescription in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return SaFieldDescriptionModifier and TypeMethodDescriptionSaRMIClientCommand.getFieldDescriptions
(String ddcName) Reads the field descriptions for a given DDC.SaRMIClientCommand.getFieldDescriptions
(String ddcName, String mandant) Reads the field descriptions for a given DDC.SaRMIClientCommandImpl.getFieldDescriptions
(String ddcName) Reads the field descriptions for a given DDC.SaRMIClientCommandImpl.getFieldDescriptions
(String ddcName, String mandant) Reads the field descriptions for a given DDC.SaRMISystemConnector.getFieldDescriptions
(String ddcName, String mandant) -
Uses of SaFieldDescription in com.saperion.intf
Methods in com.saperion.intf that return types with arguments of type SaFieldDescriptionModifier and TypeMethodDescriptionDDC.getFieldList()
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 SaFieldDescriptionModifier and TypeMethodDescriptioncom.lexmark.saperion.remote.common.query.QueryExpression<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 SaFieldDescriptionMethods in com.saperion.rmi that return types with arguments of type SaFieldDescriptionConstructors in com.saperion.rmi with parameters of type SaFieldDescriptionModifierConstructorDescriptionDDCImpl
(String definitionName, String tableName, SQLType dataSourceType, String dataSourceName, boolean onDefaultDataSource, DDC.DDCKind ddcKind, DDC.TenantMode tenantMode, SaFieldDescription[] descriptions) Creates a new DDCImpl.DDCImpl
(String definitionName, String tableName, SQLType dataSourceType, String dataSourceName, boolean onDefaultDataSource, DDC.DDCKind ddcKind, DDC.TenantMode tenantMode, SaFieldDescription[] descriptions, 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 SaFieldDescriptionModifier and TypeMethodDescriptionSaRMIServerCommand.getFieldDescriptions
(int token, String ddcName) Reads the field descriptions for a given DDC.SaRMISystemCommand.getFieldDescriptions
(String ddcName, 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 SaFieldDescriptionModifier and TypeMethodDescriptionvoid
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.void
ClassicConnectorUtil.checkProperties
(Description description, SaFieldDescription[] fields) Check properties.void
ClassicConnectorUtil.checkProperties
(Map<String, Object> nameValuePairs, String ddcName, SaFieldDescription[] fields) Check properties.static List<SaPropertyValue>
static List<SaPropertyValue>
SaperionDataType.convert
(Description description, SaFieldDescription[] fields) static com.saperion.jni.SaJNIValue
SaperionDataType.getJNIValue
(String fieldName, Object fieldvalue, SaFieldDescription[] saJNIFieldDescriptions) Returns the SaJNIValue for the given value and saJNIFieldDescriptions.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.
SaClassicConnector.getDDC(String)
instead.