public final class ElectedOfficialHome extends Object
| Modifier and Type | Method and Description |
|---|---|
static ElectedOfficial |
findByPrimaryKey(String strKey)
Returns an instance of a electedOfficial whose identifier is specified in parameter
|
static List<ElectedOfficial> |
getElectedOfficialsList()
Load the data of all the electedOfficial objects and returns them as a list
|
static List<ElectedOfficial> |
getElectedOfficialsListByAppointment(int idAppointment)
Load the data of all the electedOfficial objects and returns them as a list
|
static List<ElectedOfficial> |
getElectedOfficialsListByDelegation(int idAdminUser)
Load the data of all the electedOfficial objects and returns them as a list
|
static fr.paris.lutece.util.ReferenceList |
getElectedOfficialsReferenceList()
Load the data of all the electedOfficial objects and returns them as a referenceList
|
static fr.paris.lutece.util.ReferenceList |
getElectedOfficialsReferenceListByDelegation(String idUser)
Load the data of all the electedOfficial objects and returns them as a referenceList
|
static List<String> |
getIdElectedOfficialsList()
Load the id of all the electedOfficial objects and returns them as a list
|
public static ElectedOfficial findByPrimaryKey(String strKey)
strKey - The electedOfficial primary keypublic static List<ElectedOfficial> getElectedOfficialsList()
public static List<ElectedOfficial> getElectedOfficialsListByDelegation(int idAdminUser)
idAdminUser - public static List<ElectedOfficial> getElectedOfficialsListByAppointment(int idAppointment)
public static List<String> getIdElectedOfficialsList()
public static fr.paris.lutece.util.ReferenceList getElectedOfficialsReferenceList()
public static fr.paris.lutece.util.ReferenceList getElectedOfficialsReferenceListByDelegation(String idUser)
Copyright © 2018 City of Paris. All rights reserved.