Class WriteSurveyServiceImpl
java.lang.Object
org.apache.fineract.infrastructure.survey.service.WriteSurveyServiceImpl
- All Implemented Interfaces:
WriteSurveyService
Created by Cieyou on 3/13/14.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultfullFillSurvey(String dataTableName, Long appTableId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultregisterSurvey(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
WriteSurveyServiceImpl
public WriteSurveyServiceImpl()
-
-
Method Details
-
registerSurvey
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult registerSurvey(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
registerSurveyin interfaceWriteSurveyService
-
fullFillSurvey
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult fullFillSurvey(String dataTableName, Long appTableId, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
fullFillSurveyin interfaceWriteSurveyService
-