Skip navigation links
A B C D E F G H I P R S T U V 

A

AbstractImportExportDAO - Class in fr.paris.lutece.plugins.importexport.business
Abstract DAO to manage imports and exports
AbstractImportExportDAO() - Constructor for class fr.paris.lutece.plugins.importexport.business.AbstractImportExportDAO
 
AutomaticExportConfig - Class in fr.paris.lutece.plugins.importexport.business.export
Class that represents a configuration of an export that is processed by the export daemon
AutomaticExportConfig() - Constructor for class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfig
 
AutomaticExportConfigDAO - Class in fr.paris.lutece.plugins.importexport.business.export
Implementation of the IAutomaticExportConfigDAO interface
AutomaticExportConfigDAO() - Constructor for class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfigDAO
 

B

BEAN_NAME_AUTOMATIC_EXPORT_CONFIG_DAO - Static variable in class fr.paris.lutece.plugins.importexport.service.export.ExportManager
 

C

checkElementExists(List<ImportExportElement>) - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportDataDAO
Check if a row already exists in the database
close() - Method in class fr.paris.lutece.plugins.importexport.service.importdata.csvimportsource.CSVImportSource
Close the data source
close() - Method in interface fr.paris.lutece.plugins.importexport.service.importdata.IImportSource
Close the data source
ColumnType - Enum in fr.paris.lutece.plugins.importexport.business
Types of SQL columns
commitTransaction() - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportDataDAO
Commit the transaction to the database, and close the connection.
confirmDeleteExportConfig(HttpServletRequest) - Method in class fr.paris.lutece.plugins.importexport.web.ExportDataJspBean
Confirm the removal of an automatic export configuration
CSVImportSource - Class in fr.paris.lutece.plugins.importexport.service.importdata.csvimportsource
Source to import data from CSV files.
CSVImportSource(FileItem, String, String) - Constructor for class fr.paris.lutece.plugins.importexport.service.importdata.csvimportsource.CSVImportSource
Creates a new CSVImportSource from a file uploaded by the user
CSVImportSource(File, String, String) - Constructor for class fr.paris.lutece.plugins.importexport.service.importdata.csvimportsource.CSVImportSource
Creates a new CSVImportSource from a file of the server
CSVImportSourceFactory - Class in fr.paris.lutece.plugins.importexport.service.importdata.csvimportsource
Factory for CSV import sources
CSVImportSourceFactory() - Constructor for class fr.paris.lutece.plugins.importexport.service.importdata.csvimportsource.CSVImportSourceFactory
 

D

delete(int) - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfigDAO
Remove a configuration from the database by its id
delete(int) - Method in interface fr.paris.lutece.plugins.importexport.business.export.IAutomaticExportConfigDAO
Remove a configuration from the database by its id
doCreateModifyExportConfig(HttpServletRequest) - Method in class fr.paris.lutece.plugins.importexport.web.ExportDataJspBean
Do create or modify an export config
doDeleteExportConfig(HttpServletRequest) - Method in class fr.paris.lutece.plugins.importexport.web.ExportDataJspBean
Do remove an automatic export configuration
doExportData(HttpServletRequest) - Method in class fr.paris.lutece.plugins.importexport.web.ExportDataJspBean
Do export data from a database table and start a download of the export
doImportData(HttpServletRequest) - Method in class fr.paris.lutece.plugins.importexport.web.ImportDataJspBean
Do import data into the database
doModifyAutomaticExport(HttpServletRequest) - Method in class fr.paris.lutece.plugins.importexport.web.ExportDataJspBean
Do modify the configuration of automatic export
doProcessAsynchronousImport(IImportSource, String, Plugin, Locale, boolean, boolean, boolean, AdminUser) - Static method in class fr.paris.lutece.plugins.importexport.service.importdata.ImportManager
Do process an asynchronous import of data from an import source to a given table in the database.
doProcessExport(String, List<String>, int, Plugin) - Static method in class fr.paris.lutece.plugins.importexport.service.export.ExportManager
Do process the export of a table of the database
doProcessExportIntoFile(String, String, List<String>, int, Plugin) - Static method in class fr.paris.lutece.plugins.importexport.service.export.ExportManager
Do process an export into a file of the file system.
doProcessImport(IImportSource, String, boolean, boolean, boolean, Plugin, Locale) - Static method in class fr.paris.lutece.plugins.importexport.service.importdata.ImportManager
Do process the import of data from an import source to a given table in the database.

E

emptyTable() - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportDataDAO
Remove every data from the table.
ExportCleanerDaemon - Class in fr.paris.lutece.plugins.importexport.service.export.daemon
Daemon to remove old exports of data from the file system
ExportCleanerDaemon() - Constructor for class fr.paris.lutece.plugins.importexport.service.export.daemon.ExportCleanerDaemon
 
ExportDaemon - Class in fr.paris.lutece.plugins.importexport.service.export.daemon
Daemon to automatically export data from the database into files
ExportDaemon() - Constructor for class fr.paris.lutece.plugins.importexport.service.export.daemon.ExportDaemon
 
ExportDAO - Class in fr.paris.lutece.plugins.importexport.business.export
DAO to export data from a database table
ExportDAO() - Constructor for class fr.paris.lutece.plugins.importexport.business.export.ExportDAO
 
ExportDataJspBean - Class in fr.paris.lutece.plugins.importexport.web
This class provides the user interface to export data from the database
ExportDataJspBean() - Constructor for class fr.paris.lutece.plugins.importexport.web.ExportDataJspBean
Creates a new ExportDataJspBean object.
ExportManager - Class in fr.paris.lutece.plugins.importexport.service.export
Export manager

F

finalize() - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportDataDAO
Finalize the DAO.
finalize() - Method in class fr.paris.lutece.plugins.importexport.service.importdata.csvimportsource.CSVImportSource
findAll(boolean) - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfigDAO
Get the list of every configuration
findAll(boolean) - Method in interface fr.paris.lutece.plugins.importexport.business.export.IAutomaticExportConfigDAO
Get the list of every configuration
findById(int) - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfigDAO
Get a configuration from its id
findById(int) - Method in interface fr.paris.lutece.plugins.importexport.business.export.IAutomaticExportConfigDAO
Get a configuration from its id
fr.paris.lutece.plugins.importexport.business - package fr.paris.lutece.plugins.importexport.business
 
fr.paris.lutece.plugins.importexport.business.export - package fr.paris.lutece.plugins.importexport.business.export
 
fr.paris.lutece.plugins.importexport.business.importdata - package fr.paris.lutece.plugins.importexport.business.importdata
 
fr.paris.lutece.plugins.importexport.service - package fr.paris.lutece.plugins.importexport.service
 
fr.paris.lutece.plugins.importexport.service.export - package fr.paris.lutece.plugins.importexport.service.export
 
fr.paris.lutece.plugins.importexport.service.export.daemon - package fr.paris.lutece.plugins.importexport.service.export.daemon
 
fr.paris.lutece.plugins.importexport.service.importdata - package fr.paris.lutece.plugins.importexport.service.importdata
 
fr.paris.lutece.plugins.importexport.service.importdata.csvimportsource - package fr.paris.lutece.plugins.importexport.service.importdata.csvimportsource
 
fr.paris.lutece.plugins.importexport.service.importdata.daemon - package fr.paris.lutece.plugins.importexport.service.importdata.daemon
 
fr.paris.lutece.plugins.importexport.web - package fr.paris.lutece.plugins.importexport.web
 

G

getAsynchronousImportResult(int) - Static method in class fr.paris.lutece.plugins.importexport.service.importdata.ImportManager
Get the result of an asynchronous import.
getAutomaticExportConfiguration(HttpServletRequest) - Method in class fr.paris.lutece.plugins.importexport.web.ExportDataJspBean
Get the page to manage automatic exports
getColumnName() - Method in class fr.paris.lutece.plugins.importexport.business.ImportExportElement
Get the name of the column of the database to insert the value of this element in
getColumnName() - Method in class fr.paris.lutece.plugins.importexport.business.TableColumn
Get the name of the column
getColumnsName() - Method in class fr.paris.lutece.plugins.importexport.service.importdata.csvimportsource.CSVImportSource
Get the name of columns of this data source
getColumnsName() - Method in interface fr.paris.lutece.plugins.importexport.service.importdata.IImportSource
Get the name of columns of this data source
getColumnType() - Method in class fr.paris.lutece.plugins.importexport.business.TableColumn
Get the type of this column
getCreatedElements() - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportResult
Get the number of created elements
getCreateModifyExportConfig(HttpServletRequest, HttpServletResponse) - Method in class fr.paris.lutece.plugins.importexport.web.ExportDataJspBean
Get the page to create or modify an export config
getDaemonInterval() - Static method in class fr.paris.lutece.plugins.importexport.service.export.daemon.ExportDaemon
Get the interval of time between exports
getDaemonNextSchedule() - Static method in class fr.paris.lutece.plugins.importexport.service.export.daemon.ExportDaemon
Get the next scheduled export
getDataFromTable(String, List<String>, Plugin) - Method in class fr.paris.lutece.plugins.importexport.business.export.ExportDAO
Get the list of rows of a table of the database.
getExportColumns(HttpServletRequest) - Method in class fr.paris.lutece.plugins.importexport.web.ExportDataJspBean
Get the page to choose which columns of the table to export
getExportData(HttpServletRequest) - Method in class fr.paris.lutece.plugins.importexport.web.ExportDataJspBean
Get the export data page
getExportedFileName() - Method in class fr.paris.lutece.plugins.importexport.service.export.RunnableExportService
Get the name of the file generated by this export service
getExportedFileRelativeUrl() - Method in class fr.paris.lutece.plugins.importexport.service.export.RunnableExportService
Get the URL of the file generated by this export service.
getExportProcessing(HttpServletRequest, HttpServletResponse) - Method in class fr.paris.lutece.plugins.importexport.web.ExportDataJspBean
Get the waiting page that indicates that an export is processing, or the result page if the export has ended.
getExportResult(AdminUser) - Static method in class fr.paris.lutece.plugins.importexport.service.export.ExportManager
Get the result of an export
getExportResult(HttpServletRequest, HttpServletResponse) - Method in class fr.paris.lutece.plugins.importexport.web.ExportDataJspBean
Get the page that display the result of an import, or the export data main page if no export result is available for the given user
getId() - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfig
Get the id of the export configuration
getIgnoredElements() - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportResult
Get the number of ignored elements
getImportData(HttpServletRequest) - Method in class fr.paris.lutece.plugins.importexport.web.ImportDataJspBean
Get the import data page
getImportProcessing(HttpServletRequest) - Method in class fr.paris.lutece.plugins.importexport.web.ImportDataJspBean
Get the waiting page if an import has been started by the user and has not terminated yet.
getImportResult() - Method in class fr.paris.lutece.plugins.importexport.service.importdata.RunnableImportService
Get the result of the importation of this service
getImportResult(HttpServletRequest) - Method in class fr.paris.lutece.plugins.importexport.web.ImportDataJspBean
Get the import result page.
getImportSource(FileItem) - Method in class fr.paris.lutece.plugins.importexport.service.importdata.csvimportsource.CSVImportSourceFactory
Get an import source from a file item
getImportSource(File) - Method in class fr.paris.lutece.plugins.importexport.service.importdata.csvimportsource.CSVImportSourceFactory
Get an import source from a file
getImportSource(FileItem) - Method in interface fr.paris.lutece.plugins.importexport.service.importdata.IImportSourceFactory
Get an import source from a file item
getImportSource(File) - Method in interface fr.paris.lutece.plugins.importexport.service.importdata.IImportSourceFactory
Get an import source from a file
getImportSource(FileItem) - Static method in class fr.paris.lutece.plugins.importexport.service.importdata.ImportManager
Get an import source for a file item.
getImportSource(File) - Static method in class fr.paris.lutece.plugins.importexport.service.importdata.ImportManager
Get an import source for a file.
getIsPrimaryKey() - Method in class fr.paris.lutece.plugins.importexport.business.TableColumn
Check if this column has a primary key constraint
getItemNumber() - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportMessage
Get the number of the imported item in the data source
getJavaTypeFromSqlString(String) - Static method in class fr.paris.lutece.plugins.importexport.business.AbstractImportExportDAO
Get the type of a column from its description
getListColumns() - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfig
Get the list of columns to include in the export
getListExportElements() - Method in class fr.paris.lutece.plugins.importexport.business.export.RowExportData
Get the list of import elements
getListImportMessage() - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportResult
Get the list of import messages
getMessage() - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportMessage
Get the message
getNextValues() - Method in class fr.paris.lutece.plugins.importexport.service.importdata.csvimportsource.CSVImportSource
Get the next set of values, or null if this data source has no more values.
getNextValues() - Method in interface fr.paris.lutece.plugins.importexport.service.importdata.IImportSource
Get the next set of values, or null if this data source has no more values.
getOutputFileName() - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfig
Get the name of the file that will contain the result of the export
getPlugin() - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfig
Get the plugin to get the pool from
getPlugin() - Static method in class fr.paris.lutece.plugins.importexport.service.ImportExportPlugin
Get the ImportExport plugin
getPlugin() - Method in class fr.paris.lutece.plugins.importexport.web.ImportDataJspBean
Return the plugin
getServiceStatus() - Method in class fr.paris.lutece.plugins.importexport.service.export.RunnableExportService
Get the status of the service.
getServiceStatus() - Method in class fr.paris.lutece.plugins.importexport.service.importdata.RunnableImportService
Get the status of the service.
getStatus() - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportMessage
Get the status of the importation of the item described by this ImportMessage.
getTableColumns(List<String>, String, Plugin, Locale) - Static method in class fr.paris.lutece.plugins.importexport.business.AbstractImportExportDAO
Get the list of columns of a table matching a given list of names.
getTableColumnsNames(String, Plugin) - Static method in class fr.paris.lutece.plugins.importexport.business.AbstractImportExportDAO
Get the list of columns names from the database
getTableName() - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfig
Get the name of the table of the database to export data from
getUpdatedElements() - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportResult
Get the number of updated elements
getValue() - Method in class fr.paris.lutece.plugins.importexport.business.ImportExportElement
Get the value of this element
getXslStylesheetId() - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfig
Get the id of the style sheet to apply to the data retrieved from the database

H

hasExportInProcess(int) - Static method in class fr.paris.lutece.plugins.importexport.service.export.ExportManager
Check if an admin user has an export processing
hasImportInProcess(int) - Static method in class fr.paris.lutece.plugins.importexport.service.importdata.ImportManager
Check if an admin user has an import processing

I

IAutomaticExportConfigDAO - Interface in fr.paris.lutece.plugins.importexport.business.export
Interface for the DAO of automatic export configuration
IImportSource - Interface in fr.paris.lutece.plugins.importexport.service.importdata
Interface for data sources of imports
IImportSourceFactory - Interface in fr.paris.lutece.plugins.importexport.service.importdata
Interface for import source factories.
ImportDaemon - Class in fr.paris.lutece.plugins.importexport.service.importdata.daemon
Daemon to import data
ImportDaemon() - Constructor for class fr.paris.lutece.plugins.importexport.service.importdata.daemon.ImportDaemon
 
ImportDataDAO - Class in fr.paris.lutece.plugins.importexport.business.importdata
DAO to import elements from the database
Warning, this DAO is state full !
ImportDataDAO(List<String>, String, Plugin, Locale) - Constructor for class fr.paris.lutece.plugins.importexport.business.importdata.ImportDataDAO
Creates a new DAO to import elements.
ImportDataJspBean - Class in fr.paris.lutece.plugins.importexport.web
This class provides the user interface to import data into the database
ImportDataJspBean() - Constructor for class fr.paris.lutece.plugins.importexport.web.ImportDataJspBean
Creates a new ImportDataJspBean object.
ImportExportElement - Class in fr.paris.lutece.plugins.importexport.business
Describes a value of a cell of a row to import or export
ImportExportElement() - Constructor for class fr.paris.lutece.plugins.importexport.business.ImportExportElement
 
ImportExportPlugin - Class in fr.paris.lutece.plugins.importexport.service
ImportExportPlugin
ImportExportPlugin() - Constructor for class fr.paris.lutece.plugins.importexport.service.ImportExportPlugin
 
ImportManager - Class in fr.paris.lutece.plugins.importexport.service.importdata
Manager of imports
ImportMessage - Class in fr.paris.lutece.plugins.importexport.business.importdata
Describe a message of imported elements
ImportMessage(String, int, int) - Constructor for class fr.paris.lutece.plugins.importexport.business.importdata.ImportMessage
Creates a new import message
ImportResult - Class in fr.paris.lutece.plugins.importexport.business.importdata
Describes the result of an import
ImportResult() - Constructor for class fr.paris.lutece.plugins.importexport.business.importdata.ImportResult
Default constructor
ImportResult(int, int, int, List<ImportMessage>) - Constructor for class fr.paris.lutece.plugins.importexport.business.importdata.ImportResult
Constructor with parameters initialized
init() - Method in class fr.paris.lutece.plugins.importexport.service.ImportExportPlugin
insert(AutomaticExportConfig) - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfigDAO
Insert a new configuration into the database.
insert(AutomaticExportConfig) - Method in interface fr.paris.lutece.plugins.importexport.business.export.IAutomaticExportConfigDAO
Insert a new configuration into the database.
insertElement(List<ImportExportElement>) - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportDataDAO
Insert an element to the database.
isValidImportSource(String) - Method in class fr.paris.lutece.plugins.importexport.service.importdata.csvimportsource.CSVImportSourceFactory
Check if import sources created by this factory can be used for the given file extension
isValidImportSource(String) - Method in interface fr.paris.lutece.plugins.importexport.service.importdata.IImportSourceFactory
Check if import sources created by this factory can be used for the given file extension

P

PLUGIN_NAME - Static variable in class fr.paris.lutece.plugins.importexport.service.ImportExportPlugin
 
PROPERTY_SESSION_AUTOMATIC_EXPORT_TABLE_MANAGER - Static variable in class fr.paris.lutece.plugins.importexport.web.ExportDataJspBean
 

R

registerAsynchronousExport(String, List<String>, int, Plugin, AdminUser) - Static method in class fr.paris.lutece.plugins.importexport.service.export.ExportManager
Register an import to be generated asynchronously
registerImportSourceFactory(IImportSourceFactory) - Static method in class fr.paris.lutece.plugins.importexport.service.importdata.ImportManager
Register an import source factory
RIGHT_IMPORT_DATA - Static variable in class fr.paris.lutece.plugins.importexport.web.ExportDataJspBean
 
RIGHT_IMPORT_DATA - Static variable in class fr.paris.lutece.plugins.importexport.web.ImportDataJspBean
 
rollbackTransaction() - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportDataDAO
Roll back the transaction to the database, and close the connection.
RowExportData - Class in fr.paris.lutece.plugins.importexport.business.export
This class represents data to export
RowExportData(List<ImportExportElement>) - Constructor for class fr.paris.lutece.plugins.importexport.business.export.RowExportData
Creates a new RowExportData
run() - Method in class fr.paris.lutece.plugins.importexport.service.export.daemon.ExportCleanerDaemon
run() - Method in class fr.paris.lutece.plugins.importexport.service.export.daemon.ExportDaemon
run() - Method in class fr.paris.lutece.plugins.importexport.service.export.RunnableExportService
run() - Method in class fr.paris.lutece.plugins.importexport.service.importdata.daemon.ImportDaemon
run() - Method in class fr.paris.lutece.plugins.importexport.service.importdata.RunnableImportService
RunnableExportService - Class in fr.paris.lutece.plugins.importexport.service.export
RunnableExportService
RunnableExportService(String, List<String>, int, Plugin, String) - Constructor for class fr.paris.lutece.plugins.importexport.service.export.RunnableExportService
Creates a new export to run in a dedicated thread
RunnableImportService - Class in fr.paris.lutece.plugins.importexport.service.importdata
Service that allow to import data.
RunnableImportService(IImportSource, String, Plugin, Locale, boolean, boolean, boolean) - Constructor for class fr.paris.lutece.plugins.importexport.service.importdata.RunnableImportService
Service to asynchronously import data

S

setColumnName(String) - Method in class fr.paris.lutece.plugins.importexport.business.ImportExportElement
Set the name of the column of the database to insert the value of this element in
setColumnName(String) - Method in class fr.paris.lutece.plugins.importexport.business.TableColumn
Set the name of the column
setColumnType(ColumnType) - Method in class fr.paris.lutece.plugins.importexport.business.TableColumn
Set the type of this column
setCreatedElements(int) - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportResult
Set the number of created elements
setDaemonInterval(long) - Static method in class fr.paris.lutece.plugins.importexport.service.export.daemon.ExportDaemon
Set the interval of time between exports
setDaemonNextSchedule(Date) - Static method in class fr.paris.lutece.plugins.importexport.service.export.daemon.ExportDaemon
Set the next schedule of the daemon
setDaemonNextSchedule(long) - Static method in class fr.paris.lutece.plugins.importexport.service.export.daemon.ExportDaemon
Set the next schedule of the daemon
setId(int) - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfig
set the id of the export configuration
setIgnoredElements(int) - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportResult
Set the number of ignored elements
setIsPrimaryKey(boolean) - Method in class fr.paris.lutece.plugins.importexport.business.TableColumn
Set whether this column has a primary key constraint
setItemNumber(int) - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportMessage
Set the number of the imported item in the data source.
setListColumns(List<String>) - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfig
Set the list of columns to include in the export
setListExportElements(List<ImportExportElement>) - Method in class fr.paris.lutece.plugins.importexport.business.export.RowExportData
Set the list of import elements
setListImportMessage(List<ImportMessage>) - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportResult
Set the list of import messages
setMessage(String) - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportMessage
Set the message
setOutputFileName(String) - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfig
Set the name of the file that will contain the result of the export
setPlugin(Plugin) - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfig
Set the plugin to get the pool from
setStatus(int) - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportMessage
Set the status of importation of the item described by this ImportMessage.
setTableName(String) - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfig
Set the name of the table of the database to export data from
setUpdatedElements(int) - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportResult
Set the number of updated elements
setValue(String) - Method in class fr.paris.lutece.plugins.importexport.business.ImportExportElement
Set the value of this element
setXslStylesheetId(int) - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfig
Set the id of the style sheet to apply to the data retrieved from the database
SQL_QUERY_GET_COLUMNS - Static variable in class fr.paris.lutece.plugins.importexport.business.AbstractImportExportDAO
 
SQL_QUERY_GET_COLUMNS_NAME - Static variable in class fr.paris.lutece.plugins.importexport.business.AbstractImportExportDAO
 
STATUS_ERROR - Static variable in class fr.paris.lutece.plugins.importexport.business.importdata.ImportMessage
Status that indicates that an error occurred during the importation of the item
STATUS_FINISHED - Static variable in class fr.paris.lutece.plugins.importexport.service.export.RunnableExportService
 
STATUS_FINISHED - Static variable in class fr.paris.lutece.plugins.importexport.service.importdata.RunnableImportService
 
STATUS_OK - Static variable in class fr.paris.lutece.plugins.importexport.business.importdata.ImportMessage
Status that indicates that the item was successfully imported
STATUS_QUEUED - Static variable in class fr.paris.lutece.plugins.importexport.service.export.RunnableExportService
 
STATUS_QUEUED - Static variable in class fr.paris.lutece.plugins.importexport.service.importdata.RunnableImportService
 
STATUS_SKIPPED - Static variable in class fr.paris.lutece.plugins.importexport.business.importdata.ImportMessage
Status that indicates that the item was skipped
STATUS_WORKING - Static variable in class fr.paris.lutece.plugins.importexport.service.export.RunnableExportService
 
STATUS_WORKING - Static variable in class fr.paris.lutece.plugins.importexport.service.importdata.RunnableImportService
 

T

TableColumn - Class in fr.paris.lutece.plugins.importexport.business
Describes an SQL column
TableColumn(String, boolean, ColumnType) - Constructor for class fr.paris.lutece.plugins.importexport.business.TableColumn
Creates a new table column
toString() - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportMessage

U

update(AutomaticExportConfig) - Method in class fr.paris.lutece.plugins.importexport.business.export.AutomaticExportConfigDAO
Update a configuration.
update(AutomaticExportConfig) - Method in interface fr.paris.lutece.plugins.importexport.business.export.IAutomaticExportConfigDAO
Update a configuration.
updateElement(List<ImportExportElement>) - Method in class fr.paris.lutece.plugins.importexport.business.importdata.ImportDataDAO
Update an element of the database.

V

valueOf(String) - Static method in enum fr.paris.lutece.plugins.importexport.business.ColumnType
Returns the enum constant of this type with the specified name.
values() - Static method in enum fr.paris.lutece.plugins.importexport.business.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I P R S T U V 

Copyright © 2018 City of Paris. All rights reserved.