egovframework.rfc3.common.web
Class CommonManager

java.lang.Object
  extended by egovframework.rfc3.common.web.CommonManager

public class CommonManager
extends java.lang.Object


Constructor Summary
CommonManager()
           
CommonManager(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 boolean commonCountAct(CommonCountVO commonCountVOs)
          공통 카운트 등록
 int commonCountCnt(java.lang.String count_type)
          공통 카운트
 java.util.List<CommonCountVO> commonCountlist(CommonCountVO commonCountVOs)
          공통 카운트 리스트
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonManager

public CommonManager()
              throws java.lang.Exception
Throws:
java.lang.Exception

CommonManager

public CommonManager(javax.servlet.http.HttpServletRequest request)
              throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

commonCountAct

public boolean commonCountAct(CommonCountVO commonCountVOs)
                       throws java.lang.Exception
공통 카운트 등록

Parameters:
commonCountVOs -
Throws:
java.lang.Exception

commonCountlist

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

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

commonCountCnt

public int commonCountCnt(java.lang.String count_type)
                   throws java.lang.Exception
공통 카운트

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