public interface IElectedOfficialDAO
| 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
|
ElectedOfficial load(String strKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strKey - The identifier of the electedOfficialplugin - the PluginList<ElectedOfficial> selectElectedOfficialsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - the PluginList<ElectedOfficial> selectElectedOfficialsListByDelegation(int idAdminUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
idAdminUser - plugin - the PluginList<ElectedOfficial> selectElectedOfficialsListByAppointment(int idAppointment, fr.paris.lutece.portal.service.plugin.Plugin plugin)
idAppointment - plugin - the PluginList<String> selectIdElectedOfficialsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - the Pluginfr.paris.lutece.util.ReferenceList selectElectedOfficialsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - the Pluginfr.paris.lutece.util.ReferenceList selectElectedOfficialsReferenceListByDelegation(String idUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - the PluginCopyright © 2018 City of Paris. All rights reserved.