Interface SelfBeneficiariesTPTWritePlatformService

All Known Implementing Classes:
SelfBeneficiariesTPTWritePlatformServiceImpl

public interface SelfBeneficiariesTPTWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    add(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    delete(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    update(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
  • Method Details

    • add

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult add(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • update

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult update(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • delete

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult delete(org.apache.fineract.infrastructure.core.api.JsonCommand command)