public interface IRecastBotDAO
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(RecastBot recastBot,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
RecastBot |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
List<Integer> |
selectIdRecastBotsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the id of all the recastBot objects and returns them as a list
|
List<RecastBot> |
selectRecastBotsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the recastBot objects and returns them as a list
|
fr.paris.lutece.util.ReferenceList |
selectRecastBotsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the recastBot objects and returns them as a referenceList
|
void |
store(RecastBot recastBot,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(RecastBot recastBot, fr.paris.lutece.portal.service.plugin.Plugin plugin)
recastBot
- instance of the RecastBot object to insertplugin
- the Pluginvoid store(RecastBot recastBot, fr.paris.lutece.portal.service.plugin.Plugin plugin)
recastBot
- the reference of the RecastBotplugin
- the Pluginvoid delete(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the RecastBot to deleteplugin
- the PluginRecastBot load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the recastBotplugin
- the PluginList<RecastBot> selectRecastBotsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginList<Integer> selectIdRecastBotsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Pluginfr.paris.lutece.util.ReferenceList selectRecastBotsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginCopyright © 2017 City of Paris. All rights reserved.