public interface IDatabaseUserKeyDAO
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String strKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a
DatabaseUserKey |
void |
deleteByIdUser(int nUserId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete by id user
|
void |
insert(DatabaseUserKey userKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new
DatabaseUserKey |
DatabaseUserKey |
load(String strKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load an instance of
DatabaseUserKey |
DatabaseUserKey |
selectKeyByLogin(String login,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a key from a given login
|
DatabaseUserKey load(String strKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
DatabaseUserKeystrKey - the keyplugin - the pluginDatabaseUserKeyvoid insert(DatabaseUserKey userKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
DatabaseUserKeyuserKey - the DatabaseUserKeyplugin - the pluginvoid delete(String strKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
DatabaseUserKeystrKey - the keyplugin - the pluginvoid deleteByIdUser(int nUserId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
nUserId - the id userplugin - the pluginDatabaseUserKey selectKeyByLogin(String login, fr.paris.lutece.portal.service.plugin.Plugin plugin)
login - the user's loginplugin - the pluginDatabaseUserKeyCopyright © 2018 City of Paris. All rights reserved.