Class ReqDifficultyController
- java.lang.Object
-
- com.arms.egovframework.javaservice.treeframework.controller.TreeAbstractController<ReqDifficulty,ReqDifficultyDTO,ReqDifficultyEntity>
-
- com.arms.api.requirement.reqdifficulty.controller.ReqDifficultyController
-
@Controller @RequestMapping("/arms/reqDifficulty") public class ReqDifficultyController extends TreeAbstractController<ReqDifficulty,ReqDifficultyDTO,ReqDifficultyEntity>
-
-
Field Summary
-
Fields inherited from class com.arms.egovframework.javaservice.treeframework.controller.TreeAbstractController
chat, modelMapper
-
-
Constructor Summary
Constructors Constructor Description ReqDifficultyController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize()-
Methods inherited from class com.arms.egovframework.javaservice.treeframework.controller.TreeAbstractController
addNode, alterNode, alterNodeType, analyzeNode, getChildNode, getMonitor, getNode, getNodesWithoutRoot, getPaginatedChildNode, moveNode, removeNode, searchNode, sendMessage, setJsonDefaultSetting, setTreeEntity, setTreeService, updateNode
-
-