egovframework.rfc3.sns.dao
Class SnsInfoDAO

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
          extended by egovframework.rte.psl.dataaccess.EgovAbstractDAO
              extended by egovframework.rfc3.common.dao.RfcCMSAbstractDAO
                  extended by egovframework.rfc3.sns.dao.SnsInfoDAO
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Repository(value="SnsInfoDAO")
public class SnsInfoDAO
extends RfcCMSAbstractDAO


Constructor Summary
SnsInfoDAO()
           
 
Method Summary
 void deleteSnsInfo(SnsInfoVO snsInfoVO)
           
 SnsInfoVO getSnsInfo(SnsInfoVO snsInfoVO)
           
 void insertSnsInfo(SnsInfoVO snsInfoVO)
           
 int selectSnsInfoCount(SnsInfoVO snsInfoVO)
           
 java.util.List<SnsInfoVO> selectSnsInfoList(SnsInfoVO snsInfoVO)
           
 void updateSnsInfo(SnsInfoVO snsInfoVO)
           
 
Methods inherited from class egovframework.rfc3.common.dao.RfcCMSAbstractDAO
delete, desDecoding, desDecoding2, desDecodingList, desDecodingList2, desEncoding, desEncoding2, 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

SnsInfoDAO

public SnsInfoDAO()
Method Detail

selectSnsInfoCount

public int selectSnsInfoCount(SnsInfoVO snsInfoVO)

selectSnsInfoList

public java.util.List<SnsInfoVO> selectSnsInfoList(SnsInfoVO snsInfoVO)

getSnsInfo

public SnsInfoVO getSnsInfo(SnsInfoVO snsInfoVO)

insertSnsInfo

public void insertSnsInfo(SnsInfoVO snsInfoVO)

updateSnsInfo

public void updateSnsInfo(SnsInfoVO snsInfoVO)

deleteSnsInfo

public void deleteSnsInfo(SnsInfoVO snsInfoVO)