Uses of Class
de.hybris.platform.impex.jalo.header.AbstractDescriptor.ColumnParams
Packages that use AbstractDescriptor.ColumnParams
Package
Description
-
Uses of AbstractDescriptor.ColumnParams in de.hybris.platform.impex.header.model.impl
Methods in de.hybris.platform.impex.header.model.impl that return types with arguments of type AbstractDescriptor.ColumnParamsModifier and TypeMethodDescriptionstatic List<AbstractDescriptor.ColumnParams>[]DescriptorElementTreeConverter.convertFromDescriptorElement(DescriptorElement param) Deprecated, for removal: This API element is subject to removal in a future version.since agesMethods in de.hybris.platform.impex.header.model.impl with parameters of type AbstractDescriptor.ColumnParamsModifier and TypeMethodDescriptionstatic DescriptorElementDescriptorElementTreeConverter.convertToDescriptorElement(AbstractDescriptor.ColumnParams columnParams) -
Uses of AbstractDescriptor.ColumnParams in de.hybris.platform.impex.jalo.exp
Methods in de.hybris.platform.impex.jalo.exp with parameters of type AbstractDescriptor.ColumnParamsModifier and TypeMethodDescriptionprotected voidImpExXMLExportWriter.writeHeaderColumn(AbstractDescriptor.ColumnParams colParams, boolean special) -
Uses of AbstractDescriptor.ColumnParams in de.hybris.platform.impex.jalo.header
Methods in de.hybris.platform.impex.jalo.header that return AbstractDescriptor.ColumnParamsModifier and TypeMethodDescriptionstatic final AbstractDescriptor.ColumnParamsAbstractDescriptor.parseColumnDescriptor(String expr) Parses column descriptors like this:Methods in de.hybris.platform.impex.jalo.header that return types with arguments of type AbstractDescriptor.ColumnParamsModifier and TypeMethodDescriptionstatic final List<AbstractDescriptor.ColumnParams>[]AbstractDescriptor.extractItemPathElements(String expr) Parses pattern elements as follows:AbstractDescriptor.ColumnParams.getItemPatternLists() -
Uses of AbstractDescriptor.ColumnParams in de.hybris.platform.impex.jalo.translators
Methods in de.hybris.platform.impex.jalo.translators with parameters of type AbstractDescriptor.ColumnParamsModifier and TypeMethodDescriptionprotected voidItemExpressionTranslator.createAtomicAttributeSubTranslator(AttributeDescriptor attributeDescriptor, StringBuilder stringBuilder, ComposedType type, AbstractDescriptor.ColumnParams patternElement, List<AttributeDescriptor> qualifierPath, String enclosingTableAlias, boolean isAlternative) protected voidItemExpressionTranslator.createDocumentIDSubTranslator(AttributeDescriptor attributeDescriptor, StringBuilder stringBuilder, ComposedType type, AbstractDescriptor.ColumnParams patternElement, List<AttributeDescriptor> qualifierPath, String enclosingTableAlias, boolean isAlternative, String documentID) protected voidItemExpressionTranslator.createItemAttributeSubTranslator(String qualifier, ComposedType attrType, StringBuilder stringBuilder, ComposedType type, AbstractDescriptor.ColumnParams patternElement, List<AttributeDescriptor> qualifierPath, String enclosingTableAlias, boolean isAlternative) protected voidItemExpressionTranslator.createRelationAttributeSubTranslator(RelationDescriptor relationDescriptor, StringBuilder stringBuilder, ComposedType relatedType, AbstractDescriptor.ColumnParams patternElement, List<AttributeDescriptor> qualifierPath, String enclosingTableAlias, boolean isAlternative) protected ComposedTypeItemExpressionTranslator.createSubTranslator(StringBuilder stringBuilder, ComposedType type, AbstractDescriptor.ColumnParams patternElement, List<AttributeDescriptor> qualifierPath, String enclosingTableAlias, boolean isAlternative) Translates a single item reference expression.protected StringItemExpressionTranslator.getDocumentIDFromItemPattern(AbstractDescriptor.ColumnParams pattern) protected AttributeDescriptorItemExpressionTranslator.resolveAttribute(ComposedType type, AbstractDescriptor.ColumnParams patternElement) Tries to find the matching attribute descriptor for a given expression pattern element.Method parameters in de.hybris.platform.impex.jalo.translators with type arguments of type AbstractDescriptor.ColumnParamsModifier and TypeMethodDescriptionprotected ItemExpressionTranslator.ExpressionQueryItemExpressionTranslator.buildQuery(ComposedType targetType, List<AbstractDescriptor.ColumnParams> itemPatternList) Constructor parameters in de.hybris.platform.impex.jalo.translators with type arguments of type AbstractDescriptor.ColumnParamsModifierConstructorDescriptionItemExpressionTranslator(ComposedType targetType, List<AbstractDescriptor.ColumnParams> itemPatternList) -
Uses of AbstractDescriptor.ColumnParams in de.hybris.platform.impex.jalo.xml
Methods in de.hybris.platform.impex.jalo.xml with parameters of type AbstractDescriptor.ColumnParamsModifier and TypeMethodDescriptionprotected booleanImpExHeaderTagListener.isUnique(ConstraintsTagListener.UniqueKeyConstraint ukc, AbstractDescriptor.ColumnParams column)