public interface IExtrasAttributesDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(ExtrasAttributes extrasAttributes,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
ExtrasAttributes |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
List<ExtrasAttributes> |
selectExtrasAttributessList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the extrasAttributes objects and returns them as a collection
|
List<Integer> |
selectIdExtrasAttributessList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the id of all the extrasAttributes objects and returns them as a collection
|
void |
store(ExtrasAttributes extrasAttributes,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(ExtrasAttributes extrasAttributes, fr.paris.lutece.portal.service.plugin.Plugin plugin)
extrasAttributes
- instance of the ExtrasAttributes object to insertplugin
- the Pluginvoid store(ExtrasAttributes extrasAttributes, fr.paris.lutece.portal.service.plugin.Plugin plugin)
extrasAttributes
- the reference of the ExtrasAttributesplugin
- the Pluginvoid delete(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the ExtrasAttributes to deleteplugin
- the PluginExtrasAttributes load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the extrasAttributesplugin
- the PluginList<ExtrasAttributes> selectExtrasAttributessList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginList<Integer> selectIdExtrasAttributessList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginCopyright © 2016 City of Paris. All rights reserved.