| Package | Description |
|---|---|
| com.helger.photon.exchange | |
| com.helger.photon.exchange.bulkexport | |
| com.helger.photon.exchange.bulkexport.format | |
| com.helger.photon.exchange.bulkimport |
| Modifier and Type | Method and Description |
|---|---|
static EExchangeFileType |
EExchangeFileType.getFromIDOrDefault(String sID,
EExchangeFileType eDefault) |
static EExchangeFileType |
EExchangeFileType.getFromIDOrDefault(String sID,
EExchangeFileType eDefault) |
static EExchangeFileType |
EExchangeFileType.getFromIDOrNull(String sID) |
static EExchangeFileType |
EExchangeFileType.getFromIDOrNull(String sID) |
static EExchangeFileType |
EExchangeFileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EExchangeFileType |
EExchangeFileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EExchangeFileType[] |
EExchangeFileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static EExchangeFileType[] |
EExchangeFileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EExchangeFileType |
EExchangeFileType.getFromIDOrDefault(String sID,
EExchangeFileType eDefault) |
static EExchangeFileType |
EExchangeFileType.getFromIDOrDefault(String sID,
EExchangeFileType eDefault) |
| Modifier and Type | Method and Description |
|---|---|
EExchangeFileType |
IExporterFile.getFileType() |
EExchangeFileType |
IExporterFile.getFileType() |
| Modifier and Type | Method and Description |
|---|---|
EExchangeFileType |
ExporterCSV.getFileType() |
EExchangeFileType |
ExporterExcel.getFileType() |
EExchangeFileType |
ExporterJSON.getFileType() |
EExchangeFileType |
ExporterXML.getFileType() |
EExchangeFileType |
ExporterXML.getFileType() |
EExchangeFileType |
ExporterJSON.getFileType() |
EExchangeFileType |
ExporterExcel.getFileType() |
EExchangeFileType |
ExporterCSV.getFileType() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<EExchangeFileType> |
AbstractBulkImport.getSupportedFileTypes() |
com.helger.commons.collection.impl.ICommonsList<EExchangeFileType> |
IBulkImport.getSupportedFileTypes() |
com.helger.commons.collection.impl.ICommonsList<EExchangeFileType> |
IBulkImport.getSupportedFileTypes() |
com.helger.commons.collection.impl.ICommonsList<EExchangeFileType> |
AbstractBulkImport.getSupportedFileTypes() |
| Constructor and Description |
|---|
AbstractBulkImport(int nHeaderRowsToSkip,
List<com.helger.commons.text.display.IHasDisplayText> aColumnNames,
EExchangeFileType... aFileTypes) |
AbstractBulkImport(int nHeaderRowsToSkip,
List<com.helger.commons.text.display.IHasDisplayText> aColumnNames,
EExchangeFileType... aFileTypes) |
AbstractBulkImportExcel(int nHeaderRowsToSkip,
List<com.helger.commons.text.display.IHasDisplayText> aColumns,
EExchangeFileType... aFileTypes) |
AbstractBulkImportExcel(int nHeaderRowsToSkip,
List<com.helger.commons.text.display.IHasDisplayText> aColumns,
EExchangeFileType... aFileTypes) |
Copyright © 2014–2023 Philip Helger. All rights reserved.