public interface IAccountDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdAccount,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(Account account,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
Account |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
List<Account> |
selectAccountsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the Account objects and returns them as a List
|
void |
store(Account account,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(Account account, fr.paris.lutece.portal.service.plugin.Plugin plugin)
account
- instance of the Account object to insertplugin
- the Pluginvoid store(Account account, fr.paris.lutece.portal.service.plugin.Plugin plugin)
account
- the reference of the Accountplugin
- the Pluginvoid delete(int nIdAccount, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdAccount
- int identifier of the Account to deleteplugin
- the PluginAccount load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the Accountplugin
- the PluginCopyright © 2018 City of Paris. All rights reserved.