소스 검색

param update add

shjung 2 년 전
부모
커밋
86b0775915
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      src/main/java/com/its/op/service/its/link/TbLinkParaStupService.java

+ 11 - 0
src/main/java/com/its/op/service/its/link/TbLinkParaStupService.java

@@ -174,6 +174,12 @@ public class TbLinkParaStupService {
         return paraObj.toDto();
     }
 
+    /**
+     * 선택한 링크에 대하여 파라미터 값 변경
+     * @param paramId
+     * @param ids
+     * @return
+     */
     @Transactional
     public TbLinkParaStupDto applyParamSelect(Long paramId, List<Long> ids) {
         TbLinkParaStupDto result = findById(paramId);
@@ -181,6 +187,11 @@ public class TbLinkParaStupService {
         return result;
     }
 
+    /**
+     * 모든 링크에 대하여 파라미터 값 변경
+     * @param paramId
+     * @return
+     */
     @Transactional
     public TbLinkParaStupDto applyParamAll(Long paramId) {
         TbLinkParaStupDto result = findById(paramId);