Interface StandingInstructionWritePlatformService

All Known Implementing Classes:
StandingInstructionWritePlatformServiceImpl

public interface StandingInstructionWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    create(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    update(Long id, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
  • Method Details

    • create

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

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

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult delete(Long id)