public interface MappingLineTypeService
| Modifier and Type | Method and Description |
|---|---|
ComposedTypeModel |
getComposedTypeModel(String code)
Return a composed type model for an item type code.
|
TypeModel |
getTypeModel(ItemAttributePropertyDescriptor propertyDescriptor)
Returns the type model for the attribute type of the supplied property descriptor.
|
boolean |
isAtomicType(ItemAttributePropertyDescriptor propertyDescriptor) |
boolean |
isAtomicType(TypeModel model) |
boolean |
isCollectionType(ItemAttributePropertyDescriptor propertyDescriptor) |
boolean |
isCollectionType(TypeModel model) |
boolean |
isComposedType(ItemAttributePropertyDescriptor propertyDescriptor) |
boolean |
isComposedType(TypeModel model) |
boolean |
isEnumerationType(ItemAttributePropertyDescriptor propertyDescriptor) |
boolean |
isEnumerationType(TypeModel model) |
boolean |
isLocalizedType(ItemAttributePropertyDescriptor propertyDescriptor)
Checks if the specified property descriptor refers to a property of a localized type (i.e.
|
boolean |
isLocalizedType(TypeModel model) |
boolean |
isUnique(ItemAttributePropertyDescriptor propertyDescriptor,
ObjectType type,
boolean includeConfigFile)
Use for selecting.
|
void |
updateCreationType(ComposedTypeMappingLine mappingLineModel,
ObjectType type)
Sets the type (ObjectType) as a creation type for the composed mapping mappingLineModel.
|
void updateCreationType(ComposedTypeMappingLine mappingLineModel, ObjectType type)
mappingLineModel - type - ComposedTypeModel getComposedTypeModel(String code)
code - item type codeboolean isUnique(ItemAttributePropertyDescriptor propertyDescriptor, ObjectType type, boolean includeConfigFile)
propertyDescriptor - type - includeConfigFile - include the attributes from the mapping config file or notTypeModel getTypeModel(ItemAttributePropertyDescriptor propertyDescriptor)
propertyDescriptor - property descriptorboolean isAtomicType(ItemAttributePropertyDescriptor propertyDescriptor)
boolean isAtomicType(TypeModel model)
boolean isComposedType(ItemAttributePropertyDescriptor propertyDescriptor)
boolean isComposedType(TypeModel model)
boolean isCollectionType(ItemAttributePropertyDescriptor propertyDescriptor)
boolean isCollectionType(TypeModel model)
boolean isEnumerationType(ItemAttributePropertyDescriptor propertyDescriptor)
boolean isEnumerationType(TypeModel model)
boolean isLocalizedType(ItemAttributePropertyDescriptor propertyDescriptor)
propertyDescriptor - boolean isLocalizedType(TypeModel model)
Copyright © 2017 SAP SE. All Rights Reserved.