|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFormSubmitDAO
Interface IFormSubmitDAO
Method Summary | |
---|---|
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 |
java.util.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 |
java.util.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 |
Method Detail |
---|
int insert(FormSubmit formResponse, fr.paris.lutece.portal.service.plugin.Plugin plugin)
formResponse
- instance of the formResponse object to insertplugin
- the plugin
FormSubmit load(int nIdFormResponse, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdFormResponse
- The identifier of the formResponseplugin
- the plugin
void 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 pluginjava.util.List<FormSubmit> selectListByFilter(ResponseFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the plugin
int selectCountByFilter(ResponseFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the plugin
java.util.List<StatisticFormSubmit> selectStatisticFormSubmit(ResponseFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |