|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResponseService
Response service
Method Summary | |
---|---|
void |
create(FormSubmit formSubmit)
|
void |
create(Response response)
Creation of an instance of response |
Response |
findByPrimaryKey(int nKey,
boolean bGetFileData)
Returns an instance of a Response whose identifier is specified in parameter |
java.util.List<Response> |
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<StatisticEntrySubmit> |
getStatisticByIdEntry(int nIdEntry)
Return a list of statistic on the entry |
void |
remove(int nIdFormSubmit)
Remove all response associate to the form submit whose identifier is specified in parameter |
void |
setFileService(FileService fileService)
Set the file service |
void |
update(Response response)
Update of the response which is specified in parameter |
Method Detail |
---|
void setFileService(FileService fileService)
fileService
- the file service@Transactional(value="form.transactionManager") void create(FormSubmit formSubmit)
void create(Response response)
response
- The instance of the response which contains the informations to storevoid update(Response response)
response
- The instance of the Response which contains the informations to update@Transactional(value="form.transactionManager") void remove(int nIdFormSubmit)
nIdFormSubmit
- The formSubmitKeyResponse findByPrimaryKey(int nKey, boolean bGetFileData)
nKey
- The entry primary keybGetFileData
- get file data
java.util.List<Response> getResponseList(ResponseFilter filter, boolean bGetFileData)
filter
- the filterbGetFileData
- get file data
java.util.List<StatisticEntrySubmit> getStatisticByIdEntry(int nIdEntry)
nIdEntry
- the id of the entry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |