Uses of Interface
com.hybris.backoffice.excel.template.CollectionFormatter
Packages that use CollectionFormatter
Package
Description
-
Uses of CollectionFormatter in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing with parameters of type CollectionFormatterModifier and TypeMethodDescriptionvoidExcelAttributeTypeSystemService.setCollectionFormatter(CollectionFormatter collectionFormatter) voidExcelClassificationTypeSystemService.setCollectionFormatter(CollectionFormatter collectionFormatter) -
Uses of CollectionFormatter in com.hybris.backoffice.excel.template
Classes in com.hybris.backoffice.excel.template that implement CollectionFormatterModifier and TypeClassDescriptionclassThe pattern used for a collection of "apple","banana","orange" looks as follows:{apple},{banana},{orange} -
Uses of CollectionFormatter in com.hybris.backoffice.excel.template.header
Methods in com.hybris.backoffice.excel.template.header with parameters of type CollectionFormatterModifier and TypeMethodDescriptionvoidDefaultExcelHeaderService.setCollectionFormatter(CollectionFormatter collectionFormatter) -
Uses of CollectionFormatter in com.hybris.backoffice.excel.template.populator
Methods in com.hybris.backoffice.excel.template.populator with parameters of type CollectionFormatterModifier and TypeMethodDescriptionvoidClassificationTypeSystemSheetCompressor.setCollectionFormatter(CollectionFormatter collectionFormatter) -
Uses of CollectionFormatter in com.hybris.backoffice.excel.template.populator.typesheet
Methods in com.hybris.backoffice.excel.template.populator.typesheet with parameters of type CollectionFormatterModifier and TypeMethodDescriptionvoidTypeSystemRowFactory.setCollectionFormatter(CollectionFormatter collectionFormatter) -
Uses of CollectionFormatter in com.hybris.backoffice.excel.template.sheet
Methods in com.hybris.backoffice.excel.template.sheet with parameters of type CollectionFormatterModifier and TypeMethodDescriptionvoidDefaultExcelSheetService.setCollectionFormatter(CollectionFormatter collectionFormatter)