Uses of Class
kr.com.inspect.dto.CustomLibrary
-
Packages that use CustomLibrary Package Description kr.com.inspect.controller kr.com.inspect.dao kr.com.inspect.dao.impl kr.com.inspect.dto kr.com.inspect.service kr.com.inspect.service.impl -
-
Uses of CustomLibrary in kr.com.inspect.controller
Methods in kr.com.inspect.controller that return types with arguments of type CustomLibrary Modifier and Type Method Description java.util.List<CustomLibrary>RuleController. getAllCustomByCreator()사용자가 추가한 라이브러리 목록을 가져옴Methods in kr.com.inspect.controller with parameters of type CustomLibrary Modifier and Type Method Description intRuleController. deleteCustomLibrary(CustomLibrary customLibrary)해당되는 커스텀 라이브러리 파일을 삭제하고 DB에서도 삭제함 -
Uses of CustomLibrary in kr.com.inspect.dao
Methods in kr.com.inspect.dao that return CustomLibrary Modifier and Type Method Description CustomLibraryRuleDao. getCustomLibraryById(int id)아이디로 커스텀 라이브러리를 가져옴Methods in kr.com.inspect.dao that return types with arguments of type CustomLibrary Modifier and Type Method Description java.util.List<CustomLibrary>RuleDao. getAllCustomLibraryByCreator(java.lang.String creator)사용자 아이디로 사용자가 추가한 커스텀 라이브러리 목록을 가져옴Methods in kr.com.inspect.dao with parameters of type CustomLibrary Modifier and Type Method Description intRuleDao. registerCustomLibrary(CustomLibrary customLibrary)사용자가 import하고자 하는 커스텀 라이브러리를 등록함intRuleDao. updateCustomLibraryPackage(CustomLibrary customLibrary)class 파일의 package를 업데이트 -
Uses of CustomLibrary in kr.com.inspect.dao.impl
Methods in kr.com.inspect.dao.impl that return CustomLibrary Modifier and Type Method Description CustomLibraryRuleDaoImpl. getCustomLibraryById(int id)아이디로 커스텀 라이브러리를 가져옴Methods in kr.com.inspect.dao.impl that return types with arguments of type CustomLibrary Modifier and Type Method Description java.util.List<CustomLibrary>RuleDaoImpl. getAllCustomLibraryByCreator(java.lang.String creator)사용자 아이디로 사용자가 추가한 커스텀 라이브러리 목록을 가져옴Methods in kr.com.inspect.dao.impl with parameters of type CustomLibrary Modifier and Type Method Description intRuleDaoImpl. registerCustomLibrary(CustomLibrary customLibrary)사용자가 import하고자 하는 커스텀 라이브러리를 등록함intRuleDaoImpl. updateCustomLibraryPackage(CustomLibrary customLibrary)class 파일의 package를 업데이트 -
Uses of CustomLibrary in kr.com.inspect.dto
Methods in kr.com.inspect.dto with parameters of type CustomLibrary Modifier and Type Method Description voidRuleLog. setCustomLibrary(CustomLibrary customLibrary) -
Uses of CustomLibrary in kr.com.inspect.service
Methods in kr.com.inspect.service that return types with arguments of type CustomLibrary Modifier and Type Method Description java.util.List<CustomLibrary>RuleService. getAllCustomLibraryByCreator(java.lang.String creator)사용자 아이디로 사용자가 추가한 커스텀 라이브러리 목록을 가져옴Methods in kr.com.inspect.service with parameters of type CustomLibrary Modifier and Type Method Description intRuleService. deleteCustomLibrary(CustomLibrary customLibrary)해당되는 커스텀 라이브러리 파일을 삭제하고 DB에서도 삭제함java.lang.StringRuleService. registerCustomLibrary(CustomLibrary customLibrary)사용자가 import하고자 하는 커스텀 라이브러리를 등록함 -
Uses of CustomLibrary in kr.com.inspect.service.impl
Methods in kr.com.inspect.service.impl that return types with arguments of type CustomLibrary Modifier and Type Method Description java.util.List<CustomLibrary>RuleServiceImpl. getAllCustomLibraryByCreator(java.lang.String creator)사용자 아이디로 사용자가 추가한 커스텀 라이브러리 목록을 가져옴Methods in kr.com.inspect.service.impl with parameters of type CustomLibrary Modifier and Type Method Description intRuleServiceImpl. deleteCustomLibrary(CustomLibrary customLibrary)해당되는 커스텀 라이브러리 파일을 삭제하고 DB에서도 삭제함java.lang.StringRuleServiceImpl. registerCustomLibrary(CustomLibrary customLibrary)사용자가 import하고자 하는 커스텀 라이브러리를 등록함
-