메뉴구조 변경
parent
077dd8266c
commit
38eeb6e446
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,4 +0,0 @@
|
||||
package com.icomsys.main_vm.biz.common.view;
|
||||
|
||||
public class AddrViewController {
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
package com.icomsys.main_vm.biz.common.view;
|
||||
|
||||
public class BotcomViewController {
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
package com.icomsys.main_vm.biz.common.view;
|
||||
|
||||
public class BotmoniViewController {
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
package com.icomsys.main_vm.biz.common.view;
|
||||
|
||||
public class GudViewController {
|
||||
}
|
@ -1,29 +0,0 @@
|
||||
package com.icomsys.main_vm.biz.common.view;
|
||||
|
||||
import com.icomsys.main_vm.biz.rcp.statistics.dashboard.service.StatisticsDashboardService;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.servlet.ModelAndView;
|
||||
|
||||
|
||||
@Controller
|
||||
@RequiredArgsConstructor
|
||||
@RequestMapping("/view")
|
||||
@Slf4j
|
||||
public class RcpViewController {
|
||||
|
||||
|
||||
private final StatisticsDashboardService statisticsDashboardService;
|
||||
|
||||
@GetMapping("/admin/common/dashboard/manage.do")
|
||||
public ModelAndView DashboardView() {
|
||||
// return "/adm/common/dashboard";
|
||||
return new ModelAndView("/layout/adm/common/dashboard");
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
package com.icomsys.main_vm.biz.common.view;
|
||||
|
||||
public class Rcpv1ViewController {
|
||||
}
|
@ -1,168 +0,0 @@
|
||||
package com.icomsys.main_vm.biz.common.view;
|
||||
|
||||
import com.icomsys.main_vm.biz.common.login.res.UserVo;
|
||||
import com.icomsys.main_vm.biz.common.login.service.LoginService;
|
||||
import com.icomsys.main_vm.common.code.enumresource.RoleResource;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
import org.springframework.web.servlet.ModelAndView;
|
||||
|
||||
@Controller
|
||||
@Slf4j
|
||||
@RequiredArgsConstructor
|
||||
public class SystemViewController {
|
||||
|
||||
private final LoginService loginService;
|
||||
|
||||
@GetMapping(value = {"/view/signin", "/"})
|
||||
public ModelAndView loginUsrView() {
|
||||
return new ModelAndView("layout/signin");
|
||||
}
|
||||
|
||||
@GetMapping(value = "/view/changePwd")
|
||||
public String changePwd() {
|
||||
return "layout/changePwd";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/oprmngcode/manage.do")
|
||||
public String OprmngcodeView() {
|
||||
return "layout/adm/common/system/commoncode";
|
||||
}
|
||||
|
||||
/**
|
||||
* @Name 고객사관리 JSP 페이지 랜더링
|
||||
* @Description 고객사관리 JSP 랜더링하는 컨트롤러
|
||||
* @Author JangWonSeok
|
||||
* @CreateDate 2023. 03. 09.
|
||||
*/
|
||||
@GetMapping("/view/admin/common/system/cust/manage.do")
|
||||
public String CustListView() {
|
||||
return "layout/adm/common/system/cust";
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @Name 고객사정보를 업데이트하는 API
|
||||
* @Description 고객사정보를 업데이트하는 API
|
||||
* @Author JangWonSeok
|
||||
* @CreateDate 2023. 03. 09.
|
||||
*/
|
||||
@GetMapping("/view/admin/common/system/cust/update")
|
||||
public String custUpdate(@RequestParam(name = "custCode", required = true) String custCode) {
|
||||
return "layout/adm/common/system/custUpdate";
|
||||
}
|
||||
|
||||
/**
|
||||
* @Name 고객사 생성
|
||||
* @Description 고객사를 생성하는 페이지 랜더링
|
||||
* @Author JangWonSeok
|
||||
* @CreateDate 2023. 03. 09.
|
||||
*/
|
||||
@GetMapping("/view/admin/common/system/cust/insert")
|
||||
public String CustInsert() {
|
||||
log.info("CustInsert Controller");
|
||||
return "layout/adm/common/system/custInsert";
|
||||
}
|
||||
|
||||
/**
|
||||
* @Name 권한그룹의 페이지랜딩 컨트롤러
|
||||
* @Description 권한그룹의 페이지를 랜딩함
|
||||
* @Author JangWonSeok
|
||||
* @CreateDate 2023. 03. 09.
|
||||
*/
|
||||
@GetMapping("/view/admin/common/system/groupAuth/manage.do")
|
||||
public String GroupAuthView() {
|
||||
log.info("group Auth View controller");
|
||||
return "layout/adm/common/system/groupAuth";
|
||||
}
|
||||
|
||||
/**
|
||||
* @Name 권한그룹의 상세내역 조회페이지 랜더링
|
||||
* @Description 권한그룹 상세보기 JSP를 랜더링함.
|
||||
* @Author JangWonSeok
|
||||
* @CreateDate 2023. 03. 09.
|
||||
*/
|
||||
@GetMapping("/view/admin/common/system/groupAuth/view")
|
||||
public String GroupAuthView(@RequestParam(name = "custCode", required = true) String custCode) {
|
||||
log.info("view Controller - {}", custCode);
|
||||
return "layout/adm/common/system/groupAuthView";
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @Name 권한그룹을 업데이트페이지 랜더링
|
||||
* @Description 권한그룹 업데이트 JSP페이지 랜더링
|
||||
* @Author JangWonSeok
|
||||
* @CreateDate 2023. 03. 09.
|
||||
*/
|
||||
@GetMapping("/view/admin/common/system/groupAuth/update")
|
||||
public String GroupAuthUpdate() {
|
||||
log.info("GroupAuthUpdate Controller");
|
||||
return "layout/adm/common/system/groupAuthUpdate";
|
||||
}
|
||||
|
||||
/**
|
||||
* 삭제한 메뉴입니다
|
||||
*/
|
||||
|
||||
@GetMapping("/view/admin/common/system/policyMenu/manage.do")
|
||||
public String PolicyMenuView(){
|
||||
return "layout/adm/common/system/policyMenu";
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @Name 서비스그룹 랜딩페이지
|
||||
* @Description 시스템운영자는 고객사리스트 -> 상위서비스리스트, 유저어드민은, 현재 사용중인 메인 서비스의 상세페이지 랜더링
|
||||
* @Author JangWonSeok
|
||||
* @CreateDate 2023. 03. 09.
|
||||
*/
|
||||
@GetMapping("/view/admin/common/system/serviceGroup/manage.do")
|
||||
public String ServiceGroupView() {
|
||||
UserVo uv = loginService.getUserVo();
|
||||
if (uv.getRoleVal().equals(RoleResource.SYSTEMADMIN.getName())) {
|
||||
return "layout/adm/common/system/serviceGroupList";
|
||||
} else {
|
||||
return "layout/adm/common/system/serviceGroupView";
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @Name 서비스그룹 리스트
|
||||
* @Description 시스템운영자는 고객사리스트 -> 상위서비스리스트 데이터 조회
|
||||
* @Author JangWonSeok
|
||||
* @CreateDate 2023. 03. 09.
|
||||
*/
|
||||
@GetMapping("/view/admin/common/system/serviceGroup/view")
|
||||
public String ServiceGroupView(@RequestParam(name = "serviceGroup", required = false) String serviceGroup) {
|
||||
return "layout/adm/common/system/serviceGroupView";
|
||||
}
|
||||
|
||||
/**
|
||||
* @Name 어드민 시스템관리 운영자 관리
|
||||
* @Description 사용자 관리와 코멘트 같음.
|
||||
* @Author JangWonSeok
|
||||
* @CreateDate 2023. 03. 09.
|
||||
*/
|
||||
@GetMapping("/view/admin/common/system/userAdmin/manage.do")
|
||||
public String UserAdminView() {
|
||||
return "layout/adm/common/system/userAdmin";
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @Name 유저리스트페이지
|
||||
* @Description 어드민 시스템관리 유저관리 JSP랜딩페이지
|
||||
* @Author JangWonSeok
|
||||
* @CreateDate 2023. 03. 09.
|
||||
*/
|
||||
@GetMapping("/view/admin/common/system/user/manage.do")
|
||||
public String UserView() {
|
||||
return "layout/adm/common/system/user";
|
||||
}
|
||||
|
||||
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
package com.icomsys.main_vm.biz.common.view;
|
||||
|
||||
public class VdoViewController {
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
package com.icomsys.main_vm.biz.common.view;
|
||||
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.servlet.ModelAndView;
|
||||
|
||||
@Controller
|
||||
@Slf4j
|
||||
@RequiredArgsConstructor
|
||||
public class ViewController {
|
||||
|
||||
@GetMapping(value = {"/view/signin", "/"})
|
||||
public ModelAndView viewSignin() {
|
||||
return new ModelAndView("layout/signin");
|
||||
}
|
||||
|
||||
@GetMapping(value = "/view/changePwd")
|
||||
public String viewChangePwd() {
|
||||
return "layout/changePwd";
|
||||
}
|
||||
|
||||
@GetMapping(value = "/view/main")
|
||||
public String viewMain() {
|
||||
return "layout/dashboard";
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,102 @@
|
||||
package com.icomsys.main_vm.biz.common.view;
|
||||
|
||||
import com.icomsys.main_vm.biz.common.login.service.LoginService;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
@Controller
|
||||
@Slf4j
|
||||
@RequiredArgsConstructor
|
||||
@RequestMapping("/view/customer")
|
||||
public class ViewCustormerController {
|
||||
|
||||
private final LoginService loginService;
|
||||
|
||||
@GetMapping(value = "/company")
|
||||
public String systemCust() {
|
||||
return "layout/menu/customer/cust";
|
||||
}
|
||||
|
||||
@GetMapping(value = "/servicegroup")
|
||||
public String systemservicegroup() {
|
||||
return "layout/menu/customer/serviceGroupList";
|
||||
}
|
||||
|
||||
@GetMapping(value = "/license")
|
||||
public String systemlicense() {
|
||||
return "layout/menu/customer/license";
|
||||
}
|
||||
@GetMapping(value = "/dnis")
|
||||
public String systemdnis() {
|
||||
return "layout/menu/customer/dnis";
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
@GetMapping("/view/admin/common/system/cust/manage.do")
|
||||
public String CustListView() {
|
||||
return "layout/adm/common/system/cust";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/cust/update")
|
||||
public String custUpdate(@RequestParam(name = "custCode", required = true) String custCode) {
|
||||
return "layout/adm/common/system/custUpdate";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/cust/insert")
|
||||
public String CustInsert() {
|
||||
log.info("CustInsert Controller");
|
||||
return "layout/adm/common/system/custInsert";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/groupAuth/manage.do")
|
||||
public String GroupAuthView() {
|
||||
log.info("group Auth View controller");
|
||||
return "layout/adm/common/system/groupAuth";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/groupAuth/view")
|
||||
public String GroupAuthView(@RequestParam(name = "custCode", required = true) String custCode) {
|
||||
log.info("view Controller - {}", custCode);
|
||||
return "layout/adm/common/system/groupAuthView";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/groupAuth/update")
|
||||
public String GroupAuthUpdate() {
|
||||
log.info("GroupAuthUpdate Controller");
|
||||
return "layout/adm/common/system/groupAuthUpdate";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/serviceGroup/manage.do")
|
||||
public String ServiceGroupView() {
|
||||
UserVo uv = loginService.getUserVo();
|
||||
if (uv.getRoleVal().equals(RoleResource.SYSTEMADMIN.getName())) {
|
||||
return "layout/adm/common/system/serviceGroupList";
|
||||
} else {
|
||||
return "layout/adm/common/system/serviceGroupView";
|
||||
}
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/serviceGroup/view")
|
||||
public String ServiceGroupView(@RequestParam(name = "serviceGroup", required = false) String serviceGroup) {
|
||||
return "layout/adm/common/system/serviceGroupView";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/userAdmin/manage.do")
|
||||
public String UserAdminView() {
|
||||
return "layout/adm/common/system/userAdmin";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/user/manage.do")
|
||||
public String UserView() {
|
||||
return "layout/adm/common/system/user";
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
@ -0,0 +1,109 @@
|
||||
package com.icomsys.main_vm.biz.common.view;
|
||||
|
||||
import com.icomsys.main_vm.biz.common.login.service.LoginService;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.servlet.ModelAndView;
|
||||
|
||||
@Controller
|
||||
@Slf4j
|
||||
@RequiredArgsConstructor
|
||||
@RequestMapping("/view/system")
|
||||
public class ViewSystemController {
|
||||
|
||||
private final LoginService loginService;
|
||||
|
||||
|
||||
@GetMapping(value = "/serviceteam")
|
||||
public String systemServiceteam() {
|
||||
return "layout/menu/system/serviceGroupView";
|
||||
}
|
||||
|
||||
@GetMapping(value = "/groupauth")
|
||||
public String systemGroupauth() {
|
||||
return "layout/menu/system/groupauth";
|
||||
}
|
||||
|
||||
|
||||
@GetMapping(value = "/user")
|
||||
public String systemUser() {
|
||||
return "layout/menu/system/user";
|
||||
}
|
||||
|
||||
@GetMapping(value = "/commoncode")
|
||||
public String systemCommoncode() {
|
||||
return "layout/menu/system/commoncode";
|
||||
}
|
||||
|
||||
@GetMapping(value = "/log")
|
||||
public String systemLog() {
|
||||
return "layout/menu/system/log";
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
@GetMapping("/view/admin/common/system/cust/manage.do")
|
||||
public String CustListView() {
|
||||
return "layout/adm/common/system/cust";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/cust/update")
|
||||
public String custUpdate(@RequestParam(name = "custCode", required = true) String custCode) {
|
||||
return "layout/adm/common/system/custUpdate";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/cust/insert")
|
||||
public String CustInsert() {
|
||||
log.info("CustInsert Controller");
|
||||
return "layout/adm/common/system/custInsert";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/groupAuth/manage.do")
|
||||
public String GroupAuthView() {
|
||||
log.info("group Auth View controller");
|
||||
return "layout/adm/common/system/groupAuth";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/groupAuth/view")
|
||||
public String GroupAuthView(@RequestParam(name = "custCode", required = true) String custCode) {
|
||||
log.info("view Controller - {}", custCode);
|
||||
return "layout/adm/common/system/groupAuthView";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/groupAuth/update")
|
||||
public String GroupAuthUpdate() {
|
||||
log.info("GroupAuthUpdate Controller");
|
||||
return "layout/adm/common/system/groupAuthUpdate";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/serviceGroup/manage.do")
|
||||
public String ServiceGroupView() {
|
||||
UserVo uv = loginService.getUserVo();
|
||||
if (uv.getRoleVal().equals(RoleResource.SYSTEMADMIN.getName())) {
|
||||
return "layout/adm/common/system/serviceGroupList";
|
||||
} else {
|
||||
return "layout/adm/common/system/serviceGroupView";
|
||||
}
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/serviceGroup/view")
|
||||
public String ServiceGroupView(@RequestParam(name = "serviceGroup", required = false) String serviceGroup) {
|
||||
return "layout/adm/common/system/serviceGroupView";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/userAdmin/manage.do")
|
||||
public String UserAdminView() {
|
||||
return "layout/adm/common/system/userAdmin";
|
||||
}
|
||||
|
||||
@GetMapping("/view/admin/common/system/user/manage.do")
|
||||
public String UserView() {
|
||||
return "layout/adm/common/system/user";
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
@ -0,0 +1,34 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>dnis</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>ICOMSYS ADMIN</h1>
|
||||
<h1>dnis</h1>
|
||||
<div class="skip_navigation">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#Content" class="go_content">본문 바로가기</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#Gnb">메뉴 바로가기</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<section id="Content" class="system_management">
|
||||
<div class="location">
|
||||
<ul>
|
||||
<li class="home"><a href="#">HOME</a></li>
|
||||
<li><a href="#">고객사관리</a></li>
|
||||
<li><a href="#">dnis 관리</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</body>
|
||||
|
||||
|
||||
<script>
|
||||
</script>
|
@ -0,0 +1,34 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>라이센스</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>ICOMSYS ADMIN</h1>
|
||||
<h1>라이센스</h1>
|
||||
<div class="skip_navigation">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#Content" class="go_content">본문 바로가기</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#Gnb">메뉴 바로가기</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<section id="Content" class="system_management">
|
||||
<div class="location">
|
||||
<ul>
|
||||
<li class="home"><a href="#">HOME</a></li>
|
||||
<li><a href="#">고객사관리</a></li>
|
||||
<li><a href="#">라이센스 관리</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</body>
|
||||
|
||||
|
||||
<script>
|
||||
</script>
|
Loading…
Reference in New Issue