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 Summary
ConstructorsConstructorDescriptionSmsWritePlatformServiceJpaRepositoryImpl(SmsMessageAssembler assembler, SmsMessageRepository repository, SmsDataValidator validator) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreate(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultorg.apache.fineract.infrastructure.core.data.CommandProcessingResult
-
Constructor Details
-
SmsWritePlatformServiceJpaRepositoryImpl
@Autowired public SmsWritePlatformServiceJpaRepositoryImpl(SmsMessageAssembler assembler, SmsMessageRepository repository, SmsDataValidator validator)
-
-
Method Details
-
create
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult create(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
createin interfaceSmsWritePlatformService
-
update
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult update(Long resourceId, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updatein interfaceSmsWritePlatformService
-
delete
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult delete(Long resourceId) - Specified by:
deletein interfaceSmsWritePlatformService
-