public interface IWssoProfilDAO
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkProfilAssigned(String strCode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Check if the specified profil is assigned to a user
|
void |
delete(WssoProfil wssoProfil,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
WssoProfil |
findWssoProfilByCodeAndDescription(String strCode,
String strDescription,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find profil by code and description
|
List<WssoProfil> |
findWssoProfilsByDescription(String strDescription,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find the profils by description
|
List<String> |
findWssoProfilsForUser(int nWssoUserId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find profils for a user
|
void |
insert(WssoProfil wssoProfil,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
WssoProfil |
load(String nWssoProfilCode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of WssoProfil from the table
|
List<WssoProfil> |
selectWssoProfilList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of wssoProfils
|
void |
store(WssoProfil wssoProfil,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(WssoProfil wssoProfil, fr.paris.lutece.portal.service.plugin.Plugin plugin)
wssoProfil - The wssoProfil objectplugin - The Plugin using this data access serviceWssoProfil load(String nWssoProfilCode, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nWssoProfilCode - The identifier of WssoProfilplugin - The Plugin using this data access servicevoid delete(WssoProfil wssoProfil, fr.paris.lutece.portal.service.plugin.Plugin plugin)
wssoProfil - The WssoProfil objectplugin - The Plugin using this data access servicevoid store(WssoProfil wssoProfil, fr.paris.lutece.portal.service.plugin.Plugin plugin)
wssoProfil - The reference of wssoProfilplugin - The Plugin using this data access serviceList<WssoProfil> selectWssoProfilList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - The Plugin using this data access serviceWssoProfil findWssoProfilByCodeAndDescription(String strCode, String strDescription, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strCode - the codestrDescription - the descriptionplugin - the current pluginList<WssoProfil> findWssoProfilsByDescription(String strDescription, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strDescription - the descriptionplugin - the current pluginList<String> findWssoProfilsForUser(int nWssoUserId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nWssoUserId - the user idplugin - the current pluginboolean checkProfilAssigned(String strCode, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strCode - profil codeplugin - the current pluginCopyright © 2018 City of Paris. All rights reserved.