<%@ page language="java" contentType="text/html;charset=euc-kr"%> <%@ page import="com.eactive.eai.batch.code.CodeMessageManager"%> <%@ page import="com.eactive.eai.batch.code.CodeMessageVO"%> <% CodeMessageManager manager = CodeMessageManager.getInstance(); String[] al = manager.getAllCodes(); %> ÄÚµå ¸Þ½ÃÁö Á¤º¸ Informations

ÄÚµå ¸Þ½ÃÁö Á¤º¸ Informations

<% if (al != null && al.length > 0) { CodeMessageVO vo = null; %> <% for (int j=0; j < al.length; j++) { vo = manager.getMessageVO(al[j]); %> <% } %>
  code id     code txt     Á¶Ä¡»çÇ×     SMS¹ß¼Û ¿©ºÎ     ½É°¢µµ  
 <%=vo.getMsgKey()%>  <%=vo.getMsgTxt()%>  <%=vo.getMsgEtc()%>  <%=vo.getSmsSendType()%>  <%=vo.getItsmObstclGrdDstcd()%>

<% } %>