Skip navigation links
A C D F G I L M N P R S U 

A

addParameter(Parameter) - Method in class fr.paris.lutece.plugins.reportlauncher.business.Report
Add the Parameter

C

create(Parameter) - Static method in class fr.paris.lutece.plugins.reportlauncher.business.ParameterHome
Create an instance of the parameter class
create(Report) - Static method in class fr.paris.lutece.plugins.reportlauncher.business.ReportHome
Create an instance of the report class

D

delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.reportlauncher.business.IParameterDAO
Delete a record from the table
delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.reportlauncher.business.IReportDAO
Delete a record from the table
delete(int, Plugin) - Method in class fr.paris.lutece.plugins.reportlauncher.business.ParameterDAO
Delete a record from the table
delete(int, Plugin) - Method in class fr.paris.lutece.plugins.reportlauncher.business.ReportDAO
Delete a record from the table
doAddParamter(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ReportJspBean
Process the data capture form of a new parameter
doCreateParameter(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ParameterJspBean
Process the data capture form of a new parameter
doCreateReport(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ReportJspBean
Process the data capture form of a new report
doModifyParameter(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ParameterJspBean
Process the change form of a parameter
doModifyParamter(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ReportJspBean
Returns the form to update info about a parameter
doModifyReport(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ReportJspBean
Process the change form of a report
doRemoveParameter(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ParameterJspBean
Handles the removal form of a parameter
doRemoveParameter(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ReportJspBean
Handles the removal form of a parameter
doRemoveReport(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ReportJspBean
Handles the removal form of a report

F

findByIdReport(int) - Static method in class fr.paris.lutece.plugins.reportlauncher.business.ParameterHome
Returns an instance of a parameter whose identifier is specified in parameter
findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.reportlauncher.business.ReportHome
Returns an instance of a report whose identifier is specified in parameter
fr.paris.lutece.plugins.reportlauncher.business - package fr.paris.lutece.plugins.reportlauncher.business
 
fr.paris.lutece.plugins.reportlauncher.business.dto - package fr.paris.lutece.plugins.reportlauncher.business.dto
 
fr.paris.lutece.plugins.reportlauncher.web - package fr.paris.lutece.plugins.reportlauncher.web
 
fr.paris.lutece.plugns.reportlauncher.service - package fr.paris.lutece.plugns.reportlauncher.service
 

G

getBOUrl() - Method in class fr.paris.lutece.plugins.reportlauncher.business.dto.MockReportLauncher
 
getBOUrl() - Method in interface fr.paris.lutece.plugns.reportlauncher.service.IReportLauncherService
 
getBOUrl() - Method in class fr.paris.lutece.plugns.reportlauncher.service.ReportLauncherService
Returns Back URL
getConfirmRemoveParameter(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ParameterJspBean
Manages the removal form of a parameter whose identifier is in the http request
getConfirmRemoveParameter(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ReportJspBean
Manages the removal form of a parameter whose identifier is in the http request
getConfirmRemoveReport(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ReportJspBean
Manages the removal form of a report whose identifier is in the http request
getCreateParameter(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ParameterJspBean
Returns the form to create a parameter
getCreateReport(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ReportJspBean
Returns the form to create a report
getDashboardData(AdminUser, HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ReportDashboardComponent
 
getFOUrl() - Method in class fr.paris.lutece.plugins.reportlauncher.business.dto.MockReportLauncher
 
getFOUrl() - Method in interface fr.paris.lutece.plugns.reportlauncher.service.IReportLauncherService
 
getFOUrl() - Method in class fr.paris.lutece.plugns.reportlauncher.service.ReportLauncherService
Returns Front URL
getId() - Method in class fr.paris.lutece.plugins.reportlauncher.business.Parameter
Returns the Id
getId() - Method in class fr.paris.lutece.plugins.reportlauncher.business.Report
Returns the Id
getIdReport() - Method in class fr.paris.lutece.plugins.reportlauncher.business.Parameter
Returns the IdReport
getIdReportParametersList(int) - Static method in class fr.paris.lutece.plugins.reportlauncher.business.ParameterHome
Load the nIdReport of all the parameter objects and returns them in form of a collection
getIdReportsList() - Static method in class fr.paris.lutece.plugins.reportlauncher.business.ReportHome
Load the id of all the report objects and returns them in form of a collection
getManageParameters(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ParameterJspBean
Build the Manage View
getManageReports(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ReportJspBean
Build the Manage View
getManageReports(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ReportXPage
 
getModifyParameter(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ParameterJspBean
Returns the form to update info about a parameter
getModifyReport(HttpServletRequest) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ReportJspBean
Returns the form to update info about a report
getName() - Method in class fr.paris.lutece.plugins.reportlauncher.business.dto.PageDTO
Returns the Name
getName() - Method in class fr.paris.lutece.plugins.reportlauncher.business.Parameter
Returns the Name
getName() - Method in class fr.paris.lutece.plugins.reportlauncher.business.Report
Returns the Name
getPage(AdminUser) - Method in class fr.paris.lutece.plugins.reportlauncher.business.dto.MockReportLauncher
 
getPage() - Method in class fr.paris.lutece.plugins.reportlauncher.business.Report
Returns the Page
getPage(AdminUser) - Method in interface fr.paris.lutece.plugns.reportlauncher.service.IReportLauncherService
 
getPage(AdminUser) - Method in class fr.paris.lutece.plugns.reportlauncher.service.ReportLauncherService
Returns the PageDTO pages
getPaginatedListModel(HttpServletRequest, String, List, String) - Method in class fr.paris.lutece.plugins.reportlauncher.web.ManageReportlauncherJspBean
Return a model that contains the list and paginator infos
getParameter() - Method in class fr.paris.lutece.plugins.reportlauncher.business.Report
Returns the list of parameter
getParametersList() - Static method in class fr.paris.lutece.plugins.reportlauncher.business.ParameterHome
Load the data of all the parameter objects and returns them in form of a collection
getReportsList() - Static method in class fr.paris.lutece.plugins.reportlauncher.business.ReportHome
Load the data of all the report objects and returns them in form of a collection
getValue() - Method in class fr.paris.lutece.plugins.reportlauncher.business.dto.PageDTO
Returns the Value
getValue() - Method in class fr.paris.lutece.plugins.reportlauncher.business.Parameter
Returns the Value

I

insert(Parameter, Plugin) - Method in interface fr.paris.lutece.plugins.reportlauncher.business.IParameterDAO
Insert a new record in the table.
insert(Report, Plugin) - Method in interface fr.paris.lutece.plugins.reportlauncher.business.IReportDAO
Insert a new record in the table.
insert(Parameter, Plugin) - Method in class fr.paris.lutece.plugins.reportlauncher.business.ParameterDAO
Insert a new record in the table.
insert(Report, Plugin) - Method in class fr.paris.lutece.plugins.reportlauncher.business.ReportDAO
Insert a new record in the table.
instance() - Static method in class fr.paris.lutece.plugns.reportlauncher.service.ReportLauncherService
Returns the unique instance
IParameterDAO - Interface in fr.paris.lutece.plugins.reportlauncher.business
IParameterDAO Interface
IReportDAO - Interface in fr.paris.lutece.plugins.reportlauncher.business
IReportDAO Interface
IReportLauncherService - Interface in fr.paris.lutece.plugns.reportlauncher.service
 

L

load(int, Plugin) - Method in interface fr.paris.lutece.plugins.reportlauncher.business.IParameterDAO
Load the data from the table
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.reportlauncher.business.IReportDAO
Load the data from the table
load(int, Plugin) - Method in class fr.paris.lutece.plugins.reportlauncher.business.ParameterDAO
Load the data from the table
load(int, Plugin) - Method in class fr.paris.lutece.plugins.reportlauncher.business.ReportDAO
Load the data from the table

M

ManageReportlauncherJspBean - Class in fr.paris.lutece.plugins.reportlauncher.web
ManageReportlauncher JSP Bean abstract class for JSP Bean
ManageReportlauncherJspBean() - Constructor for class fr.paris.lutece.plugins.reportlauncher.web.ManageReportlauncherJspBean
 
MockReportLauncher - Class in fr.paris.lutece.plugins.reportlauncher.business.dto
 
MockReportLauncher() - Constructor for class fr.paris.lutece.plugins.reportlauncher.business.dto.MockReportLauncher
 

N

newPrimaryKey(Plugin) - Method in class fr.paris.lutece.plugins.reportlauncher.business.ParameterDAO
Generates a new primary key
newPrimaryKey(Plugin) - Method in class fr.paris.lutece.plugins.reportlauncher.business.ReportDAO
Generates a new primary key

P

PageDTO - Class in fr.paris.lutece.plugins.reportlauncher.business.dto
 
PageDTO() - Constructor for class fr.paris.lutece.plugins.reportlauncher.business.dto.PageDTO
 
Parameter - Class in fr.paris.lutece.plugins.reportlauncher.business
This is the business class for the object Parameter
Parameter() - Constructor for class fr.paris.lutece.plugins.reportlauncher.business.Parameter
 
ParameterDAO - Class in fr.paris.lutece.plugins.reportlauncher.business
This class provides Data Access methods for Parameter objects
ParameterDAO() - Constructor for class fr.paris.lutece.plugins.reportlauncher.business.ParameterDAO
 
ParameterHome - Class in fr.paris.lutece.plugins.reportlauncher.business
This class provides instances management methods (create, find, ...) for Parameter objects
ParameterJspBean - Class in fr.paris.lutece.plugins.reportlauncher.web
This class provides the user interface to manage Parameter features ( manage, create, modify, remove )
ParameterJspBean() - Constructor for class fr.paris.lutece.plugins.reportlauncher.web.ParameterJspBean
 

R

remove(int) - Static method in class fr.paris.lutece.plugins.reportlauncher.business.ParameterHome
Remove the parameter whose identifier is specified in parameter
remove(Report) - Static method in class fr.paris.lutece.plugins.reportlauncher.business.ReportHome
Remove the report whose identifier is specified in parameter
Report - Class in fr.paris.lutece.plugins.reportlauncher.business
This is the business class for the object Report
Report() - Constructor for class fr.paris.lutece.plugins.reportlauncher.business.Report
 
ReportDAO - Class in fr.paris.lutece.plugins.reportlauncher.business
This class provides Data Access methods for Report objects
ReportDAO() - Constructor for class fr.paris.lutece.plugins.reportlauncher.business.ReportDAO
 
ReportDashboardComponent - Class in fr.paris.lutece.plugins.reportlauncher.web
 
ReportDashboardComponent() - Constructor for class fr.paris.lutece.plugins.reportlauncher.web.ReportDashboardComponent
 
ReportHome - Class in fr.paris.lutece.plugins.reportlauncher.business
This class provides instances management methods (create, find, ...) for Report objects
ReportJspBean - Class in fr.paris.lutece.plugins.reportlauncher.web
This class provides the user interface to manage Report features ( manage, create, modify, remove )
ReportJspBean() - Constructor for class fr.paris.lutece.plugins.reportlauncher.web.ReportJspBean
 
ReportLauncherService - Class in fr.paris.lutece.plugns.reportlauncher.service
 
ReportXPage - Class in fr.paris.lutece.plugins.reportlauncher.web
This class provides the user interface to manage Report xpages ( manage, create, modify, remove )
ReportXPage() - Constructor for class fr.paris.lutece.plugins.reportlauncher.web.ReportXPage
 
RIGHT_MANAGEREPORTLAUNCHER - Static variable in class fr.paris.lutece.plugins.reportlauncher.web.ManageReportlauncherJspBean
 

S

selectIdParametersList(int, Plugin) - Method in interface fr.paris.lutece.plugins.reportlauncher.business.IParameterDAO
Load the id of all the parameter objects and returns them as a collection
selectIdParametersList(int, Plugin) - Method in class fr.paris.lutece.plugins.reportlauncher.business.ParameterDAO
Load the id of all the parameter objects and returns them as a collection
selectIdReportsList(Plugin) - Method in interface fr.paris.lutece.plugins.reportlauncher.business.IReportDAO
Load the id of all the report objects and returns them as a collection
selectIdReportsList(Plugin) - Method in class fr.paris.lutece.plugins.reportlauncher.business.ReportDAO
Load the id of all the report objects and returns them as a collection
selectParametersList(Plugin) - Method in interface fr.paris.lutece.plugins.reportlauncher.business.IParameterDAO
Load the data of all the parameter objects and returns them as a collection
selectParametersList(Plugin) - Method in class fr.paris.lutece.plugins.reportlauncher.business.ParameterDAO
Load the data of all the parameter objects and returns them as a collection
selectReportsList(Plugin) - Method in interface fr.paris.lutece.plugins.reportlauncher.business.IReportDAO
Load the data of all the report objects and returns them as a collection
selectReportsList(Plugin) - Method in class fr.paris.lutece.plugins.reportlauncher.business.ReportDAO
Load the data of all the report objects and returns them as a collection
setId(int) - Method in class fr.paris.lutece.plugins.reportlauncher.business.Parameter
Sets the Id
setId(int) - Method in class fr.paris.lutece.plugins.reportlauncher.business.Report
Sets the Id
setIdReport(int) - Method in class fr.paris.lutece.plugins.reportlauncher.business.Parameter
Sets the IdReport
setName(String) - Method in class fr.paris.lutece.plugins.reportlauncher.business.dto.PageDTO
Sets the Name
setName(String) - Method in class fr.paris.lutece.plugins.reportlauncher.business.Parameter
Sets the Name
setName(String) - Method in class fr.paris.lutece.plugins.reportlauncher.business.Report
Sets the Name
setPage(String) - Method in class fr.paris.lutece.plugins.reportlauncher.business.Report
Sets the Page
setParameter(List<Parameter>) - Method in class fr.paris.lutece.plugins.reportlauncher.business.Report
Sets the list of parameter
setValue(String) - Method in class fr.paris.lutece.plugins.reportlauncher.business.dto.PageDTO
Sets the Value
setValue(String) - Method in class fr.paris.lutece.plugins.reportlauncher.business.Parameter
Sets the Value
store(Parameter, Plugin) - Method in interface fr.paris.lutece.plugins.reportlauncher.business.IParameterDAO
Update the record in the table
store(Report, Plugin) - Method in interface fr.paris.lutece.plugins.reportlauncher.business.IReportDAO
Update the record in the table
store(Parameter, Plugin) - Method in class fr.paris.lutece.plugins.reportlauncher.business.ParameterDAO
Update the record in the table
store(Report, Plugin) - Method in class fr.paris.lutece.plugins.reportlauncher.business.ReportDAO
Update the record in the table

U

update(Parameter) - Static method in class fr.paris.lutece.plugins.reportlauncher.business.ParameterHome
Update of the parameter which is specified in parameter
update(Report) - Static method in class fr.paris.lutece.plugins.reportlauncher.business.ReportHome
Update of the report which is specified in parameter
URL_BO_SQLPAGE - Static variable in class fr.paris.lutece.plugins.reportlauncher.business.dto.MockReportLauncher
 
URL_FO_SQLPAGE - Static variable in class fr.paris.lutece.plugins.reportlauncher.business.dto.MockReportLauncher
 
A C D F G I L M N P R S U 
Skip navigation links

Copyright © 2016 City of Paris. All rights reserved.