Interface PocService

  • All Known Implementing Classes:
    PocServiceImpl

    public interface PocService
    • Method Detail

      • addPoc

        PocEntity addPoc​(PocDTO pocDTO)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getPoc

        PocEntity getPoc​(java.lang.String id)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getPocList

        PocVO getPocList​(PocDTO pocDTO)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • updatePoc

        int updatePoc​(PocDTO pocDTO)
               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removePoc

        int removePoc​(java.lang.String id)
               throws java.lang.Exception
        Throws:
        java.lang.Exception