|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAccountDAO
IAccountDAO Interface
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 Plugin
List<Account> selectAccountsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |