Class TaxWritePlatformServiceImpl

java.lang.Object
org.apache.fineract.portfolio.tax.service.TaxWritePlatformServiceImpl
All Implemented Interfaces:
TaxWritePlatformService

public class TaxWritePlatformServiceImpl extends Object implements TaxWritePlatformService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createTaxComponent(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createTaxGroup(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateTaxComponent(Long id, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateTaxGroup(Long id, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TaxWritePlatformServiceImpl

      public TaxWritePlatformServiceImpl()
  • Method Details

    • createTaxComponent

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createTaxComponent(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      createTaxComponent in interface TaxWritePlatformService
    • updateTaxComponent

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateTaxComponent(Long id, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      updateTaxComponent in interface TaxWritePlatformService
    • createTaxGroup

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createTaxGroup(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      createTaxGroup in interface TaxWritePlatformService
    • updateTaxGroup

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateTaxGroup(Long id, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      updateTaxGroup in interface TaxWritePlatformService