public interface IExportServiceFactory
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 |
List<IExportService> getExportServices()
IExportService
IExportService getExportService(String strKey)
strKey
- the keyIExportService
fr.paris.lutece.util.ReferenceList getExportServicesAsRefList(Locale locale)
ReferenceList
locale
- the localeReferenceList
Copyright © 2016 City of Paris. All rights reserved.