|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResponseDAO
interface IResponseDAO
Method Summary | |
---|---|
void |
delete(int nIdFormSubmit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete all response associate to the form submit whose identifier is specified in parameter |
java.util.List<StatisticEntrySubmit> |
getStatisticByIdEntry(int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return a list of statistic on the entry |
void |
insert(Response response,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
Response |
load(int nIdResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the response from the table |
java.util.List<Response> |
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 |
void |
store(Response response,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the the response in the table |
Method Detail |
---|
void insert(Response response, fr.paris.lutece.portal.service.plugin.Plugin plugin)
response
- instance of the Response object to insertplugin
- the pluginResponse load(int nIdResponse, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdResponse
- The identifier of the entryplugin
- the plugin
void delete(int nIdFormSubmit, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdFormSubmit
- The identifier of the formSubmitplugin
- the pluginvoid store(Response response, fr.paris.lutece.portal.service.plugin.Plugin plugin)
response
- instance of the response object to updateplugin
- the pluginjava.util.List<Response> selectListByFilter(ResponseFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the plugin
java.util.List<StatisticEntrySubmit> getStatisticByIdEntry(int nIdEntry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdEntry
- the id of the entryplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |