Interface SelfBeneficiariesTPTWritePlatformService
- All Known Implementing Classes:
SelfBeneficiariesTPTWritePlatformServiceImpl
public interface SelfBeneficiariesTPTWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultadd(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdelete(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdate(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Method Details
-
add
org.apache.fineract.infrastructure.core.data.CommandProcessingResult add(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
update
org.apache.fineract.infrastructure.core.data.CommandProcessingResult update(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
delete
org.apache.fineract.infrastructure.core.data.CommandProcessingResult delete(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-