Class StandingInstructionWritePlatformServiceImpl

java.lang.Object
org.apache.fineract.portfolio.account.service.StandingInstructionWritePlatformServiceImpl
All Implemented Interfaces:
StandingInstructionWritePlatformService

public class StandingInstructionWritePlatformServiceImpl extends Object implements StandingInstructionWritePlatformService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StandingInstructionWritePlatformServiceImpl

      public StandingInstructionWritePlatformServiceImpl()
  • Method Details