Interface CreateSurveyAnswerActionService
- All Known Implementing Classes:
CreateSurveyAnswerActionServiceImpl
public interface CreateSurveyAnswerActionService
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
adjustMatrixColumnSorting
(String[] columns) void
deleteAnswer
(String key) void
deleteXAxis
(String key) void
deleteYAxis
(String key) getAnswerList
(EntityExplorerActionSelection selection) getAnswerList
(String key) getColumns
(EntityExplorerActionSelection selection) getMatrixAnswerList
(EntityExplorerActionSelection selection) getTextPoints
(EntityExplorerActionSelection selection) void
moveRecord
(String key, String direction, String entityName) void
newAnswer
(EntityExplorerActionSelection selection, Integer highestSorting) void
newAnswerBox
(EntityExplorerActionSelection selection) newMatrixXAxis
(EntityExplorerActionSelection selection, String label) void
newMatrixYAxis
(EntityExplorerActionSelection selection, String label, Integer sorting) void
void
saveAnswerType
(String key, @Nullable String value) void
saveMatrixAnswer
(String yAxisKey, String xAxisKey, @Nullable BigDecimal value) void
saveMatrixYAxisTitle
(String key, String value) void
saveQuestionText
(String key, String value) void
saveTextPoints
(EntityExplorerActionSelection selection, BigDecimal value) void
saveTitleText
(String key, String value)
-
Method Details
-
getInitialInformation
CreateSurveyAnswerActionService.InitialInformation getInitialInformation(EntityExplorerActionSelection selection) throws InterruptedException, RpcExecutionException -
saveTitleText
- Throws:
InterruptedException
-
moveRecord
- Throws:
InterruptedException
-
saveQuestionText
- Throws:
InterruptedException
-
save
- Throws:
InterruptedException
-
deleteAnswer
- Throws:
InterruptedException
-
deleteXAxis
- Throws:
InterruptedException
-
deleteYAxis
- Throws:
InterruptedException
-
getAnswerList
- Throws:
RpcExecutionException
-
getClozeAnswerObject
CreateSurveyAnswerActionService.ClozeAnswerObject getClozeAnswerObject(EntityExplorerActionSelection selection) throws RpcExecutionException - Throws:
RpcExecutionException
-
saveAnswerType
- Throws:
InterruptedException
-
newAnswer
void newAnswer(String key, Integer highestSorting) throws InterruptedException, RpcExecutionException -
newAnswerBox
CreateSurveyAnswerActionService.AnswerBox newAnswerBox(EntityExplorerActionSelection selection) throws InterruptedException, RpcExecutionException -
getColumns
List<CreateSurveyAnswerActionService.MatrixColumn> getColumns(EntityExplorerActionSelection selection) throws RpcExecutionException - Throws:
RpcExecutionException
-
saveMatrixAnswer
void saveMatrixAnswer(String yAxisKey, String xAxisKey, @Nullable @Nullable BigDecimal value) throws InterruptedException - Throws:
InterruptedException
-
saveMatrixYAxisTitle
- Throws:
InterruptedException
-
newMatrixYAxis
void newMatrixYAxis(EntityExplorerActionSelection selection, String label, Integer sorting) throws InterruptedException, RpcExecutionException -
newMatrixXAxis
CreateSurveyAnswerActionService.MatrixColumn newMatrixXAxis(EntityExplorerActionSelection selection, String label) throws InterruptedException, RpcExecutionException -
adjustMatrixColumnSorting
- Throws:
InterruptedException
-
getMatrixAnswerList
JsonReaderResponse<Map<String,Object>> getMatrixAnswerList(EntityExplorerActionSelection selection) throws RpcExecutionException - Throws:
RpcExecutionException
-
getAnswerList
JsonReaderResponse<Map<String,Object>> getAnswerList(EntityExplorerActionSelection selection) throws RpcExecutionException - Throws:
RpcExecutionException
-
newAnswer
void newAnswer(EntityExplorerActionSelection selection, Integer highestSorting) throws InterruptedException, RpcExecutionException -
getTextPoints
- Throws:
RpcExecutionException
-
saveTextPoints
void saveTextPoints(EntityExplorerActionSelection selection, BigDecimal value) throws RpcExecutionException, InterruptedException
-