|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.dao.support.DaoSupport org.springframework.orm.ibatis.support.SqlMapClientDaoSupport egovframework.rte.psl.dataaccess.EgovAbstractDAO egovframework.rfc3.common.dao.OpenApiJwwwAbstractDAO egovframework.rfc3.openapi20.dao.JwwwNewnDAO
@Repository(value="JwwwNewnDAO") public class JwwwNewnDAO
Constructor Summary | |
---|---|
JwwwNewnDAO()
|
Method Summary | |
---|---|
JnewsVO |
getNewsDataInfo(JeventSearchVO jeventSearchVO)
새소식 상세보기 |
java.util.List<JeventFileVO> |
getNewsFileInfo(JeventFileVO jeventFileVO)
파일 리스트 |
JnewsVO |
getOpenBoardDataInfo(JeventSearchVO jeventSearchVO)
게시판 상세보기 |
java.util.List<JeventFileVO> |
getOpenBoardFileInfo(JeventFileVO jeventFileVO)
파일 리스트 |
java.util.List<JnewsVO> |
selectNewsDataList(JeventSearchVO jeventSearchVO)
새소식 전체 리스트 |
int |
selectNewsDataListCnt(JeventSearchVO jeventSearchVO)
새소식 전체 카운팅 |
java.util.List<JnewsVO> |
selectOpenBoardDataList(JeventSearchVO jeventSearchVO)
게시판 전체 리스트 |
int |
selectOpenBoardDataListCnt(JeventSearchVO jeventSearchVO)
게시판 전체 카운팅 |
Methods inherited from class egovframework.rfc3.common.dao.OpenApiJwwwAbstractDAO |
---|
delete, insert, list, listWithPaging, selectByPk, setSuperSqlMapClient, update |
Methods inherited from class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport |
---|
getDataSource, getSqlMapClient, getSqlMapClientTemplate, setDataSource, setSqlMapClient, setSqlMapClientTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JwwwNewnDAO()
Method Detail |
---|
public int selectNewsDataListCnt(JeventSearchVO jeventSearchVO) throws java.lang.Exception
jnewsVO
-
java.lang.Exception
public java.util.List<JnewsVO> selectNewsDataList(JeventSearchVO jeventSearchVO) throws java.lang.Exception
jnewsVO
-
java.lang.Exception
public JnewsVO getNewsDataInfo(JeventSearchVO jeventSearchVO) throws java.lang.Exception
jnewsVO
-
java.lang.Exception
public java.util.List<JeventFileVO> getNewsFileInfo(JeventFileVO jeventFileVO) throws java.lang.Exception
jreportVO
-
java.lang.Exception
public int selectOpenBoardDataListCnt(JeventSearchVO jeventSearchVO) throws java.lang.Exception
jnewsVO
-
java.lang.Exception
public java.util.List<JnewsVO> selectOpenBoardDataList(JeventSearchVO jeventSearchVO) throws java.lang.Exception
jnewsVO
-
java.lang.Exception
public JnewsVO getOpenBoardDataInfo(JeventSearchVO jeventSearchVO) throws java.lang.Exception
jnewsVO
-
java.lang.Exception
public java.util.List<JeventFileVO> getOpenBoardFileInfo(JeventFileVO jeventFileVO) throws java.lang.Exception
jreportVO
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |