|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResponseFilter | |
---|---|
fr.paris.lutece.plugins.form.business | |
fr.paris.lutece.plugins.form.business.exporttype | |
fr.paris.lutece.plugins.form.service |
Uses of ResponseFilter in fr.paris.lutece.plugins.form.business |
---|
Methods in fr.paris.lutece.plugins.form.business with parameters of type ResponseFilter | |
---|---|
static int |
FormSubmitHome.getCountFormSubmit(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the formSubmit who verify the filter and returns them in a list |
static java.util.List<FormSubmit> |
FormSubmitHome.getFormSubmitList(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the formSubmit who verify the filter and returns them in a list |
static java.util.List<Response> |
ResponseHome.getResponseList(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the response who verify the filter and returns them in a list |
static java.util.List<StatisticFormSubmit> |
FormSubmitHome.getStatisticFormSubmit(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the number of formSubmit who verify the filter and returns them in a list of statistic |
int |
FormSubmitDAO.selectCountByFilter(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the formSubmit who verify the filter and returns them in a list |
int |
IFormSubmitDAO.selectCountByFilter(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the formResponse who verify the filter and returns them in a list |
java.util.List<FormSubmit> |
FormSubmitDAO.selectListByFilter(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the formSubmit who verify the filter and returns them in a list |
java.util.List<FormSubmit> |
IFormSubmitDAO.selectListByFilter(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the formResponse who verify the filter and returns them in a list |
java.util.List<Response> |
IResponseDAO.selectListByFilter(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the response who verify the filter and returns them in a list |
java.util.List<Response> |
ResponseDAO.selectListByFilter(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the response who verify the filter and returns them in a list |
java.util.List<StatisticFormSubmit> |
FormSubmitDAO.selectStatisticFormSubmit(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the number of formSubmit group by day who verify the filter and returns them in a list of statistic |
java.util.List<StatisticFormSubmit> |
IFormSubmitDAO.selectStatisticFormSubmit(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the number of formSubmit who verify the filter and returns them in a list of statistic |
Uses of ResponseFilter in fr.paris.lutece.plugins.form.business.exporttype |
---|
Methods in fr.paris.lutece.plugins.form.business.exporttype that return ResponseFilter | |
---|---|
ResponseFilter |
IExportType.getResponseFilter(Form form,
java.util.Locale locale)
Get the response filter |
ResponseFilter |
LastDateExportType.getResponseFilter(Form form,
java.util.Locale locale)
Get the response filter |
ResponseFilter |
FullExportType.getResponseFilter(Form form,
java.util.Locale locale)
Get the response filter |
Uses of ResponseFilter in fr.paris.lutece.plugins.form.service |
---|
Methods in fr.paris.lutece.plugins.form.service with parameters of type ResponseFilter | |
---|---|
java.util.List<Response> |
IResponseService.getResponseList(ResponseFilter filter,
boolean bGetFileData)
Load the data of all the response who verify the filter and returns them in a list |
java.util.List<Response> |
ResponseService.getResponseList(ResponseFilter filter,
boolean bGetFileData)
Load the data of all the response who verify the filter and returns them in a list |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |