egovframework.rfc3.openapi20.service.impl
Class JwwwEventServiceImpl

java.lang.Object
  extended by egovframework.rte.fdl.cmmn.AbstractServiceImpl
      extended by egovframework.rfc3.openapi20.service.impl.JwwwEventServiceImpl
All Implemented Interfaces:
JwwwEventService

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


Constructor Summary
JwwwEventServiceImpl()
           
 
Method Summary
 JeventVO getEventDataInfo(JeventSearchVO jeventSearchVO)
          이벤트 세부 정보
 java.util.List<JeventVO> selectBoardDataList(JeventSearchVO jeventSearchVO)
          이벤트 검색 목록
 int selectEventDataListCnt(JeventSearchVO jeventSearchVO)
          이벤트 검색 수
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JwwwEventServiceImpl

public JwwwEventServiceImpl()
Method Detail

selectEventDataListCnt

public int selectEventDataListCnt(JeventSearchVO jeventSearchVO)
                           throws java.lang.Exception
이벤트 검색 수

Specified by:
selectEventDataListCnt in interface JwwwEventService
Returns:
Throws:
java.lang.Exception

selectBoardDataList

public java.util.List<JeventVO> selectBoardDataList(JeventSearchVO jeventSearchVO)
                                             throws java.lang.Exception
이벤트 검색 목록

Specified by:
selectBoardDataList in interface JwwwEventService
Returns:
Throws:
java.lang.Exception

getEventDataInfo

public JeventVO getEventDataInfo(JeventSearchVO jeventSearchVO)
                          throws java.lang.Exception
이벤트 세부 정보

Specified by:
getEventDataInfo in interface JwwwEventService
Returns:
Throws:
java.lang.Exception