Class BranchServiceImpl

java.lang.Object
tech.corefinance.product.service.BranchServiceImpl
All Implemented Interfaces:
tech.corefinance.common.service.CommonService<String,Branch,BranchRepository>, BranchService

@Service @Transactional public class BranchServiceImpl extends Object implements BranchService
  • Constructor Details

    • BranchServiceImpl

      public BranchServiceImpl()
  • Method Details

    • getRepository

      public BranchRepository getRepository()
      Specified by:
      getRepository in interface tech.corefinance.common.service.CommonService<String,Branch,BranchRepository>
    • copyAdditionalPropertiesFromDtoToEntity

      public <D extends tech.corefinance.common.model.CreateUpdateDto<String>> void copyAdditionalPropertiesFromDtoToEntity(D source, Branch dest)
      Specified by:
      copyAdditionalPropertiesFromDtoToEntity in interface tech.corefinance.common.service.CommonService<String,Branch,BranchRepository>