public interface IBPBotDAO
| 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(BPBot bPBot,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
BPBot |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
List<BPBot> |
selectBPBotsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the bPBot objects and returns them as a list
|
fr.paris.lutece.util.ReferenceList |
selectBPBotsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the bPBot objects and returns them as a referenceList
|
void |
store(BPBot bPBot,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(BPBot bPBot, fr.paris.lutece.portal.service.plugin.Plugin plugin)
bPBot - instance of the BPBot object to insertplugin - the Pluginvoid store(BPBot bPBot, fr.paris.lutece.portal.service.plugin.Plugin plugin)
bPBot - the reference of the BPBotplugin - the Pluginvoid delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey - The identifier of the BPBot to deleteplugin - the PluginBPBot load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey - The identifier of the bPBotplugin - the PluginList<BPBot> selectBPBotsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - the Pluginfr.paris.lutece.util.ReferenceList selectBPBotsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - the PluginCopyright © 2020 City of Paris. All rights reserved.