public interface ILocalizationDAO
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_NAME
The name of the bean of the DAO
|
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdLocalization,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
Localization |
findByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the Localization of the given form
|
void |
insert(Localization localization,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
Localization |
select(int nIdLocalization,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
void |
update(Localization localization,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static final String BEAN_NAME
void insert(Localization localization, fr.paris.lutece.portal.service.plugin.Plugin plugin)
localization
- instance of the Localization object to insertplugin
- the Pluginvoid update(Localization localization, fr.paris.lutece.portal.service.plugin.Plugin plugin)
localization
- the reference of the Localizationplugin
- the Pluginvoid delete(int nIdLocalization, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdLocalization
- identifier of the Localization to deleteplugin
- the PluginLocalization select(int nIdLocalization, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdLocalization
- The identifier of the Localizationplugin
- the PluginLocalization findByIdForm(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- the form idplugin
- the pluginCopyright © 2018 City of Paris. All rights reserved.