Class TellerWritePlatformServiceJpaImpl

java.lang.Object
org.apache.fineract.organisation.teller.service.TellerWritePlatformServiceJpaImpl
All Implemented Interfaces:
org.apache.fineract.organisation.teller.service.TellerWritePlatformService

public class TellerWritePlatformServiceJpaImpl extends Object implements org.apache.fineract.organisation.teller.service.TellerWritePlatformService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    allocateCashierToTeller(Long tellerId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    allocateCashToCashier(Long cashierId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createTeller(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deleteCashierAllocation(Long tellerId, Long cashierId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deleteTeller(Long tellerId)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    modifyTeller(Long tellerId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    settleCashFromCashier(Long cashierId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateCashierAllocation(Long tellerId, Long cashierId, 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

    • TellerWritePlatformServiceJpaImpl

      public TellerWritePlatformServiceJpaImpl()
  • Method Details

    • createTeller

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createTeller(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      createTeller in interface org.apache.fineract.organisation.teller.service.TellerWritePlatformService
    • modifyTeller

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult modifyTeller(Long tellerId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      modifyTeller in interface org.apache.fineract.organisation.teller.service.TellerWritePlatformService
    • deleteTeller

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteTeller(Long tellerId)
      Specified by:
      deleteTeller in interface org.apache.fineract.organisation.teller.service.TellerWritePlatformService
    • allocateCashierToTeller

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult allocateCashierToTeller(Long tellerId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      allocateCashierToTeller in interface org.apache.fineract.organisation.teller.service.TellerWritePlatformService
    • updateCashierAllocation

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateCashierAllocation(Long tellerId, Long cashierId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      updateCashierAllocation in interface org.apache.fineract.organisation.teller.service.TellerWritePlatformService
    • deleteCashierAllocation

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteCashierAllocation(Long tellerId, Long cashierId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      deleteCashierAllocation in interface org.apache.fineract.organisation.teller.service.TellerWritePlatformService
    • allocateCashToCashier

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult allocateCashToCashier(Long cashierId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      allocateCashToCashier in interface org.apache.fineract.organisation.teller.service.TellerWritePlatformService
    • settleCashFromCashier

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult settleCashFromCashier(Long cashierId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      settleCashFromCashier in interface org.apache.fineract.organisation.teller.service.TellerWritePlatformService