Uses of Class
com.hybris.backoffice.excel.data.ImpexForType
-
Packages that use ImpexForType Package Description com.hybris.backoffice.excel.data com.hybris.backoffice.excel.importing com.hybris.backoffice.excel.translators -
-
Uses of ImpexForType in com.hybris.backoffice.excel.data
Methods in com.hybris.backoffice.excel.data that return ImpexForType Modifier and Type Method Description protected ImpexForTypeImpex. createNewImpex(java.lang.String typeCode)Creates a new Impex type for given type code.ImpexForTypeImpex. findUpdates(java.lang.String typeCode)FindsImpexForTypefor given type code.Methods in com.hybris.backoffice.excel.data that return types with arguments of type ImpexForType Modifier and Type Method Description java.util.List<ImpexForType>Impex. getImpexes()Methods in com.hybris.backoffice.excel.data with parameters of type ImpexForType Modifier and Type Method Description protected booleanImpex. usesDocumentRef(ImpexForType impexForType) -
Uses of ImpexForType in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing with parameters of type ImpexForType Modifier and Type Method Description protected java.lang.StringDefaultImpexConverter. prepareImpexHeader(ImpexForType impexForType)Prepares first row of impex script for given type.protected java.lang.StringDefaultImpexConverter. prepareImpexRows(ImpexForType impexForType)Generates String which contains many lines represent rows for impex scripts. -
Uses of ImpexForType in com.hybris.backoffice.excel.translators
Methods in com.hybris.backoffice.excel.translators with parameters of type ImpexForType Modifier and Type Method Description protected voidAbstractExcelMediaImportTranslator. addReferencedMedia(ImpexForType impexForType, AttributeDescriptorModel attributeDescriptor, java.lang.String mediaRef)protected voidAbstractExcelMediaImportTranslator. addReferencedMedia(ImpexForType impexForType, AttributeDescriptorModel attributeDescriptor, java.lang.String mediaRef, java.lang.String isoCode)protected voidAbstractExcelMediaImportTranslator. addReferencedMedia(ImpexForType impexForType, AttributeDescriptorModel attributeDescriptor, java.util.Collection<java.lang.String> mediaRefs)
-