Interface OfficeWritePlatformService

All Known Implementing Classes:
OfficeWritePlatformServiceJpaRepositoryImpl

public interface OfficeWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createOffice(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deleteOfficeTransaction(Long id, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    officeTransaction(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateOffice(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)