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 -
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
-
StandingInstructionWritePlatformServiceImpl
public StandingInstructionWritePlatformServiceImpl()
-
-
Method Details
-
create
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult create(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
createin interfaceStandingInstructionWritePlatformService
-
update
public org.apache.fineract.infrastructure.core.data.CommandProcessingResult update(Long id, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updatein interfaceStandingInstructionWritePlatformService
-
delete
- Specified by:
deletein interfaceStandingInstructionWritePlatformService
-