public final class ElectedOfficialDAO extends Object implements IElectedOfficialDAO
| Constructor and Description |
|---|
ElectedOfficialDAO() |
| Modifier and Type | Method and Description |
|---|---|
ElectedOfficial |
load(String strKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
List<ElectedOfficial> |
selectElectedOfficialsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the electedOfficial objects and returns them as a list
|
List<ElectedOfficial> |
selectElectedOfficialsListByAppointment(int idAppointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the electedOfficial objects and returns them as a list
|
List<ElectedOfficial> |
selectElectedOfficialsListByDelegation(int idAdminUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the electedOfficial objects and returns them as a list
|
fr.paris.lutece.util.ReferenceList |
selectElectedOfficialsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the electedOfficial objects and returns them as a referenceList
|
fr.paris.lutece.util.ReferenceList |
selectElectedOfficialsReferenceListByDelegation(String idUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the electedOfficial objects and returns them as a referenceList
|
List<String> |
selectIdElectedOfficialsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the id of all the electedOfficial objects and returns them as a list
|
public ElectedOfficial load(String strKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load in interface IElectedOfficialDAOstrKey - The identifier of the electedOfficialplugin - the Pluginpublic List<ElectedOfficial> selectElectedOfficialsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectElectedOfficialsList in interface IElectedOfficialDAOplugin - the Pluginpublic List<ElectedOfficial> selectElectedOfficialsListByAppointment(int idAppointment, fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectElectedOfficialsListByAppointment in interface IElectedOfficialDAOplugin - the Pluginpublic List<ElectedOfficial> selectElectedOfficialsListByDelegation(int idAdminUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectElectedOfficialsListByDelegation in interface IElectedOfficialDAOplugin - the Pluginpublic List<String> selectIdElectedOfficialsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectIdElectedOfficialsList in interface IElectedOfficialDAOplugin - the Pluginpublic fr.paris.lutece.util.ReferenceList selectElectedOfficialsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectElectedOfficialsReferenceList in interface IElectedOfficialDAOplugin - the Pluginpublic fr.paris.lutece.util.ReferenceList selectElectedOfficialsReferenceListByDelegation(String idUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectElectedOfficialsReferenceListByDelegation in interface IElectedOfficialDAOplugin - the PluginCopyright © 2018 City of Paris. All rights reserved.