Interface PdServiceDetail

    • Method Detail

      • getNodesByPdService

        java.util.List<PdServiceDetailEntity> getNodesByPdService​(java.lang.Long pdServiceId)
                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • addNodeWithGlobalContentsTreeMap

        PdServiceDetailEntity addNodeWithGlobalContentsTreeMap​(java.lang.Long pdServiceId,
                                                               PdServiceDetailEntity pdServiceDetailEntity)
                                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • uploadFileForPdServiceNode

        java.util.Set<FileRepositoryEntity> uploadFileForPdServiceNode​(java.lang.Long pdServiceDetailId,
                                                                       org.springframework.web.multipart.MultipartHttpServletRequest multiRequest)
                                                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • deleteFile

        int deleteFile​(java.lang.Long fileId)
                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • deleteAll

        int deleteAll​(java.lang.Long pdServiceDetailId)
               throws java.lang.Exception
        Throws:
        java.lang.Exception