Interface OfficeWritePlatformService
- All Known Implementing Classes:
OfficeWritePlatformServiceJpaRepositoryImpl
public interface OfficeWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateOffice(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteOfficeTransaction(Long id, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultofficeTransaction(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateOffice(Long officeId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Method Details
-
createOffice
org.apache.fineract.infrastructure.core.data.CommandProcessingResult createOffice(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
updateOffice
org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateOffice(Long officeId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
officeTransaction
org.apache.fineract.infrastructure.core.data.CommandProcessingResult officeTransaction(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
deleteOfficeTransaction
org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteOfficeTransaction(Long id, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-