Interface JiraProject
-
- All Superinterfaces:
TreeService
- All Known Implementing Classes:
JiraProjectImpl
public interface JiraProject extends TreeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<JiraIssueTypeEntity>프로젝트_이슈유형_리스트_조회(JiraProjectEntity jiraProjectEntity)JiraProjectEntity프로젝트_항목별_기본값_설정(EntityType 설정할_항목, java.lang.Long 항목_c_id, JiraProjectEntity jiraProjectEntity)-
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
-
프로젝트_이슈유형_리스트_조회
java.util.List<JiraIssueTypeEntity> 프로젝트_이슈유형_리스트_조회(JiraProjectEntity jiraProjectEntity) throws java.lang.Exception
- Throws:
java.lang.Exception
-
프로젝트_항목별_기본값_설정
JiraProjectEntity 프로젝트_항목별_기본값_설정(EntityType 설정할_항목, java.lang.Long 항목_c_id, JiraProjectEntity jiraProjectEntity) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-