Uses of Class
com.hybris.backoffice.excel.data.ImpexHeaderValue
-
-
Uses of ImpexHeaderValue in com.hybris.backoffice.excel.data
Methods in com.hybris.backoffice.excel.data that return ImpexHeaderValue Modifier and Type Method Description ImpexHeaderValueImpexHeaderValue.Builder. build()ImpexHeaderValueImpexValue. getHeaderValue()Methods in com.hybris.backoffice.excel.data that return types with arguments of type ImpexHeaderValue Modifier and Type Method Description java.util.Collection<ImpexHeaderValue>ImpexRow. getHeaders()com.google.common.collect.Table<java.lang.Integer,ImpexHeaderValue,java.lang.Object>ImpexForType. getImpexTable()java.util.Map<ImpexHeaderValue,java.lang.Object>ImpexRow. getRow()Methods in com.hybris.backoffice.excel.data with parameters of type ImpexHeaderValue Modifier and Type Method Description voidImpexForType. putValue(java.lang.Integer rowNumber, ImpexHeaderValue key, java.lang.Object value)Puts value to impex table.Method parameters in com.hybris.backoffice.excel.data with type arguments of type ImpexHeaderValue Modifier and Type Method Description voidImpexForType. addRow(java.util.Map<ImpexHeaderValue,java.lang.Object> row)Adds row with row number equal to max(rowNumber) + 1ImpexForType.putValue(Integer, ImpexHeaderValue, Object)Constructors in com.hybris.backoffice.excel.data with parameters of type ImpexHeaderValue Constructor Description ImpexValue(java.lang.Object value, ImpexHeaderValue headerValue)Constructor parameters in com.hybris.backoffice.excel.data with type arguments of type ImpexHeaderValue Constructor Description ImpexRow(java.util.Map<ImpexHeaderValue,java.lang.Object> row) -
Uses of ImpexHeaderValue in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing with parameters of type ImpexHeaderValue Modifier and Type Method Description protected java.lang.StringDefaultImpexConverter. prepareHeaderAttribute(ImpexHeaderValue headerAttribute)Prepares single header value of impex.Method parameters in com.hybris.backoffice.excel.importing with type arguments of type ImpexHeaderValue Modifier and Type Method Description protected booleanDefaultImpexConverter. areUniqueAttributesPopulated(java.util.Map<ImpexHeaderValue,java.lang.Object> row)Returns true when all values indicated as unique have not empty value. -
Uses of ImpexHeaderValue in com.hybris.backoffice.excel.translators
Methods in com.hybris.backoffice.excel.translators that return ImpexHeaderValue Modifier and Type Method Description protected ImpexHeaderValueAbstractExcelMediaImportTranslator. createMediaCatalogVersionHeader(AttributeDescriptorModel attributeDescriptor, java.util.Map<java.lang.String,java.lang.String> params)protected ImpexHeaderValueAbstractExcelMediaImportTranslator. createMediaCodeHeader(AttributeDescriptorModel attributeDescriptor, java.util.Map<java.lang.String,java.lang.String> params)protected ImpexHeaderValueAbstractExcelMediaImportTranslator. createMediaContentHeader(AttributeDescriptorModel attributeDescriptor, java.util.Map<java.lang.String,java.lang.String> params)protected ImpexHeaderValueAbstractExcelMediaImportTranslator. createMediaFolderHeader(AttributeDescriptorModel attributeDescriptor, java.util.Map<java.lang.String,java.lang.String> params)protected ImpexHeaderValueAbstractExcelMediaImportTranslator. createMediaReferenceIdHeader(AttributeDescriptorModel attributeDescriptor, java.util.Map<java.lang.String,java.lang.String> params)protected ImpexHeaderValueAbstractExcelMediaImportTranslator. createReferenceHeader(AttributeDescriptorModel attributeDescriptor)protected ImpexHeaderValueAbstractExcelMediaImportTranslator. createReferenceHeader(AttributeDescriptorModel attributeDescriptor, java.lang.String isoCode)Methods in com.hybris.backoffice.excel.translators that return types with arguments of type ImpexHeaderValue Modifier and Type Method Description protected java.util.Map<ImpexHeaderValue,java.lang.Object>AbstractExcelMediaImportTranslator. createMediaRow(AttributeDescriptorModel attributeDescriptor, java.lang.String mediaRefId, java.util.Map<java.lang.String,java.lang.String> params) -
Uses of ImpexHeaderValue in com.hybris.backoffice.excel.translators.classification
Methods in com.hybris.backoffice.excel.translators.classification that return ImpexHeaderValue Modifier and Type Method Description protected ImpexHeaderValueExcelClassificationMediaTranslator. createMediaCatalogVersionHeader()protected ImpexHeaderValueExcelClassificationMediaTranslator. createMediaCodeHeader()protected ImpexHeaderValueExcelClassificationMediaTranslator. createMediaContentHeader()protected ImpexHeaderValueExcelClassificationMediaTranslator. createMediaFolderHeader()protected ImpexHeaderValueExcelClassificationMediaTranslator. createMediaHeader(ExcelClassificationAttribute attribute)Methods in com.hybris.backoffice.excel.translators.classification that return types with arguments of type ImpexHeaderValue Modifier and Type Method Description protected java.util.Map<ImpexHeaderValue,java.lang.Object>ExcelClassificationMediaTranslator. createMediaRow(java.util.Map<java.lang.String,java.lang.String> params) -
Uses of ImpexHeaderValue in com.hybris.backoffice.excel.translators.generic.factory
Methods in com.hybris.backoffice.excel.translators.generic.factory that return ImpexHeaderValue Modifier and Type Method Description protected ImpexHeaderValueReferenceImportImpexFactoryStrategy. prepareImpexHeader(RequiredAttribute rootUniqueAttribute, boolean unique, boolean mandatory)
-