Interface PdService

    • Method Detail

      • getNodeWithVersionOrderByCidDesc

        PdServiceEntity getNodeWithVersionOrderByCidDesc​(PdServiceEntity pdServiceEntity)
                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • versionListWithDateByCId

        java.util.List<PdServiceVersionVO> versionListWithDateByCId​(PdServiceEntity pdServiceEntity)
                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • addPdServiceAndVersion

        PdServiceEntity addPdServiceAndVersion​(PdServiceEntity pdServiceEntity)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • updatePdServiceVersion

        PdServiceEntity updatePdServiceVersion​(java.lang.Long pdservice_link,
                                               PdServiceVersionEntity pdServiceVersionEntity)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • uploadFileForPdServiceNode

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

        PdServiceEntity addPdServiceVersion​(PdServiceEntity pdServiceEntity)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeVersionNode

        PdServiceEntity removeVersionNode​(java.lang.Long pdServiceID,
                                          java.lang.Long versionID)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getD3ChartData

        PdServiceD3Chart getD3ChartData()
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeAll

        int removeAll​(java.lang.Long pdServiceId)
               throws java.lang.Exception
        Throws:
        java.lang.Exception