Uses of Interface
com.hybris.backoffice.excel.template.CollectionFormatter
-
-
Uses of CollectionFormatter in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing with parameters of type CollectionFormatter Modifier and Type Method Description voidExcelAttributeTypeSystemService. 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 CollectionFormatter Modifier and Type Class Description classExcelCollectionFormatterThe 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 CollectionFormatter Modifier and Type Method Description voidDefaultExcelHeaderService. 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 CollectionFormatter Modifier and Type Method Description voidClassificationTypeSystemSheetCompressor. 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 CollectionFormatter Modifier and Type Method Description voidTypeSystemRowFactory. 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 CollectionFormatter Modifier and Type Method Description voidDefaultExcelSheetService. setCollectionFormatter(CollectionFormatter collectionFormatter)
-