Interface ReqState
-
- All Superinterfaces:
TreeService
- All Known Implementing Classes:
ReqStateImpl
public interface ReqState extends TreeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcacheArmsStateData()voidpresetCheck(ReqStateEntity searchReqStateEntity)java.util.List<ReqStateEntity>기본_상태_설정(ReqStateEntity reqStateEntity)java.util.Map<java.lang.Long,ReqStateEntity>완료상태조회()-
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.Map<java.lang.Long,ReqStateEntity> 완료상태조회() throws java.lang.Exception
- Throws:
java.lang.Exception
-
기본_상태_설정
java.util.List<ReqStateEntity> 기본_상태_설정(ReqStateEntity reqStateEntity) throws java.lang.Exception
- Throws:
java.lang.Exception
-
presetCheck
void presetCheck(ReqStateEntity searchReqStateEntity) throws java.lang.Exception
- Throws:
java.lang.Exception
-
cacheArmsStateData
void cacheArmsStateData() throws java.lang.Exception- Throws:
java.lang.Exception
-
-