public class ExportServiceFactory extends Object implements IExportServiceFactory
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_FACTORY
Bean name of this factory
|
Constructor and Description |
---|
ExportServiceFactory() |
Modifier and Type | Method and Description |
---|---|
IExportService |
getExportService(String strKey)
Get the export type
|
List<IExportService> |
getExportServices()
Get the list of export types
|
fr.paris.lutece.util.ReferenceList |
getExportServicesAsRefList(Locale locale)
Get the list of export types as
ReferenceList |
public static final String BEAN_FACTORY
public List<IExportService> getExportServices()
getExportServices
in interface IExportServiceFactory
IExportService
public fr.paris.lutece.util.ReferenceList getExportServicesAsRefList(Locale locale)
ReferenceList
getExportServicesAsRefList
in interface IExportServiceFactory
locale
- the localeReferenceList
public IExportService getExportService(String strKey)
getExportService
in interface IExportServiceFactory
strKey
- the keyIExportService
Copyright © 2016 City of Paris. All rights reserved.