Class PdServiceDetailImpl

    • Constructor Detail

      • PdServiceDetailImpl

        public PdServiceDetailImpl()
    • Method Detail

      • uploadFileForPdServiceNode

        @Transactional
        public java.util.Set<FileRepositoryEntity> uploadFileForPdServiceNode​(java.lang.Long pdServiceDetailId,
                                                                              org.springframework.web.multipart.MultipartHttpServletRequest multiRequest)
                                                                       throws java.lang.Exception
        Specified by:
        uploadFileForPdServiceNode in interface PdServiceDetail
        Throws:
        java.lang.Exception
      • upload

        public java.util.Set<FileRepositoryEntity> upload​(org.springframework.web.multipart.MultipartHttpServletRequest multiRequest,
                                                          FileRepository fileRepository)
                                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • deleteFile

        @Transactional
        public int deleteFile​(java.lang.Long fileId)
                       throws java.lang.Exception
        Specified by:
        deleteFile in interface PdServiceDetail
        Throws:
        java.lang.Exception
      • deleteAll

        @Transactional
        public int deleteAll​(java.lang.Long pdServiceDetailId)
                      throws java.lang.Exception
        Specified by:
        deleteAll in interface PdServiceDetail
        Throws:
        java.lang.Exception