Interface AdminSurveyActionService
- All Known Implementing Classes:
AdminSurveyActionServiceImpl
public interface AdminSurveyActionService
-
Method Summary
-
Method Details
-
load
Map<String,Object> load(String key) throws InterruptedException, MailException, UnsupportedEncodingException -
save
void save(String questionKey, String userIntrusionKey, HashMap<String, String> values) throws InterruptedException- Throws:
InterruptedException
-