Class PatchnoteController
- java.lang.Object
-
- com.arms.egovframework.javaservice.treeframework.controller.TreeAbstractController<PatchnoteService,PatchnoteDTO,PatchnoteEntity>
-
- com.arms.api.patchnote.controller.PatchnoteController
-
@Controller @RestController @RequestMapping("/anonymous/arms/patchnote") public class PatchnoteController extends TreeAbstractController<PatchnoteService,PatchnoteDTO,PatchnoteEntity>
-
-
Field Summary
-
Fields inherited from class com.arms.egovframework.javaservice.treeframework.controller.TreeAbstractController
chat, modelMapper
-
-
Constructor Summary
Constructors Constructor Description PatchnoteController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.servlet.ModelAndViewgetPatchnoteList(PatchnoteDTO patchnoteDTO, int pageIndex, int pageUnit)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
-
-
-
-
Method Detail
-
initialize
@PostConstruct public void initialize()
-
getPatchnoteList
@ResponseBody @GetMapping("/getPatchnoteList.do") public org.springframework.web.servlet.ModelAndView getPatchnoteList(PatchnoteDTO patchnoteDTO, @RequestParam(defaultValue="1") int pageIndex, @RequestParam(defaultValue="3") int pageUnit) throws java.lang.Exception- Throws:
java.lang.Exception
-
-