egovframework.rfc3.common.service.impl
Class UtilServiceImpl

java.lang.Object
  extended by egovframework.rte.fdl.cmmn.AbstractServiceImpl
      extended by egovframework.rfc3.common.service.impl.UtilServiceImpl
All Implemented Interfaces:
UtilService

@Service(value="UtilService")
public class UtilServiceImpl
extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
implements UtilService


Constructor Summary
UtilServiceImpl()
           
 
Method Summary
 java.util.List<TableVO> selectTableAllList()
          테이블 전체 목록
 java.util.List<TableVO> selectTableDataIntegrity(java.lang.String tableName)
          테이블 정의서 목록
 java.util.List<java.util.HashMap> selectTableIndexDataList(java.lang.String tableName)
          테이블 인덱스 목록
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilServiceImpl

public UtilServiceImpl()
Method Detail

selectTableAllList

public java.util.List<TableVO> selectTableAllList()
테이블 전체 목록

Specified by:
selectTableAllList in interface UtilService
Returns:

selectTableDataIntegrity

public java.util.List<TableVO> selectTableDataIntegrity(java.lang.String tableName)
테이블 정의서 목록

Specified by:
selectTableDataIntegrity in interface UtilService
Parameters:
tableName -
Returns:

selectTableIndexDataList

public java.util.List<java.util.HashMap> selectTableIndexDataList(java.lang.String tableName)
테이블 인덱스 목록

Specified by:
selectTableIndexDataList in interface UtilService