Skip navigation links
A C D E F G I J L M R S T U V 

A

AbstractManageAppointementsJspBean - Class in fr.paris.lutece.plugins.transparency.web
ManageAppointements JSP Bean abstract class for JSP Bean
AbstractManageAppointementsJspBean() - Constructor for class fr.paris.lutece.plugins.transparency.web.AbstractManageAppointementsJspBean
 
AbstractManageLobbiesJspBean - Class in fr.paris.lutece.plugins.transparency.web
ManageLobbies JSP Bean abstract class for JSP Bean
AbstractManageLobbiesJspBean() - Constructor for class fr.paris.lutece.plugins.transparency.web.AbstractManageLobbiesJspBean
 
API_PATH - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
Appointment - Class in fr.paris.lutece.plugins.transparency.business
This is the business class for the object Appointment
Appointment() - Constructor for class fr.paris.lutece.plugins.transparency.business.Appointment
 
AppointmentDAO - Class in fr.paris.lutece.plugins.transparency.business
This class provides Data Access methods for Appointment objects
AppointmentDAO() - Constructor for class fr.paris.lutece.plugins.transparency.business.AppointmentDAO
 
AppointmentFilter - Class in fr.paris.lutece.plugins.transparency.business
 
AppointmentFilter() - Constructor for class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
 
AppointmentHome - Class in fr.paris.lutece.plugins.transparency.business
This class provides instances management methods (create, find, ...) for Appointment objects
AppointmentJspBean - Class in fr.paris.lutece.plugins.transparency.web
This class provides the user interface to manage Appointment features ( manage, create, modify, remove )
AppointmentJspBean() - Constructor for class fr.paris.lutece.plugins.transparency.web.AppointmentJspBean
 
AppointmentPublicXPage - Class in fr.paris.lutece.plugins.transparency.web
This class provides the user interface to manage Appointment xpages ( manage, create, modify, remove )
AppointmentPublicXPage() - Constructor for class fr.paris.lutece.plugins.transparency.web.AppointmentPublicXPage
 
AppointmentXPage - Class in fr.paris.lutece.plugins.transparency.web
This class provides the user interface to manage Appointment xpages ( manage, create, modify, remove )
AppointmentXPage() - Constructor for class fr.paris.lutece.plugins.transparency.web.AppointmentXPage
 

C

Constants - Class in fr.paris.lutece.plugins.transparency.rs
Rest Constants
Constants() - Constructor for class fr.paris.lutece.plugins.transparency.rs.Constants
 
create(Appointment) - Static method in class fr.paris.lutece.plugins.transparency.business.AppointmentHome
Create an instance of the appointment class
create(ElectedOfficialAppointment) - Static method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialAppointmentHome
Create an instance of the electedOfficialAppointment class
create(LobbyAppointment) - Static method in class fr.paris.lutece.plugins.transparency.business.LobbyAppointmentHome
Create an instance of the lobbyAppointment class
create(Lobby) - Static method in class fr.paris.lutece.plugins.transparency.business.LobbyHome
Create an instance of the lobby class

D

delete(int, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentDAO
Delete a record from the table
delete(ElectedOfficialAppointment, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialAppointmentDAO
Delete a record from the table
delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IAppointmentDAO
Delete a record from the table
delete(ElectedOfficialAppointment, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IElectedOfficialAppointmentDAO
Delete a record from the table
delete(LobbyAppointment, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.ILobbyAppointmentDAO
Delete a record from the table
delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.ILobbyDAO
Delete a record from the table
delete(LobbyAppointment, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.LobbyAppointmentDAO
Delete a record from the table
delete(int, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.LobbyDAO
Delete a record from the table
deleteByAppointmentId(int, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.ILobbyAppointmentDAO
Delete a record from the table
deleteByAppointmentId(int, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.LobbyAppointmentDAO
Delete a record from the table
doCreateAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentJspBean
Process the data capture form of a new appointment
doCreateAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentXPage
Process the data capture form of a new appointment
doCreateLobby(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.LobbyJspBean
Process the data capture form of a new lobby
doExportAppointment(HttpServletRequest, HttpServletResponse) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentJspBean
Returns the form to create a appointment
doModifyAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentJspBean
Process the change form of a appointment
doModifyAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentXPage
Process the change form of a appointment
doModifyLobby(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.LobbyJspBean
Process the change form of a lobby
doRemoveAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentJspBean
Handles the removal form of a appointment
doRemoveAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentXPage
Handles the removal form of a appointment
doRemoveLobby(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.LobbyJspBean
Handles the removal form of a lobby

E

ElectedOfficial - Class in fr.paris.lutece.plugins.transparency.business
This is the business class for the object ElectedOfficial
ElectedOfficial() - Constructor for class fr.paris.lutece.plugins.transparency.business.ElectedOfficial
 
ELECTEDOFFICIAL_ATTRIBUTE_FIRST_NAME - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
ELECTEDOFFICIAL_ATTRIBUTE_LAST_NAME - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
ELECTEDOFFICIAL_ATTRIBUTE_TITLE - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
ELECTEDOFFICIAL_PATH - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
ElectedOfficialAppointment - Class in fr.paris.lutece.plugins.transparency.business
This is the business class for the object ElectedOfficialAppointment
ElectedOfficialAppointment(String, int) - Constructor for class fr.paris.lutece.plugins.transparency.business.ElectedOfficialAppointment
 
ElectedOfficialAppointmentDAO - Class in fr.paris.lutece.plugins.transparency.business
This class provides Data Access methods for ElectedOfficialAppointment objects
ElectedOfficialAppointmentDAO() - Constructor for class fr.paris.lutece.plugins.transparency.business.ElectedOfficialAppointmentDAO
 
ElectedOfficialAppointmentHome - Class in fr.paris.lutece.plugins.transparency.business
This class provides instances management methods (create, find, ...) for ElectedOfficialAppointment objects
ElectedOfficialDAO - Class in fr.paris.lutece.plugins.transparency.business
This class provides Data Access methods for ElectedOfficial objects
ElectedOfficialDAO() - Constructor for class fr.paris.lutece.plugins.transparency.business.ElectedOfficialDAO
 
ElectedOfficialHome - Class in fr.paris.lutece.plugins.transparency.business
This class provides instances management methods (create, find, ...) for ElectedOfficial objects
EMPTY_OBJECT - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
ERROR_BAD_REQUEST_EMPTY_PARAMETER - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
ERROR_NOT_FOUND_RESOURCE - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
ERROR_NOT_FOUND_VERSION - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
ExportAppointmentService - Class in fr.paris.lutece.plugins.transparency.service
 
ExportAppointmentService() - Constructor for class fr.paris.lutece.plugins.transparency.service.ExportAppointmentService
 
exportAppointmentToCSV(HttpServletRequest, HttpServletResponse, List<Appointment>) - Static method in class fr.paris.lutece.plugins.transparency.service.ExportAppointmentService
 

F

findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.transparency.business.AppointmentHome
Returns an instance of a appointment whose identifier is specified in parameter
findByPrimaryKey(String) - Static method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialHome
Returns an instance of a electedOfficial whose identifier is specified in parameter
findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.transparency.business.LobbyHome
Returns an instance of a lobby whose identifier is specified in parameter
fr.paris.lutece.plugins.transparency.business - package fr.paris.lutece.plugins.transparency.business
 
fr.paris.lutece.plugins.transparency.rs - package fr.paris.lutece.plugins.transparency.rs
 
fr.paris.lutece.plugins.transparency.service - package fr.paris.lutece.plugins.transparency.service
 
fr.paris.lutece.plugins.transparency.service.daemon - package fr.paris.lutece.plugins.transparency.service.daemon
 
fr.paris.lutece.plugins.transparency.web - package fr.paris.lutece.plugins.transparency.web
 

G

getAppointmentsList() - Static method in class fr.paris.lutece.plugins.transparency.business.AppointmentHome
Load the data of all the appointment objects and returns them as a list
getAppointmentsReferenceList() - Static method in class fr.paris.lutece.plugins.transparency.business.AppointmentHome
Load the data of all the appointment objects and returns them as a referenceList
getByNationalId(String) - Static method in class fr.paris.lutece.plugins.transparency.business.LobbyHome
Returns an instance of a lobby whose identifier is specified in parameter
getConfirmRemoveAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentJspBean
Manages the removal form of a appointment whose identifier is in the http request
getConfirmRemoveAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentXPage
Manages the removal form of a appointment whose identifier is in the http request
getConfirmRemoveLobby(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.LobbyJspBean
Manages the removal form of a lobby whose identifier is in the http request
getContacts() - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
get Contacts
getCreateAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentJspBean
Returns the form to create a appointment
getCreateAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentXPage
Returns the form to create a appointment
getCreateLobby(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.LobbyJspBean
Returns the form to create a lobby
getDescription() - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
Returns the Description
getDetailAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentPublicXPage
Returns the form to update info about a appointment
getDetailAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentXPage
Returns the form to update info about a appointment
getDetailLobby(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.LobbyXPage
Returns the form to update info about a lobby
getElectedOfficialList() - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
get Elected Official List
getElectedOfficialName() - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
get Elected Official name
getElectedOfficialsList() - Static method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialHome
Load the data of all the electedOfficial objects and returns them as a list
getElectedOfficialsListByAppointment(int) - Static method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialHome
Load the data of all the electedOfficial objects and returns them as a list
getElectedOfficialsListByDelegation(int) - Static method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialHome
Load the data of all the electedOfficial objects and returns them as a list
getElectedOfficialsReferenceList() - Static method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialHome
Load the data of all the electedOfficial objects and returns them as a referenceList
getElectedOfficialsReferenceListByDelegation(String) - Static method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialHome
Load the data of all the electedOfficial objects and returns them as a referenceList
getEndDate() - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
Returns the EndDate
getFirstName() - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficial
Returns the FirstName
getFullAppointmentById(int) - Static method in class fr.paris.lutece.plugins.transparency.business.AppointmentHome
Returns an instance of a appointment whose identifier is specified in parameter
getFullAppointmentsList() - Static method in class fr.paris.lutece.plugins.transparency.business.AppointmentHome
Load the data of all the appointment objects and returns them as a list
getFullAppointmentsList(AppointmentFilter) - Static method in class fr.paris.lutece.plugins.transparency.business.AppointmentHome
Load the data of all the filtred appointment objects and returns them as a list
getHtmlData() - Method in class fr.paris.lutece.plugins.transparency.business.Lobby
Get the JSON data formated in HTML
getId() - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
Returns the Id
getId() - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficial
Returns the Id
getId() - Method in class fr.paris.lutece.plugins.transparency.business.Lobby
Returns the Id
getIdAppointment() - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
get Id Appointment
getIdAppointment() - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialAppointment
Returns the IdAppointment
getIdAppointment() - Method in class fr.paris.lutece.plugins.transparency.business.LobbyAppointment
Returns the IdAppointment
getIdAppointmentsList() - Static method in class fr.paris.lutece.plugins.transparency.business.AppointmentHome
Load the id of all the appointment objects and returns them as a list
getIdElectedOfficial() - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialAppointment
Returns the Id
getIdElectedOfficialsList() - Static method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialHome
Load the id of all the electedOfficial objects and returns them as a list
getIdLobbieslist() - Static method in class fr.paris.lutece.plugins.transparency.business.LobbyHome
Load the id of all the lobby objects and returns them as a list
getIdLobby() - Method in class fr.paris.lutece.plugins.transparency.business.LobbyAppointment
Returns the Id Lobby
getJsonData() - Method in class fr.paris.lutece.plugins.transparency.business.Lobby
Returns the JsonData
getLastName() - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficial
Returns the LastName
getLobbiesList() - Static method in class fr.paris.lutece.plugins.transparency.business.LobbyHome
Load the data of all the lobby objects and returns them as a list
getLobbiesListByAppointment(int) - Static method in class fr.paris.lutece.plugins.transparency.business.LobbyHome
Load the data of all the lobby objects and returns them as a list
getLobbiesListNamedLike(String) - Static method in class fr.paris.lutece.plugins.transparency.business.LobbyHome
Load the data of all the lobby objects with Name like %strLikeName% and returns them as a list
getLobbiesReferenceList() - Static method in class fr.paris.lutece.plugins.transparency.business.LobbyHome
Load the data of all the lobby objects and returns them as a referenceList
getLobby(Integer, Integer) - Method in class fr.paris.lutece.plugins.transparency.rs.LobbyRest
Get Lobby
getLobbyList() - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
get Lobby List
getLobbyList(Integer) - Method in class fr.paris.lutece.plugins.transparency.rs.LobbyRest
Get Lobby List
getLobbyListLike(Integer, String) - Method in class fr.paris.lutece.plugins.transparency.rs.LobbyRest
Get Lobby List (filtred by names like TEXT if present)
getLobbyName() - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
get Lobby name
getManageAppointments(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentJspBean
Build the Manage View
getManageAppointments(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentPublicXPage
Build the Manage View
getManageAppointments(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentXPage
Build the Manage View
getManageLobbies(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.LobbyJspBean
Build the Manage View
getManageLobbies(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.LobbyXPage
Build the Manage View
getModifyAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentJspBean
Returns the form to update info about a appointment
getModifyAppointment(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.AppointmentXPage
Returns the form to update info about a appointment
getModifyLobby(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.LobbyJspBean
Returns the form to update info about a lobby
getName() - Method in class fr.paris.lutece.plugins.transparency.business.Lobby
Returns the Name
getNationalId() - Method in class fr.paris.lutece.plugins.transparency.business.Lobby
Returns the NationalId
getNationalIdType() - Method in class fr.paris.lutece.plugins.transparency.business.Lobby
Returns the NationalIdType
getNumberOfDays() - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
get NumberOfDays
getOrderBy() - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
get OrderBy
getPaginatedListModel(HttpServletRequest, String, List, String) - Method in class fr.paris.lutece.plugins.transparency.web.AbstractManageAppointementsJspBean
Return a model that contains the list and paginator infos
getPaginatedListModel(HttpServletRequest, String, List, String) - Method in class fr.paris.lutece.plugins.transparency.web.AbstractManageLobbiesJspBean
Return a model that contains the list and paginator infos
getStartDate() - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
Returns the StartDate
getSwagger(HttpServletRequest, String) - Method in class fr.paris.lutece.plugins.transparency.rs.SwaggerRest
Get Swagger.json
getTitle() - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
Returns the Title
getTitle() - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
get title
getTitle() - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficial
Returns the Title
getTypeId() - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
Returns the TypeId
getTypeLabel() - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
Returns the TypeLabel
getUrl() - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
Returns the Url
getUrl() - Method in class fr.paris.lutece.plugins.transparency.business.Lobby
Returns the Url
getUserId() - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
get user id
getVersionDate() - Method in class fr.paris.lutece.plugins.transparency.business.Lobby
Returns the VersionDate
getXmlFromAppointment(Appointment) - Static method in class fr.paris.lutece.plugins.transparency.service.ExportAppointmentService
Get a XML string describing a given user

I

IAppointmentDAO - Interface in fr.paris.lutece.plugins.transparency.business
IAppointmentDAO Interface
ID - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
ID_PATH - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
IElectedOfficialAppointmentDAO - Interface in fr.paris.lutece.plugins.transparency.business
IElectedOfficialAppointmentDAO Interface
IElectedOfficialDAO - Interface in fr.paris.lutece.plugins.transparency.business
IElectedOfficialDAO Interface
ILobbyAppointmentDAO - Interface in fr.paris.lutece.plugins.transparency.business
ILobbyAppointmentDAO Interface
ILobbyDAO - Interface in fr.paris.lutece.plugins.transparency.business
ILobbyDAO Interface
insert(Appointment, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentDAO
Insert a new record in the table.
insert(ElectedOfficialAppointment, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialAppointmentDAO
Insert a new record in the table.
insert(Appointment, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IAppointmentDAO
Insert a new record in the table.
insert(ElectedOfficialAppointment, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IElectedOfficialAppointmentDAO
Insert a new record in the table.
insert(LobbyAppointment, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.ILobbyAppointmentDAO
Insert a new record in the table.
insert(Lobby, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.ILobbyDAO
Insert a new record in the table.
insert(LobbyAppointment, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.LobbyAppointmentDAO
Insert a new record in the table.
insert(Lobby, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.LobbyDAO
Insert a new record in the table.
isAsc() - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
get the Asc order

J

JSON_AUTOCOMPLETE_ID_KEY - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
JSON_AUTOCOMPLETE_LABEL_KEY - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
JSON_AUTOCOMPLETE_VALUE_KEY - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 

L

load(int, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentDAO
Load the data from the table
load(String, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialDAO
Load the data from the table
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IAppointmentDAO
Load the data from the table
load(String, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IElectedOfficialDAO
Load the data from the table
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.ILobbyDAO
Load the data from the table
load(int, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.LobbyDAO
Load the data from the table
loadByNationalId(String, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.ILobbyDAO
find the data by national Id from the table
loadByNationalId(String, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.LobbyDAO
find the data by national Id from the table
Lobby - Class in fr.paris.lutece.plugins.transparency.business
This is the business class for the object Lobby
Lobby() - Constructor for class fr.paris.lutece.plugins.transparency.business.Lobby
 
LOBBY_ATTRIBUTE_JSON_DATA - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
LOBBY_ATTRIBUTE_NAME - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
LOBBY_ATTRIBUTE_NATIONAL_ID - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
LOBBY_ATTRIBUTE_NATIONAL_ID_TYPE - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
LOBBY_ATTRIBUTE_URL - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
LOBBY_ATTRIBUTE_VERSION_DATE - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
LOBBY_PATH - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
LobbyAppointment - Class in fr.paris.lutece.plugins.transparency.business
This is the business class for the object LobbyAppointment
LobbyAppointment(int, int) - Constructor for class fr.paris.lutece.plugins.transparency.business.LobbyAppointment
Constructor
LobbyAppointmentDAO - Class in fr.paris.lutece.plugins.transparency.business
This class provides Data Access methods for LobbyAppointment objects
LobbyAppointmentDAO() - Constructor for class fr.paris.lutece.plugins.transparency.business.LobbyAppointmentDAO
 
LobbyAppointmentHome - Class in fr.paris.lutece.plugins.transparency.business
This class provides instances management methods (create, find, ...) for LobbyAppointment objects
LobbyDAO - Class in fr.paris.lutece.plugins.transparency.business
This class provides Data Access methods for Lobby objects
LobbyDAO() - Constructor for class fr.paris.lutece.plugins.transparency.business.LobbyDAO
 
LobbyHome - Class in fr.paris.lutece.plugins.transparency.business
This class provides instances management methods (create, find, ...) for Lobby objects
LobbyJspBean - Class in fr.paris.lutece.plugins.transparency.web
This class provides the user interface to manage Lobby features ( manage, create, modify, remove )
LobbyJspBean() - Constructor for class fr.paris.lutece.plugins.transparency.web.LobbyJspBean
 
LobbyRest - Class in fr.paris.lutece.plugins.transparency.rs
LobbyRest
LobbyRest() - Constructor for class fr.paris.lutece.plugins.transparency.rs.LobbyRest
 
LobbyService - Class in fr.paris.lutece.plugins.transparency.service
Lobby tools
LobbyService() - Constructor for class fr.paris.lutece.plugins.transparency.service.LobbyService
 
LobbySynchroDaemon - Class in fr.paris.lutece.plugins.transparency.service.daemon
lobby daemon
LobbySynchroDaemon() - Constructor for class fr.paris.lutece.plugins.transparency.service.daemon.LobbySynchroDaemon
 
LobbyXPage - Class in fr.paris.lutece.plugins.transparency.web
This class provides the user interface to manage Lobby xpages ( manage, create, modify, remove )
LobbyXPage() - Constructor for class fr.paris.lutece.plugins.transparency.web.LobbyXPage
 

M

MESSAGE_NO_PROPOSAL_I18N_KEY - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 

R

remove(int) - Static method in class fr.paris.lutece.plugins.transparency.business.AppointmentHome
Remove the appointment whose identifier is specified in parameter
remove(ElectedOfficialAppointment) - Static method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialAppointmentHome
Remove the electedOfficialAppointment whose identifier is specified in parameter
remove(int) - Static method in class fr.paris.lutece.plugins.transparency.business.LobbyHome
Remove the lobby whose identifier is specified in parameter
removeByAppointmentId(int) - Static method in class fr.paris.lutece.plugins.transparency.business.LobbyAppointmentHome
Remove the lobby associations of the appointment
RESOURCE_TYPE - Static variable in class fr.paris.lutece.plugins.transparency.business.Appointment
 
RIGHT_MANAGEAPPOINTEMENTS - Static variable in class fr.paris.lutece.plugins.transparency.web.AbstractManageAppointementsJspBean
 
RIGHT_MANAGELOBBIES - Static variable in class fr.paris.lutece.plugins.transparency.web.AbstractManageLobbiesJspBean
 
run() - Method in class fr.paris.lutece.plugins.transparency.service.daemon.LobbySynchroDaemon

S

SEARCH_PATH - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
selectAppointmentsList(Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentDAO
Load the data of all the appointment objects and returns them as a list
selectAppointmentsList(AppointmentFilter, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentDAO
Load the data of all the appointment objects and returns them as a list
selectAppointmentsList(Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IAppointmentDAO
Load the data of all the appointment objects and returns them as a list
selectAppointmentsList(AppointmentFilter, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IAppointmentDAO
Load the data of all the appointment objects and returns them as a list
selectAppointmentsReferenceList(Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentDAO
Load the data of all the appointment objects and returns them as a referenceList
selectAppointmentsReferenceList(Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IAppointmentDAO
Load the data of all the appointment objects and returns them as a referenceList
selectElectedOfficialsList(Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialDAO
Load the data of all the electedOfficial objects and returns them as a list
selectElectedOfficialsList(Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IElectedOfficialDAO
Load the data of all the electedOfficial objects and returns them as a list
selectElectedOfficialsListByAppointment(int, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialDAO
Load the data of all the electedOfficial objects and returns them as a list
selectElectedOfficialsListByAppointment(int, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IElectedOfficialDAO
Load the data of all the electedOfficial objects and returns them as a list
selectElectedOfficialsListByDelegation(int, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialDAO
Load the data of all the electedOfficial objects and returns them as a list
selectElectedOfficialsListByDelegation(int, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IElectedOfficialDAO
Load the data of all the electedOfficial objects and returns them as a list
selectElectedOfficialsReferenceList(Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialDAO
Load the data of all the electedOfficial objects and returns them as a referenceList
selectElectedOfficialsReferenceList(Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IElectedOfficialDAO
Load the data of all the electedOfficial objects and returns them as a referenceList
selectElectedOfficialsReferenceListByDelegation(String, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialDAO
Load the data of all the electedOfficial objects and returns them as a referenceList
selectElectedOfficialsReferenceListByDelegation(String, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IElectedOfficialDAO
Load the data of all the electedOfficial objects and returns them as a referenceList
selectIdAppointmentsList(Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentDAO
Load the id of all the appointment objects and returns them as a list
selectIdAppointmentsList(Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IAppointmentDAO
Load the id of all the appointment objects and returns them as a list
selectIdElectedOfficialsList(Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialDAO
Load the id of all the electedOfficial objects and returns them as a list
selectIdElectedOfficialsList(Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IElectedOfficialDAO
Load the id of all the electedOfficial objects and returns them as a list
selectIdLobbiesList(Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.ILobbyDAO
Load the id of all the lobby objects and returns them as a list
selectIdLobbiesList(Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.LobbyDAO
Load the id of all the lobby objects and returns them as a list
selectLobbiesList(String, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.ILobbyDAO
Load the data of all the lobby objects with a name like %strLikeText% (if not null) and returns them as a list
selectLobbiesList(String, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.LobbyDAO
Load the data of all the lobby objects with a name like %strLikeText% (if not null) and returns them as a list
selectLobbiesListByAppointment(int, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.ILobbyDAO
Load the data of all the lobby objects and returns them as a list
selectLobbiesListByAppointment(int, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.LobbyDAO
Load the data of all the lobby objects and returns them as a list
selectLobbiesReferenceList(Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.ILobbyDAO
Load the data of all the lobby objects and returns them as a referenceList
selectLobbiesReferenceList(Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.LobbyDAO
Load the data of all the lobby objects and returns them as a referenceList
setAsc(boolean) - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
set the Asc order
setContacts(String) - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
set Contacts
setDescription(String) - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
Sets the Description
setElectedOfficialList(List<ElectedOfficial>) - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
set Elected Official List
setElectedOfficialName(String) - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
set elected official name
setEndDate(Date) - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
Sets the EndDate
setFirstName(String) - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficial
Sets the FirstName
setId(int) - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
Sets the Id
setId(String) - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficial
Sets the Id
setId(int) - Method in class fr.paris.lutece.plugins.transparency.business.Lobby
Sets the Id
setIdAppointment(int) - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
set the appointment id
setIdAppointment(int) - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialAppointment
Sets the IdAppointment
setIdAppointment(int) - Method in class fr.paris.lutece.plugins.transparency.business.LobbyAppointment
Sets the IdAppointment
setIdElectedOfficial(String) - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficialAppointment
Sets the Id
setIdLobby(int) - Method in class fr.paris.lutece.plugins.transparency.business.LobbyAppointment
Sets the Id Lobby
setJsonData(String) - Method in class fr.paris.lutece.plugins.transparency.business.Lobby
Sets the JsonData
setLastName(String) - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficial
Sets the LastName
setLobbyList(List<Lobby>) - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
set Lobby List
setLobbyName(String) - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
set Lobby name
setName(String) - Method in class fr.paris.lutece.plugins.transparency.business.Lobby
Sets the Name
setNationalId(String) - Method in class fr.paris.lutece.plugins.transparency.business.Lobby
Sets the NationalId
setNationalIdType(String) - Method in class fr.paris.lutece.plugins.transparency.business.Lobby
Sets the NationalIdType
setNumberOfDays(int) - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
set NumberOfDays
setOrderBy(String) - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
set OrderBy statement
setStartDate(Date) - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
Sets the StartDate
setTitle(String) - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
Sets the Title
setTitle(String) - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
set title
setTitle(String) - Method in class fr.paris.lutece.plugins.transparency.business.ElectedOfficial
Sets the Title
setTypeId(int) - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
Sets the TypeId
setTypeLabel(String) - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
Sets the TypeLabel
setUrl(String) - Method in class fr.paris.lutece.plugins.transparency.business.Appointment
Sets the Url
setUrl(String) - Method in class fr.paris.lutece.plugins.transparency.business.Lobby
Sets the Url
setUserId(String) - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentFilter
set user id
setVersionDate(Date) - Method in class fr.paris.lutece.plugins.transparency.business.Lobby
Sets the VersionDate
store(Appointment, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.AppointmentDAO
Update the record in the table
store(Appointment, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.IAppointmentDAO
Update the record in the table
store(Lobby, Plugin) - Method in interface fr.paris.lutece.plugins.transparency.business.ILobbyDAO
Update the record in the table
store(Lobby, Plugin) - Method in class fr.paris.lutece.plugins.transparency.business.LobbyDAO
Update the record in the table
SWAGGER_DIRECTORY_PATH - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
SWAGGER_JSON - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
SWAGGER_PATH - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
SWAGGER_REST_PATH - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
SWAGGER_VERSION_PATH - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
SwaggerRest - Class in fr.paris.lutece.plugins.transparency.rs
SwaggerRest
SwaggerRest() - Constructor for class fr.paris.lutece.plugins.transparency.rs.SwaggerRest
 
synchronizeLobbies(Locale) - Static method in class fr.paris.lutece.plugins.transparency.service.LobbyService
Refresh the lobby data base
synchronizeLobbies(HttpServletRequest) - Method in class fr.paris.lutece.plugins.transparency.web.LobbyJspBean
Refresh the lobby data base

T

TEXT - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 

U

update(Appointment) - Static method in class fr.paris.lutece.plugins.transparency.business.AppointmentHome
Update of the appointment which is specified in parameter
update(Lobby) - Static method in class fr.paris.lutece.plugins.transparency.business.LobbyHome
Update of the lobby which is specified in parameter

V

VERSION - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
VERSION_PATH - Static variable in class fr.paris.lutece.plugins.transparency.rs.Constants
 
A C D E F G I J L M R S T U V 
Skip navigation links

Copyright © 2018 City of Paris. All rights reserved.