Interface JiraServerPure
-
- All Superinterfaces:
TreeService
- All Known Implementing Classes:
JiraServerPureImpl
public interface JiraServerPure extends TreeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>ALM서버_아이디_서버유형_맵_가져오기()java.util.List<JiraServerPureEntity>getNodesWithoutRoot(JiraServerPureEntity entity)AlmAccountverifyExistingALMServerAccount(VerifyALMAccountDTO accountDTO)AlmAccountverifyNewALMServerAccount(VerifyALMAccountDTO accountDTO)-
Methods inherited from interface com.arms.egovframework.javaservice.treeframework.service.TreeService
addNode, alterNode, alterNodeType, getChildNode, getChildNodeWithoutPaging, getNode, getNodesWithoutRoot, getNodesWithoutRootMap, getPaginatedChildNode, moveNode, overwriteNode, removeNode, searchNode, updateField, updateNode
-
-
-
-
Method Detail
-
ALM서버_아이디_서버유형_맵_가져오기
java.util.Map<java.lang.String,java.lang.String> ALM서버_아이디_서버유형_맵_가져오기()
-
getNodesWithoutRoot
java.util.List<JiraServerPureEntity> getNodesWithoutRoot(JiraServerPureEntity entity) throws java.lang.Exception
- Throws:
java.lang.Exception
-
verifyNewALMServerAccount
AlmAccount verifyNewALMServerAccount(VerifyALMAccountDTO accountDTO)
-
verifyExistingALMServerAccount
AlmAccount verifyExistingALMServerAccount(VerifyALMAccountDTO accountDTO) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-