%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ page import="com.biz_nis.cmn.CommonMethod" %>
<%@ page import="com.biz_nis.nw_prstus.nw_list.NetworkListDAO" %>
<%@ page import="com.biz_nis.nw_prstus.nw_list.NetworkListDTO" %>
<%@ page import="org.apache.log4j.Logger" %>
<%
Logger l_oLogger = Logger.getLogger( "" );
request.setCharacterEncoding("UTF-8");
//parameter
int p_nCurPage = CommonMethod.intNullChk(request.getParameter("cur_page"), 1);
int p_nListSize = CommonMethod.intNullChk(request.getParameter("list_size"), 10);
String p_sSrch_fr_dt = CommonMethod.nullChk(request.getParameter("srch_fr_dt"));
String p_sSrch_to_dt = CommonMethod.nullChk(request.getParameter("srch_to_dt"));
String p_sSlct_idstry = CommonMethod.nullChk(request.getParameter("slct_idstry"));
String p_sSlct_entp = CommonMethod.nullChk(request.getParameter("slct_entp"));
String p_sSlct_jobcl = CommonMethod.nullChk(request.getParameter("slct_jobcl"));
String p_sNet_seq = CommonMethod.nullChk(request.getParameter("net_seq"));
NetworkListDAO l_oNetworkListDAO = new NetworkListDAO();
NetworkListDTO l_oNetworkListDTO = new NetworkListDTO();
l_oNetworkListDTO = (NetworkListDTO)l_oNetworkListDAO.getNetworkListMgrInfo( p_sNet_seq );
String l_sNet_idstry = CommonMethod.nullChk(l_oNetworkListDTO.getNet_idstry()).trim();
String l_sNet_dstic = CommonMethod.nullChk(l_oNetworkListDTO.getNet_dstic()).trim();
String l_sNet_entp_id = Integer.toString(l_oNetworkListDTO.getNet_entp_id()).trim();
String l_sNet_mbr_id = CommonMethod.nullChk(l_oNetworkListDTO.getNet_mbr_id()).trim();
String l_sNet_jobcl = CommonMethod.nullChk(l_oNetworkListDTO.getNet_jobcl()).trim();
String l_sNet_tel01 = CommonMethod.nullChk(l_oNetworkListDTO.getNet_tel01()).trim();
String l_sNet_tel02 = CommonMethod.nullChk(l_oNetworkListDTO.getNet_tel02()).trim();
String l_sNet_tel03 = CommonMethod.nullChk(l_oNetworkListDTO.getNet_tel03()).trim();
%>
▒▒▒ SCG ▒▒▒
<%@ include file = "/include/inc_sub_top.jsp"%>
<%@ include file = "/include/inc_sub_left_menu_nw_prstus.jsp"%>
|
 |
|
<%@ include file = "/include/inc_sub_bottom.jsp"%>