Interface PublicSurveyActionService
- All Known Implementing Classes:
- PublicSurveyActionServiceImpl
public interface PublicSurveyActionService
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidrepetition(String userIntrusionKey) voidsearch(SearchService.SearchParameters searchParameters) @Nullable LongstartSurvey(String userIntrusionKey) 
- 
Method Details- 
finishvoid finish(String userIntrusionKey) throws InterruptedException, MailException, UnsupportedEncodingException, jakarta.mail.internet.AddressException - Throws:
- InterruptedException
- MailException
- UnsupportedEncodingException
- jakarta.mail.internet.AddressException
 
- 
repetition- Throws:
- InterruptedException
 
- 
loadMap<String,Object> load(String key) throws InterruptedException, MailException, UnsupportedEncodingException, jakarta.mail.internet.AddressException - Throws:
- InterruptedException
- MailException
- UnsupportedEncodingException
- jakarta.mail.internet.AddressException
 
- 
startSurvey@Nullable @Nullable Long startSurvey(String userIntrusionKey) throws InterruptedException, UnsupportedEncodingException, MailException 
- 
savevoid save(String questionKey, String userIntrusionKey, HashMap<String, String> values) throws InterruptedException- Throws:
- InterruptedException
 
- 
searchDetailedGridResultData search(SearchService.SearchParameters searchParameters) throws RpcExecutionException - Throws:
- RpcExecutionException
 
 
-