Class SmsWritePlatformServiceJpaRepositoryImpl

java.lang.Object
org.apache.fineract.infrastructure.sms.service.SmsWritePlatformServiceJpaRepositoryImpl
All Implemented Interfaces:
SmsWritePlatformService

@Service public class SmsWritePlatformServiceJpaRepositoryImpl extends Object implements SmsWritePlatformService
  • Constructor Details

  • Method Details

    • create

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult create(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      create in interface SmsWritePlatformService
    • update

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult update(Long resourceId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      update in interface SmsWritePlatformService
    • delete

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult delete(Long resourceId)
      Specified by:
      delete in interface SmsWritePlatformService