Class PocketWritePlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.self.pockets.service.PocketWritePlatformServiceImpl
- All Implemented Interfaces:
PocketWritePlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultdelinkAccounts(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultlinkAccounts(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
PocketWritePlatformServiceImpl
public PocketWritePlatformServiceImpl()
-
-
Method Details
-
linkAccounts
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult linkAccounts(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
linkAccountsin interfacePocketWritePlatformService
-
delinkAccounts
public org.apache.fineract.infrastructure.core.data.CommandProcessingResult delinkAccounts(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
delinkAccountsin interfacePocketWritePlatformService
-