fr.paris.lutece.plugins.form.business.exporttype
Interface IExportTypeFactory

All Known Implementing Classes:
ExportTypeFactory

public interface IExportTypeFactory

IExportTypeFactory


Method Summary
 IExportType getExportType(java.lang.String strKey)
          Get the export type
 java.util.List<IExportType> getExportTypes()
          Get the list of export types
 fr.paris.lutece.util.ReferenceList getExportTypesAsRefList(java.util.Locale locale)
          Get the list of export types as ReferenceList
 

Method Detail

getExportTypes

java.util.List<IExportType> getExportTypes()
Get the list of export types

Returns:
a list of IExportType

getExportType

IExportType getExportType(java.lang.String strKey)
Get the export type

Parameters:
strKey - the key
Returns:
a IExportType

getExportTypesAsRefList

fr.paris.lutece.util.ReferenceList getExportTypesAsRefList(java.util.Locale locale)
Get the list of export types as ReferenceList

Parameters:
locale - the locale
Returns:
a ReferenceList


Copyright © 2012 Mairie de Paris. All Rights Reserved.