Interface WriteSurveyService

All Known Implementing Classes:
WriteSurveyServiceImpl

public interface WriteSurveyService
Created by Cieyou on 3/13/14.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    fullFillSurvey(String datatable, Long appTableId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    registerSurvey(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
  • Method Details

    • registerSurvey

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult registerSurvey(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • fullFillSurvey

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult fullFillSurvey(String datatable, Long appTableId, org.apache.fineract.infrastructure.core.api.JsonCommand command)