| Modifier and Type | Method and Description |
|---|---|
void |
EClassSuperCategoryDecorator.init(AbstractColumnDescriptor column) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ImpExXMLExportWriter.writeHeaderColumn(AbstractColumnDescriptor col) |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentIDColumnDescriptor
Specific column descriptor for describing columns holding document id's.
|
class |
SpecialColumnDescriptor |
class |
StandardColumnDescriptor |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractColumnDescriptor> |
HeaderDescriptor.getSpecificColumns(java.lang.Class<T> descriptor)
Returns a collection of all column descriptors instances which are instance of the given descriptor class.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractColumnDescriptor |
AbstractImpExCSVCellDecorator.getColumnDescriptor()
Gets the column descriptor this decorator will be applied to.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractColumnDescriptor> |
HeaderDescriptor.getColumns()
Gets the column descriptors configured for this header.
|
java.util.Collection<AbstractColumnDescriptor> |
HeaderDescriptor.getColumnsByQualifier(java.lang.String qualifier)
Searches the set of configured columns for columns with given qualifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractImpExCSVCellDecorator.init(AbstractColumnDescriptor column)
Sets the related column descriptor as member.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HeaderDescriptor.setColumns(java.util.List<AbstractColumnDescriptor> columnDescriptors)
Sets the columns of this header and triggers depending steps like Determination of the permitted types, the
configured columns and the correct positions of the columns.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultExistingItemResolver.createLookupTableEntry(ValueLine valueLine,
AbstractColumnDescriptor acd) |
protected boolean |
DefaultExistingItemResolver.shouldCreateLookupTableEntry(AbstractColumnDescriptor acd) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractColumnDescriptor |
AbstractTypeTranslator.translatorColumnDescriptor(HeaderDescriptor header,
java.lang.String expr,
int pos)
Instantiates the correct
AbstractColumnDescriptor for the given column expression. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<AbstractColumnDescriptor> |
AbstractTypeTranslator.getAutoColumnExpressions(HeaderDescriptor header)
Generates all mandatory column expressions related to the given header.
|
java.util.List<AbstractColumnDescriptor> |
AbstractTypeTranslator.translateColumnDescriptors(HeaderDescriptor header,
java.util.List<java.lang.String> columnExpressions)
Instantiates for each column expression in given list the matching
AbstractColumnDescriptor an returns
them. |
java.util.List<AbstractColumnDescriptor> |
AbstractTypeTranslator.translateColumnDescriptors(HeaderDescriptor header,
java.util.List<java.lang.String> columnExpressions,
boolean rethrowException) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TestExistingItemResolver.createLookupTableEntry(ValueLine valueLine,
AbstractColumnDescriptor acd) |
Copyright © 2018 SAP SE. All Rights Reserved.