Class ReportTypeService

java.lang.Object
org.cardanofoundation.lob.app.organisation.service.ReportTypeService

@Service public class ReportTypeService extends Object
  • Constructor Details

    • ReportTypeService

      public ReportTypeService()
  • Method Details

    • getAllReportTypes

      @Transactional(readOnly=true) public List<ReportTypeView> getAllReportTypes(String orgId)
    • addMappingToReportTypeField

      @Transactional public io.vavr.control.Either<org.zalando.problem.Problem,Void> addMappingToReportTypeField(String orgId, @Valid @Valid ReportTypeFieldUpdate reportTypeFieldUpdate)
    • addMappingToReportTypeFieldCsv

      @Transactional public io.vavr.control.Either<Set<org.zalando.problem.Problem>,Void> addMappingToReportTypeFieldCsv(String orgId, org.springframework.web.multipart.MultipartFile file)