egovframework.rfc3.common.service.impl
Class CountServiceImpl

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

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


Constructor Summary
CountServiceImpl()
           
 
Method Summary
 void insertCountInsert(CommonCountVO commonCountVO)
          공통 카운트 등록
 java.util.List<CommonCountVO> selectCountList(CommonCountVO commonCountVO)
          공통 카운트 리스트
 int selectCountTotCnt(CommonCountVO commonCountVO)
          공통 카운트 count
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountServiceImpl

public CountServiceImpl()
Method Detail

selectCountTotCnt

public int selectCountTotCnt(CommonCountVO commonCountVO)
                      throws java.lang.Exception
공통 카운트 count

Specified by:
selectCountTotCnt in interface CountService
Parameters:
commonCountVO -
Returns:
Throws:
java.lang.Exception

selectCountList

public java.util.List<CommonCountVO> selectCountList(CommonCountVO commonCountVO)
                                              throws java.lang.Exception
공통 카운트 리스트

Specified by:
selectCountList in interface CountService
Parameters:
commonCountVO -
Returns:
Throws:
java.lang.Exception

insertCountInsert

public void insertCountInsert(CommonCountVO commonCountVO)
                       throws java.lang.Exception
공통 카운트 등록

Specified by:
insertCountInsert in interface CountService
Parameters:
commonCountVO -
Throws:
java.lang.Exception