public interface IFormSubmitDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdFormResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
int |
insert(FormSubmit formResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
FormSubmit |
load(int nIdFormResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the formResponse from the table
|
int |
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
|
List<FormSubmit> |
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
|
List<StatisticFormSubmit> |
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
|
void |
store(FormSubmit formResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the the formResponse in the table
|
int insert(FormSubmit formResponse, fr.paris.lutece.portal.service.plugin.Plugin plugin)
formResponse
- instance of the formResponse object to insertplugin
- the pluginFormSubmit load(int nIdFormResponse, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdFormResponse
- The identifier of the formResponseplugin
- the pluginvoid delete(int nIdFormResponse, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdFormResponse
- The identifier of the formResponseplugin
- the pluginvoid store(FormSubmit formResponse, fr.paris.lutece.portal.service.plugin.Plugin plugin)
formResponse
- instance of the formResponse object to updateplugin
- the pluginList<FormSubmit> selectListByFilter(ResponseFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the pluginint selectCountByFilter(ResponseFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the pluginList<StatisticFormSubmit> selectStatisticFormSubmit(ResponseFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the pluginCopyright © 2015 City of Paris. All rights reserved.