Class WriteSurveyServiceImpl

java.lang.Object
org.apache.fineract.infrastructure.survey.service.WriteSurveyServiceImpl
All Implemented Interfaces:
WriteSurveyService

@Service public class WriteSurveyServiceImpl extends Object implements WriteSurveyService
Created by Cieyou on 3/13/14.
  • 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:
      registerSurvey in interface WriteSurveyService
    • 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:
      fullFillSurvey in interface WriteSurveyService