egovframework.rfc3.common.service
Interface CountService

All Known Implementing Classes:
CountServiceImpl

public interface CountService


Method Summary
 void insertCountInsert(CommonCountVO commonCountVO)
          공통 카운트 등록
 java.util.List<CommonCountVO> selectCountList(CommonCountVO commonCountVO)
          공통 카운트 리스트
 int selectCountTotCnt(CommonCountVO commonCountVO)
          공통 카운트 count
 

Method Detail

selectCountTotCnt

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

Parameters:
commonCountVO -
Returns:
Throws:
java.lang.Exception

selectCountList

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

Parameters:
commonCountVO -
Returns:
Throws:
java.lang.Exception

insertCountInsert

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

Parameters:
commonCountVO -
Throws:
java.lang.Exception